Commit Graph

  • 23a1bb17e4 p2p/discover: implement talk requests Felix Lange 2020-08-18 14:26:09 +02:00
  • 6f88e7505c p2p/discover: replace checksum with static protocol identifier Felix Lange 2020-08-18 12:53:40 +02:00
  • d1a736b78a p2p/discover: add header masking code for testing Felix Lange 2020-05-27 00:18:26 +02:00
  • e54f43c4c2 p2p/discover: reset input slice for each decoder benchmark round Felix Lange 2020-05-27 00:46:00 +02:00
  • b194b046a7 p2p/discover: implement new packet format proposal Felix Lange 2020-05-20 14:57:17 +02:00
  • 174fe59e06 params: update CHTs rjl493456442 2020-10-14 16:16:23 +08:00
  • 1fed223483
    accounts/keystore: fix flaky test (#21703) Marius van der Wijden 2020-10-13 19:46:43 +02:00
  • 82b853deef accounts/keystore: properly fix the walletNotifications test Marius van der Wijden 2020-10-13 17:42:14 +02:00
  • c9c6b5c171 accounts/keystore: added newlines back in Marius van der Wijden 2020-10-13 17:28:44 +02:00
  • f55a9f4668 accounts/keystore: add timeout to test to prevent failure on travis Marius van der Wijden 2020-10-13 17:26:44 +02:00
  • 416f6d638c miner: fixed race condition in tests Marius van der Wijden 2020-10-05 23:27:09 +02:00
  • 1e10489196
    miner: don't interrupt mining after successful sync (#21701) Martin Holst Swende 2020-10-13 14:12:06 +02:00
  • 3fe484c223 core/state/snapshot: rebase rjl493456442 2020-10-13 19:33:42 +08:00
  • 2a9ea6be87
    cmd/geth, cmd/utils: fixed flags name (#21700) Giuseppe Bertone 2020-10-13 13:33:10 +02:00
  • c1caa9a067 core/state: polish rjl493456442 2020-10-12 13:22:58 +08:00
  • d86e334eaf core/state/snapshot: polish code rjl493456442 2020-10-12 11:06:32 +08:00
  • 5eff18c93c core: add comments rjl493456442 2020-09-02 10:01:32 +08:00
  • 226fa8fc1e core/state/snapshot: fix iteration rjl493456442 2020-09-01 15:29:05 +08:00
  • cdc2476059 core/state/snapshot: iterate storage concurrently rjl493456442 2020-09-01 15:04:17 +08:00
  • e29bba883b core: polish rjl493456442 2020-08-31 19:24:41 +08:00
  • 394312f041 core/state/snapshot: plugin stacktrie rjl493456442 2020-10-12 10:32:36 +08:00
  • 80f157620c contracts: remove useless rjl493456442 2020-10-09 14:04:36 +08:00
  • 5747c8f1cb all: update sum rjl493456442 2020-10-09 13:54:07 +08:00
  • 1f089974e2 core: minor fixes rjl493456442 2020-08-28 11:00:26 +08:00
  • 6d7e02899d core, cmd: fix extract genesis rjl493456442 2020-08-27 20:09:58 +08:00
  • 0b97ce3196 cmd/geth: add helper function rjl493456442 2020-08-27 19:10:01 +08:00
  • 8c0f30f320 core/state/pruner: avoid deleting genesis state rjl493456442 2020-08-27 15:58:50 +08:00
  • e904d90b0d core/state: use new contract code layout rjl493456442 2020-08-27 14:13:50 +08:00
  • 732d1713be cmd, core: fix rebase rjl493456442 2020-08-27 14:06:09 +08:00
  • 4d11dcd0fa core/rawdb: implement flatdb rjl493456442 2020-08-14 18:38:24 +08:00
  • 6d3f487992 cmd/geth: add verification tool rjl493456442 2020-07-29 14:43:25 +08:00
  • 146793048f cmd/geth: add verify-state rjl493456442 2020-05-07 20:06:25 +08:00
  • ba8efc61ef core: fix db inspector rjl493456442 2020-05-07 14:05:20 +08:00
  • 9107ee4dc4 cmd, core, tests: initial state pruner rjl493456442 2020-04-21 14:38:43 +08:00
  • 7a5a822905
    eth, p2p: use truncated names (#21698) Martin Holst Swende 2020-10-13 13:28:24 +02:00
  • 5c6155f9f4
    internal/web3ext: improve some web3 apis (#21639) mr_franklin 2020-10-13 19:24:08 +08:00
  • 348c3bc47d
    trie: fix flaw in stacktrie pool reuse (#21699) Martin Holst Swende 2020-10-13 13:21:25 +02:00
  • a1b4547116
    miner: alternate fix for miner-flaw Martin Holst Swende 2020-10-13 13:14:37 +02:00
  • ff054e6d3d cmd/geth, cmd/utils: fixed flags name Giuseppe Bertone 2020-09-25 04:02:44 +02:00
  • 45a46b8221
    trie: fix flaw in stacktrie pool reuse Martin Holst Swende 2020-10-13 12:43:09 +02:00
  • 94d1f5888a
    consensus/clique: unexport calcDifficulty and improve comment (#21619) mr_franklin 2020-10-13 17:00:42 +08:00
  • c37e68e7c1
    all: replace RWMutex with Mutex in places where RLock is not used (#21622) mr_franklin 2020-10-13 16:58:41 +08:00
  • 32341f88e3
    console: fix admin.sleepBlocks (#21629) Hanjiang Yu 2020-10-13 16:55:57 +08:00
  • 2e82875e88
    Update web3ext.go Felix Lange 2020-10-13 10:53:01 +02:00
  • 6c6d1ad993
    Update peer.go Felix Lange 2020-10-13 10:33:56 +02:00
  • f6048bd0a4
    eth, p2p: use truncated names Martin Holst Swende 2020-10-12 22:25:45 +02:00
  • 66c3eb2f1a
    accouts, consensus, core: fix some comments (#21617) mr_franklin 2020-10-12 21:02:38 +08:00
  • b5b1941d5e
    fix synchronisation failure Zou Guangxian 2020-10-12 18:40:11 +08:00
  • 871a47bec2
    chainID returns config chainID, extra method EIP155 to check if blockchain past eip155 block renaynay 2020-10-12 12:19:38 +02:00
  • 86dd005544
    trie: polish commit function (#21692) gary rong 2020-10-12 18:08:04 +08:00
  • 2871fe8268 trie: fix typo rjl493456442 2020-10-12 14:51:01 +08:00
  • 367834ee16 trie: polish commit function rjl493456442 2020-10-12 12:44:08 +08:00
  • e334c110f6 p2p: reduce usage of peer.Name in warn messages Marius van der Wijden 2020-10-12 00:45:31 +02:00
  • 508b55ad95 peer: return localAddr instead of name to prevent spam Marius van der Wijden 2020-10-12 00:31:33 +02:00
  • b306f01edd
    add a method to eth, unsafe? chainID renaynay 2020-10-11 22:37:20 +02:00
  • 706f5e3b98
    core: fix txpool off-by-one error (#21683) Martin Holst Swende 2020-10-09 11:23:46 +02:00
  • 194c17e12d
    core/tx_pool: fix off-by-one error Martin Holst Swende 2020-10-09 11:18:55 +02:00
  • fd02cb67f0 core/state/snapshot: simplify the function rjl493456442 2020-10-09 16:02:49 +08:00
  • b8bf2f4202 core/state/snapshot: disable iteration if the snapshot is generating rjl493456442 2020-10-09 15:31:02 +08:00
  • b26ef86d97 core/state/snapshot: add diskRoot function rjl493456442 2020-10-09 15:19:57 +08:00
  • 19a1c95046
    eth/downloader: cache parent hash instead of recomputing (#21678) Marius van der Wijden 2020-10-09 09:09:10 +02:00
  • 905ed109ed
    eth/downloader: fix data race around the ancientlimit (#21681) gary rong 2020-10-09 14:58:30 +08:00
  • 2a796ff035 eth/downloader: initialize the ancientlimit as 0 rjl493456442 2020-10-09 11:40:12 +08:00
  • cc04952908 eth/downloader: fix data race around the ancientlimit rjl493456442 2020-10-09 11:32:09 +08:00
  • 685a2d22b5 common: remove hexToArray function Marius van der Wijden 2020-10-08 20:08:54 +02:00
  • 43cd31ea9f
    core/vm: dedup config check in markdown logger (#21655) Guillaume Ballet 2020-10-08 14:03:24 +02:00
  • 5e86e4ed29
    p2p/discover: remove use of shared hash instance for key derivation (#21673) Felix Lange 2020-10-08 11:19:54 +02:00
  • 3c652048be eth/downloader: cache parent hash instead of recomputing Marius van der Wijden 2020-10-08 10:28:05 +02:00
  • 6d29e192e9
    signer/core: don't mismatch reject and no accounts (#21677) Martin Holst Swende 2020-10-08 10:10:58 +02:00
  • 9c0c2ef14d
    signer/core: docs Martin Holst Swende 2020-10-08 10:08:41 +02:00
  • 38567615ea
    signer/core: don't mismatch reject and zero accounts, fixes #21674 Martin Holst Swende 2020-10-08 09:29:00 +02:00
  • 11a54e0f68 review feedback: reuse buffer Guillaume Ballet 2020-10-07 22:44:30 +02:00
  • 3eafcd51a3 p2p/discover: remove use of shared hash instance for key derivation Felix Lange 2020-10-07 20:36:45 +02:00
  • 015e78928a
    node: relax websocket connection header check (#21646) Felix Lange 2020-10-07 20:05:14 +02:00
  • 716864deba
    cmd/devp2p/internal/ethtest: improve eth test suite (#21615) rene 2020-10-07 17:22:44 +02:00
  • c234885d82 node: fix lint Felix Lange 2020-10-07 17:19:21 +02:00
  • 6553f1225c
    Merge pull request #20 from makerdao/cleanup-statedb-test Eric Smith 2020-10-06 14:07:25 -05:00
  • e43d827a19
    core/types: optimize bloom filters (#21624) Martin Holst Swende 2020-10-06 15:57:00 +02:00
  • eb87121300
    core/bloombits: faster generator (#21625) Martin Holst Swende 2020-10-06 15:34:29 +02:00
  • ef3f6b8cf2
    fixed two TODOs renaynay 2020-10-06 14:22:05 +02:00
  • e29f9dcd75 core: rough draft of transaction execution with block properties Marius van der Wijden 2020-10-06 12:33:23 +02:00
  • 449f0d22a2 core: allow for nil vmConfig in NewBlockChain Marius van der Wijden 2020-10-06 11:40:34 +02:00
  • 2b2fd74158
    params: update goerli testnet bootnodes (#21659) Raw Pong Ghmoa 2020-10-06 07:35:21 +02:00
  • 3af78d0325 rpc: added headers when creating a new http client zacscoding 2020-10-06 11:24:04 +09:00
  • 68946a9f05
    miner: refactor update loop to remove race condition meows 2020-10-05 15:03:40 -05:00
  • 08ac45d3ad
    miner: (lint:gosimple) use range over chan instead of for/select meows 2020-10-05 11:44:15 -05:00
  • f39e8e40e1 Fix up flaky test. Eric Smith 2020-10-05 11:35:28 -05:00
  • e84dd728dc
    miner: fix handling downloader events on subcription closed meows 2020-10-05 11:25:25 -05:00
  • 0c8588ace2 A few updates to the Readme to match Eric Smith 2020-10-05 10:09:55 -05:00
  • db8ce51462 This removes all uploads Eric Smith 2020-10-05 09:58:11 -05:00
  • 284f533acc
    miner: refactor miner update logic w/r/t downloader events meows 2020-10-05 09:54:34 -05:00
  • 312ea7d59b
    add interrupt counter renaynay 2020-10-05 16:33:52 +02:00
  • bfe2728153
    miner: start mining on downloader events iff not already mining meows 2020-10-05 09:28:18 -05:00
  • a8c825f282
    miner: improve comment wording meows 2020-10-05 09:15:29 -05:00
  • c76054d058
    miner: use 'canStop' state to fix downloader event handling meows 2020-10-05 09:10:30 -05:00
  • e136e5fc0a
    miner: add test describing expectations for downloader/mining events meows 2020-10-05 09:07:39 -05:00
  • 91dcfb5f08
    miner: fix test regarding downloader event/mining expectations meows 2020-10-05 08:54:56 -05:00
  • 2d87295115
    miner: remove TestMiner_2 demonstrating broken test meows 2020-10-05 08:45:26 -05:00
  • 6d365c2851
    miner: fix waitForMiningState precision meows 2020-10-05 08:44:00 -05:00
  • 3b783dd1ed
    miner: add test showing imprecise TestMiner meows 2020-10-05 08:30:43 -05:00