Commit graph

  • 78c3e5f42e core: add skip in AddChildIndexer() to avoid double lock BurtonQin 2020-04-26 03:46:06 -0400
  • 72d04cb1be core/state/snapshot: implement storage iterator rjl493456442 2020-04-23 13:48:45 +0800
  • 1591632e3f
    signer: properly handle terminal escape characters Martin Holst Swende 2020-04-25 13:38:06 +0200
  • cc6f5e368a
    Create go.yml wdelmail001 2020-04-25 17:47:25 +0700
  • 1eb42fef7a ethdb/leveldb : use return instead of continue ucwong 2020-04-25 07:33:02 +0000
  • b960717392 ethdb/leveldb : use close(quit) to quit meter routine ucwong 2020-04-25 07:05:06 +0000
  • 8d163ae08b ethdb/leveldb : sync close meter routine of leveldb ucwong 2020-04-25 04:55:11 +0000
  • fd4583d985
    cmd/clef: Add new --acceptWarn to clef README ligi 2020-04-25 00:41:08 +0200
  • 75e9232fd9 p2p/discv5: bootnodes URLs using domain name admin@komgo.io 2020-04-24 17:09:25 +0200
  • 1789b8b0b7 p2p/discv5: bootnodes URLs using domain name admin@komgo.io 2020-04-24 16:55:54 +0200
  • 1aa83290f5
    p2p/enode: update code comment (#20972) tgyKomgo 2020-04-24 16:50:03 +0200
  • b5593c7945 Typo admin@komgo.io 2020-04-24 14:22:24 +0200
  • a273f273e2
    all: move commonly used prompter to isolated (small) package Martin Holst Swende 2020-04-22 16:55:18 +0200
  • 9cd79a80ee
    p2p/enode: update code comment tgyKomgo 2020-04-24 13:56:03 +0200
  • 8a2e8faadd
    core/state/snapshot: fix binary iterator (#20970) gary rong 2020-04-24 19:43:49 +0800
  • 44ff3f3dc9
    trie: initial implementation for range proof (#20908) gary rong 2020-04-24 19:37:56 +0800
  • 314bf3f6f7 build: fixed upload dir for maven Marius van der Wijden 2020-04-24 10:47:05 +0200
  • 2d1031ba7b accounts/keystore: added test case for zeroKey Marius van der Wijden 2020-04-24 09:26:16 +0200
  • b42d3107ee core/state/snapshot: fix binary iterator rjl493456442 2020-04-24 11:37:40 +0800
  • e18e7775b3 trie: unset the edge valuenode as nilValuenode rjl493456442 2020-04-24 09:32:58 +0800
  • d88437cf10 fix vulnerability in zeroKey George Carder 2020-04-23 15:13:56 -0700
  • b7f218671c eth/filters: Wrap Transaction with RPCTransaction Austin Roberts 2020-04-23 09:48:40 -0500
  • 5626239435 build: added maven upload function Marius van der Wijden 2020-04-23 15:08:01 +0200
  • 200f567e69 trie: unset the edge valuenode as well rjl493456442 2020-04-23 18:54:02 +0800
  • 45e2022079 Recover lost HTTP server lifecycle log messages Steven E. Harris 2020-04-22 16:53:55 -0400
  • bae9069f98 Shut down all node-related HTTP servers gracefully Steven E. Harris 2020-04-21 12:49:41 -0400
  • f63c68c245 trie: fix minor issue rjl493456442 2020-04-22 19:10:54 +0800
  • 38aab0aa83
    accounts/keystore: fix double import race (#20915) Marius van der Wijden 2020-04-22 11:52:29 +0200
  • e35498d923 accounts/abi: bools -> booleans Marius van der Wijden 2020-04-22 11:48:01 +0200
  • 14c08d19e3 trie: fix lint rjl493456442 2020-04-22 17:26:41 +0800
  • 9b5e232884
    cmd/clef, signer/core: use better terminal input for passwords, make it possible to avoid boot-up warning Martin Holst Swende 2020-04-22 11:05:17 +0200
  • f46f5e01cc core/state_transition : use evm.Context.CanTransfer instead evm.CanTransfer ucwong 2020-04-22 08:38:09 +0000
  • 2ec7232191
    core: mirror full node reorg logic in light client too (#20931) icodezjb 2020-04-22 16:27:47 +0800
  • b9df7ecdc3
    all: seperate consensus error and evm internal error (#20830) gary rong 2020-04-22 16:25:36 +0800
  • c60c0c97e7
    go.mod : update fastcache to 1.5.7 (#20936) ucwong 2020-04-22 15:31:32 +0800
  • 846afc4086 mobile: remove enodes type declaration Marius van der Wijden 2020-04-22 09:25:45 +0200
  • 18266b0d7a minor: Throw error if proposer/signer are not in the validator set (2.28) atvanguard 2020-04-22 12:42:03 +0530
  • 870d4c4970
    Merge pull request #20953 from holiman/fixdlseek Péter Szilágyi 2020-04-22 09:50:01 +0300
  • 044f680a04
    core: don't reorg if received chain is longer at same diff Péter Szilágyi 2020-04-22 09:14:14 +0300
  • b93a22c8b2
    core: fix nitpick to only retrieve head once Péter Szilágyi 2020-04-22 09:10:06 +0300
  • 535cf48805 Buffer logs to send them in batches to the splunk server; use nanotime to tag logs more closely; use Stringer to format context values Antoine Toulme 2020-04-21 19:05:26 -0700
  • c199a5134c core/bloombits/matcher | add quit channel instead of kill channel ucwong 2020-04-22 01:25:55 +0000
  • db296d781b
    respect --fakepow flag when starting geth #20954 Matt Garnett 2020-04-21 11:04:14 -0600
  • ffea2e9151 mobile: remove enodes type declaration Marius van der Wijden 2020-04-21 17:17:07 +0200
  • 6c458f32f8
    p2p: defer wait group done in protocol start (#20951) ucwong 2020-04-21 22:42:18 +0800
  • c036fe35a8
    core/state/snapshot: make difflayer account iterator seek operation inclusive Martin Holst Swende 2020-04-21 16:26:02 +0200
  • 51958ac264 Merge branch 'import-race' of github.com:MariusVanDerWijden/go-ethereum into import-race Marius van der Wijden 2020-04-21 16:13:26 +0200
  • 1b3d58428a accounts: use errors instead of fmt Marius van der Wijden 2020-04-21 16:13:04 +0200
  • 7852f0bac3 Respond to empty RPC requests with HTTP OK status Steven E. Harris 2020-04-07 15:36:46 -0400
  • 7f66a295b5 accounts/abi: removed duplicate test Marius van der Wijden 2020-04-21 12:42:18 +0200
  • 2241cc7465 accounts/abi: renamed getMockLog -> newMockLog Marius van der Wijden 2020-04-21 12:40:25 +0200
  • fc925a99d7 accounts/abi: added tuple test cases Marius van der Wijden 2020-04-21 12:38:16 +0200
  • d58e05ddd6 accounts/abi: fixed [][][32]bytes encoding Marius van der Wijden 2020-04-21 11:08:14 +0200
  • 2bfe113625 accounts/abi: merged packing/unpacking tests Marius van der Wijden 2020-04-21 11:00:35 +0200
  • 7599999dcd
    snapshot: add Unlock before return (#20948) Boqin Qin 2020-04-21 16:11:38 +0800
  • bfab1d932d dev: rename CompareProposerPriority to Cmp, add nil check (2.27) atvanguard 2020-04-21 11:31:45 +0530
  • 48d6d76d18 minor: Remove the redundant validator.Bytes() func, fix comments (2.26) atvanguard 2020-04-21 10:29:59 +0530
  • 4d1f72a415 p2p/peer : defer wait group done in protocol start ucwong 2020-04-21 04:39:42 +0000
  • b00299ca13 fix: Validator list could be invalid making the node crash (2.13) atvanguard 2020-04-21 09:50:44 +0530
  • aae5230baf Edit hardcoded params Karl Floersch 2020-04-20 17:00:39 -0400
  • ed0d0cdb4c test_mineBlocks Dimitry Kh 2020-04-20 20:17:19 +0300
  • c95b59c443 accounts/abi: removed unused definition Marius van der Wijden 2020-04-20 17:45:55 +0200
  • 122a2304db minor: Run gofmt -w . atvanguard 2020-04-20 20:34:58 +0530
  • 0015a42ba2 accounts, internal: address comments rjl493456442 2020-04-20 22:06:18 +0800
  • 56c0ee1517 Remove Unlock before panic BurtonQin 2020-04-20 09:58:17 -0400
  • b0821c0fcc accounts, internal: resolve revert reason if possible rjl493456442 2020-04-06 10:44:52 +0800
  • bc1e1a1de0 accounts, core, eth, internal: address comments rjl493456442 2020-03-31 13:34:41 +0800
  • 19882fd462 core: fix lint rjl493456442 2020-03-30 12:32:08 +0800
  • 662dab7bf5 all: address comments rjl493456442 2020-03-30 11:08:52 +0800
  • af58d13ca3 accounts/abi/bind/backends, internal: cleanup error message rjl493456442 2020-03-28 14:55:02 +0800
  • e390d4ff7e accounts/abi/bind/backends: add tests rjl493456442 2020-03-28 14:42:39 +0800
  • 38cbee9f35 all: polish rjl493456442 2020-03-28 13:30:27 +0800
  • c1e706a654 all: seperate consensus error and evm internal error rjl493456442 2020-03-27 15:42:06 +0800
  • 79b68dd78d
    Merge pull request #20923 from holiman/fix_seckeybuf Péter Szilágyi 2020-04-20 16:52:04 +0300
  • f1134257f0
    Merge pull request #7 from ethereum/master jkcomment 2020-04-20 21:26:20 +0900
  • 511b9a68e5 Forget Unlock in snapshot BurtonQin 2020-04-20 08:07:40 -0400
  • 648b0cb714
    cmd, core: remove override muir glacier and override istanbul (#20942) rene 2020-04-20 11:46:38 +0200
  • 4825401ab3 accounts/abi: fixed rebase errors Marius van der Wijden 2020-04-20 09:54:50 +0200
  • 78b7d0532f accounts/abi: fixed rebase error Marius van der Wijden 2020-04-09 12:53:45 +0200
  • 67a9c805f6 accounts/abi: test invalid abi Marius van der Wijden 2020-04-08 12:41:15 +0200
  • d6fcb0fc77 accounts/abi: length check on arrayTy Marius van der Wijden 2020-04-07 13:17:53 +0200
  • d791de4b2f accounts/abi: modified unpack test to pack test Marius van der Wijden 2020-04-07 13:16:52 +0200
  • 813ee4a94b accounts/abi: added type test Marius van der Wijden 2020-04-07 12:05:03 +0200
  • ac326c3ad5 accounts/abi: removed unnused arguments.LengthNonIndexed Marius van der Wijden 2020-04-07 11:15:52 +0200
  • 2b05a4e004 accounts/abi: removed duplicate tests Marius van der Wijden 2020-04-06 15:41:30 +0200
  • 58714f78a8 accounts/abi: run pack tests as subtests Marius van der Wijden 2020-04-01 17:19:48 +0200
  • 1c02beb4d9 accounts/abi/bind: refactored base tests Marius van der Wijden 2020-02-22 12:16:47 +0100
  • 7e6e61324d accounts/abi: added more tests for abi packing Marius van der Wijden 2020-03-31 21:09:57 +0200
  • 8094d9aa6e accounts/abi: reworked abi tests MariusVanDerWijden 2020-02-17 14:05:50 +0100
  • 96099d980f accounts/abi: removed duplicate test cases MariusVanDerWijden 2020-02-17 13:04:32 +0100
  • e84bc4615c accounts/abi: moved testjson data into global declaration MariusVanDerWijden 2020-02-17 12:53:32 +0100
  • 8bcbf86e84 accounts/abi: simplified reflection logic MariusVanDerWijden 2020-02-13 17:40:12 +0100
  • 47d31251b8 accounts/abi: reduced usage of arguments.LengthNonIndexed MariusVanDerWijden 2020-02-13 16:49:04 +0100
  • 1db8225eff accounts/abi: added documentation MariusVanDerWijden 2020-02-13 16:46:56 +0100
  • ac9c03f910
    accounts/abi: Prevent recalculation of internal fields (#20895) Marius van der Wijden 2020-04-20 09:01:04 +0200
  • d8c07f302a
    fix: Check block delay in verifyHeaders / remove empty chainId check (MAT-1080, MAT-1089) (#49) Arpit Agarwal 2020-04-20 11:53:05 +0530
  • 4d6620f22e Code review comments Antoine Toulme 2020-04-17 21:49:55 -0700
  • d8d001e896 log,internal/debug: Add Splunk logging capability Antoine Toulme 2020-04-11 18:24:31 -0700
  • 37a4249acb
    removes override muir glacier and override istanbul renaynay 2020-04-17 16:17:03 +0200
  • a148c29739 Merge github.com:ethereum/go-ethereum into lock ucwong 2020-04-17 14:10:58 +0000