- 10 Dec, 2019 5 commits
-
-
Felix Lange authored
-
Péter Szilágyi authored
core: removed old invalid comment
-
Marius van der Wijden authored
-
Martin Holst Swende authored
* fuzzers: fuzzers for keystore, rlp, trie, whisper (cred to @guidovranken) * fuzzers: move fuzzers to testdata * testdata/fuzzers: documentation * testdata/fuzzers: corpus for rlp * tests/fuzzers: fixup
-
- 06 Dec, 2019 3 commits
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Martin Holst Swende authored
* consensus/ethash, params: implement eip-2384: bump difficulty bomb * params: EIP 2384 compat checks * consensus, params: add Muir Glacier block number (mainnet,ropsten) + official name * core/forkid: forkid tests for muir glacier * params/config: address review concerns * params, core/forkid: review nitpicks * cmd/geth,eth,les: add override option for muir glacier * params: nit fix
-
- 05 Dec, 2019 3 commits
-
-
Marius van der Wijden authored
-
Péter Szilágyi authored
params: update CHTs for v1.9.9 release
-
Péter Szilágyi authored
-
- 02 Dec, 2019 3 commits
-
-
Péter Szilágyi authored
trie: track dirty cache metrics, track clean writes on commit
-
Péter Szilágyi authored
-
Marius van der Wijden authored
-
- 29 Nov, 2019 6 commits
-
-
gary rong authored
This change: - removes the PostChainEvents method on core.BlockChain. - sorts 'removed log' events by block number. - fire the NewChainHead event if we inject a canonical block into the chain even if the entire insertion is not successful. - guarantees correct event ordering in all cases.
-
Guillaume Ballet authored
-
xinluyin authored
-
Guillaume Ballet authored
-
Guillaume Ballet authored
-
Guillaume Ballet authored
-
- 28 Nov, 2019 3 commits
-
-
gary rong authored
-
Guillaume Ballet authored
-
Felix Lange authored
The original idea behind this change was to remove a use of the deprecated CancelRequest method. Simply removing it would've been an option, but I couldn't resist and did a bit of a refactoring instead. All remote sealing code was contained in a single giant function. Remote sealing is now extracted into its own object, remoteSealer.
-
- 27 Nov, 2019 6 commits
-
-
Péter Szilágyi authored
deps: update fastcache to 1.5.3
-
Péter Szilágyi authored
core/rawdb: fix reinit regression caused by the hash check PR
-
Martin Holst Swende authored
-
Péter Szilágyi authored
-
Guillaume Ballet authored
* core: fix staticcheck warnings * fix goimports
-
Guillaume Ballet authored
-
- 26 Nov, 2019 5 commits
-
-
zaccoding authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Felföldi Zsolt authored
-
Felix Lange authored
* p2p/discover: slow down lookups on empty table * p2p/discover: wake from slowdown sleep when table is closed
-
- 25 Nov, 2019 6 commits
-
-
Guillaume Ballet authored
* accounts/keystore: fix staticcheck warnings * review feedback
-
gary rong authored
-
Felix Lange authored
* rlp: fix staticcheck warnings * rlp: fix ExampleDecode test
-
Péter Szilágyi authored
cmd/geth: remove network id from version cmd
-
meows authored
It was reflective only of the Default setting, and not chain aware.
-
gary rong authored
-