- 10 Sep, 2020 1 commit
-
-
Martin Holst Swende authored
* core/vm/testdata: add gascost expectations to testcases * core/vm: verify expected gas in tests for precompiles * core/vm: fix overflow flaw in gas/s calculation
-
- 09 Sep, 2020 8 commits
-
-
gary rong authored
* cmd, eth: offer maxprice flag for overwritting price cap * eth: rename default price cap
-
Péter Szilágyi authored
eth/downloader: only roll back light sync if not fully validating
-
Marius van der Wijden authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
params: update CHTs for v1.9.21 release
-
Péter Szilágyi authored
-
- 08 Sep, 2020 4 commits
-
-
Guillaume Ballet authored
-
Guillaume Ballet authored
-
Martin Holst Swende authored
* accounts/usbwallet, signer/core: un-hide accounts from ledger legacy derivation paths * Update accounts/usbwallet/wallet.go * Update signer/core/api.go * Update signer/core/api.go
-
Guillaume Ballet authored
* whisper: remove whisper * Update cmd/geth/config.go Co-authored-by:
Marius van der Wijden <m.vanderwijden@live.de> * cmd/geth: warn on enabling whisper + remove more whisper deps * mobile: remove all whisper references Co-authored-by:
Marius van der Wijden <m.vanderwijden@live.de> Co-authored-by:
Martin Holst Swende <martin@swende.se>
-
- 07 Sep, 2020 2 commits
-
-
Osoro Bironga authored
accounts: abi/bid/backends; cleaned doc errors, camelCase refactors and anonymous variable assignments (#21514) Co-authored-by:
Osoro Bironga <osoro@doctaroo.com>
-
Marius van der Wijden authored
* eth: Added TraceTransactionPending * eth: Implement Trace_Call, remove traceTxPending * eth: debug_call -> debug_traceCall, recompute tx environment if pruned * eth: fix nil panic * eth: improve block retrieving logic in tracers * internal/web3ext: add debug_traceCall to console
-
- 02 Sep, 2020 3 commits
-
-
Péter Szilágyi authored
core, eth, trie: prepare trie sync for path based operation
-
Péter Szilágyi authored
-
Martin Holst Swende authored
This changes how the downloader works, a little bit. Previously, when block sync started, we immediately started filling up to 8192 blocks. Usually this is fine, blocks are small in the early numbers. The threshold then is lowered as we measure the size of the blocks that are filled. However, if the node is shut down and restarts syncing while we're in a heavy segment, that might be bad. This PR introduces a more conservative initial threshold of 2K blocks instead.
-
- 01 Sep, 2020 4 commits
-
-
ucwong authored
-
Giuseppe Bertone authored
* "Downloader queue stats" is now a DEBUG information I think this info is more a DEBUG related information then an INFO. If it must remains an INFO, maybe it can be slow down to one time every 5 minutes or so. * Update queue.go "Downloader queue stats" information is now provided once every minute instead of once every 10 seconds.
-
Hanjiang Yu authored
-
Fuyang Deng authored
* accounts/abi: fix a bug in getTypeSize method e.g. for "Tuple[2]" type, the element of the array is a tuple type and the size of the tuple may not be 32. * accounts/abi: add unit test of getTypeSize method
-
- 28 Aug, 2020 1 commit
-
-
Felix Lange authored
-
- 27 Aug, 2020 2 commits
-
-
libotony authored
* tests: add testdata of call tracer * eth/tracers: return revert reason in call_tracer * eth/tracers: regenerate assets * eth/tracers: add error message even if no exec occurrs, fixes #21438 Co-authored-by:
Martin Holst Swende <martin@swende.se>
-
Péter Szilágyi authored
core/state, eth, trie: stabilize memory use, fix memory leak
-
- 26 Aug, 2020 4 commits
-
-
ucwong authored
* go.mod | goleveldb latest update * go.mod update * leveldb options * go.mod: double check Co-authored-by:
Péter Szilágyi <peterke@gmail.com>
-
Marius van der Wijden authored
-
Péter Szilágyi authored
-
Marius van der Wijden authored
* accounts/abi/bind/backends: Disallow timeshift for non-empty blocks * accounts/abi/bind/backends: added tests for adjust time * accounts/abi/bind/simulated: added comments, fixed test for AdjustTime * accounts/abi/bind/backends: updated comment
-
- 25 Aug, 2020 7 commits
-
-
Felix Lange authored
-
Felix Lange authored
-
Péter Szilágyi authored
params: update CHTs for v1.9.20 release
-
Péter Szilágyi authored
-
Shude Li authored
-
Péter Szilágyi authored
core/rawdb: only complain loudly if truncating many items
-
Péter Szilágyi authored
-
- 24 Aug, 2020 4 commits
-
-
timcooijmans authored
This change improves discovery behavior in small networks. Very small networks would often fail to bootstrap because all member nodes were dropping table content due to findnode failure. The check is now changed to avoid dropping nodes on findnode failure when their bucket is almost empty. It also relaxes the liveness check requirement for FINDNODE/v4 response nodes, returning unverified nodes as results when there aren't any verified nodes yet. The "findnode failed" log now reports whether the node was dropped instead of the number of results. The value of the "results" was always zero by definition. Co-authored-by:
Felix Lange <fjl@twurst.com>
-
Péter Szilágyi authored
core/state/snapshot: reduce disk layer depth during generation
-
Péter Szilágyi authored
-
Martin Holst Swende authored
* eth/downloader, eth/handler: utilize sync bloom for getNodeData * trie: handle if bloom is nil * trie, downloader: check bloom nilness externally
-