Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gary rong
f566dd305e
all: bloom-filter based pruning mechanism (#21724)
* cmd, core, tests: initial state pruner
core: fix db inspector
cmd/geth: add verify-state
cmd/geth: add verification tool
core/rawdb: implement flatdb
cmd, core: fix rebase
core/state: use new contract code layout
core/state/pruner: avoid deleting genesis state
cmd/geth: add helper function
core, cmd: fix extract genesis
core: minor fixes
contracts: remove useless
core/state/snapshot: plugin stacktrie
core: polish
core/state/snapshot: iterate storage concurrently
core/state/snapshot: fix iteration
core: add comments
core/state/snapshot: polish code
core/state: polish
core/state/snapshot: rebase
core/rawdb: add comments
core/rawdb: fix tests
core/rawdb: improve tests
core/state/snapshot: fix concurrent iteration
core/state: run pruning during the recovery
core, trie: implement martin's idea
core, eth: delete flatdb and polish pruner
trie: fix import
core/state/pruner: add log
core/state/pruner: fix issues
core/state/pruner: don't read back
core/state/pruner: fix contract code write
core/state/pruner: check root node presence
cmd, core: polish log
core/state: use HEAD-127 as the target
core/state/snapshot: improve tests
cmd/geth: fix verification tool
cmd/geth: use HEAD as the verification default target
all: replace the bloomfilter with martin's fork
cmd, core: polish code
core, cmd: forcibly delete state root
core/state/pruner: add hash64
core/state/pruner: fix blacklist
core/state: remove blacklist
cmd, core: delete trie clean cache before pruning
cmd, core: fix lint
cmd, core: fix rebase
core/state: fix the special case for clique networks
core/state/snapshot: remove useless code
core/state/pruner: capping the snapshot after pruning
cmd, core, eth: fixes
core/rawdb: update db inspector
cmd/geth: polish code
core/state/pruner: fsync bloom filter
cmd, core: print warning log
core/state/pruner: adjust the parameters for bloom filter
cmd, core: create the bloom filter by size
core: polish
core/state/pruner: sanitize invalid bloomfilter size
cmd: address comments
cmd/geth: address comments
cmd/geth: address comment
core/state/pruner: address comments
core/state/pruner: rename homedir to datadir
cmd, core: address comments
core/state/pruner: address comment
core/state: address comments
core, cmd, tests: address comments
core: address comments
core/state/pruner: release the iterator after each commit
core/state/pruner: improve pruner
cmd, core: adjust bloom paramters
core/state/pruner: fix lint
core/state/pruner: fix tests
core: fix rebase
core/state/pruner: remove atomic rename
core/state/pruner: address comments
all: run go mod tidy
core/state/pruner: avoid false-positive for the middle state roots
core/state/pruner: add checks for middle roots
cmd/geth: replace crit with error
* core/state/pruner: fix lint
* core: drop legacy bloom filter
* core/state/snapshot: improve pruner
* core/state/snapshot: polish concurrent logs to report ETA vs. hashes
* core/state/pruner: add progress report for pruning and compaction too
* core: fix snapshot test API
* core/state: fix some pruning logs
* core/state/pruner: support recovering from bloom flush fail
Co-authored-by: Péter Szilágyi <peterke@gmail.com>
|
4 years ago |
.. |
fuzzers
|
fuzzers: added consensys/gurvy library to bn256 differential fuzzer (#21812)
|
4 years ago |
solidity
|
tests/solidity: add contract to test every opcode (#19283)
|
5 years ago |
testdata@6c863f03be
|
tests: update the reference tests (#22009)
|
4 years ago |
block_test.go
|
cmd,core,eth,params,tests: define yolov3 + enable EIP-2565 (#22213)
|
4 years ago |
block_test_util.go
|
all: bloom-filter based pruning mechanism (#21724)
|
4 years ago |
difficulty_test.go
|
cmd: deprecate --testnet, use named networks instead (#20852)
|
5 years ago |
difficulty_test_util.go
|
all: simplify timestamps to uint64 (#19372)
|
6 years ago |
gen_btheader.go
|
all: simplify timestamps to uint64 (#19372)
|
6 years ago |
gen_difficultytest.go
|
all: simplify timestamps to uint64 (#19372)
|
6 years ago |
gen_stenv.go
|
all: switch gas limits from big.Int to uint64
|
7 years ago |
gen_sttransaction.go
|
all: regenerate codecs with gencodec commit 90983d99de (#15830)
|
7 years ago |
gen_vmexec.go
|
all: regenerate codecs with gencodec commit 90983d99de (#15830)
|
7 years ago |
init.go
|
cmd,core,eth,params,tests: define yolov3 + enable EIP-2565 (#22213)
|
4 years ago |
init_test.go
|
tests, signer: remove staticcheck warnings (#20364)
|
5 years ago |
rlp_test.go
|
tests: update tests and implement general state tests (#14734)
|
7 years ago |
rlp_test_util.go
|
core, cmd/puppeth: implement constantinople fix, disable EIP-1283 (#18486)
|
6 years ago |
state_test.go
|
cmd,core,eth,params,tests: define yolov3 + enable EIP-2565 (#22213)
|
4 years ago |
state_test_util.go
|
all: bloom-filter based pruning mechanism (#21724)
|
4 years ago |
transaction_test.go
|
tests: make transaction tests run again, fix #19033 (#19529)
|
6 years ago |
transaction_test_util.go
|
core/state/snapshot, tests: sync snap gen + snaps in consensus tests
|
5 years ago |
vm_test.go
|
core/state/snapshot, tests: sync snap gen + snaps in consensus tests
|
5 years ago |
vm_test_util.go
|
core, all: split vm.Context into BlockContext and TxContext (#21672)
|
4 years ago |