Commit Graph

380 Commits (72f40bfe858c57ff218bf5c00cca3b6ffaa15ada)

Author SHA1 Message Date
rjl493456442 743e404906
core, eth, les, tests, trie: abstract node scheme (#25532) 2 years ago
rjl493456442 60e30a940b
core/rawdb: refactor db inspector for extending multiple ancient store (#25896) 2 years ago
Martin Holst Swende 5a02b2d6d0
all: fix spelling mistakes (#25961) 2 years ago
Martin Holst Swende 456b187892
trie, eth/protocols/snap: less tiny db-writes during trie-healing (#25681) 2 years ago
rjl493456442 bff84a99fe
cmd, core, eth, les, light: track deleted nodes (#25757) 2 years ago
Amir Hossein 57a65f00c9
trie: handle more batch commit errors in Database (#25674) 2 years ago
Felix Lange b628d72766
build: upgrade to go 1.19 (#25726) 2 years ago
Darioush Jalali 8363f79f8f
trie: update comments + err check for preimages (#25672) 2 years ago
rjl493456442 5ddedd2f83
core, light, trie: remove DiskDB function from trie database (#25690) 2 years ago
Péter Szilágyi a9ec2ab2e6
trie: check childrens' existence concurrently for snap heal 2 years ago
Amir Hossein 4b9c307d26
trie: fix unhandled error in test (#25628) 2 years ago
Seungbae Yu 0d68b6bf10
trie: fix typo in comment (#25667) 2 years ago
Martin Holst Swende d79bd2f0f6
trie: better error reporting (#25645) 2 years ago
rjl493456442 3f79afb599
trie: cleanup stateTrie (#25640) 2 years ago
aaronbuchwald 3d68bb03c3
trie: fix grammar in comment (#25648) 2 years ago
Péter Szilágyi 5758d1fb11
core/state, trie: fix trie flush order for proper pruning 2 years ago
Justin Traglia 2c5648d891
all: fix some typos (#25551) 2 years ago
rjl493456442 a1b8892384
trie: improve node rlp decoding performance (#25357) 2 years ago
Guillaume Ballet 6da5c1644d
core/state, trie, light: add a TryDeleteAccount method (#25531) 2 years ago
Guillaume Ballet 12185e40e0
core, trie: flush preimages to db on blockchain close (#25533) 2 years ago
Guillaume Ballet f67e54c92f
core: use TryGetAccount to read what TryUpdateAccount has written (#25458) 2 years ago
rjl493456442 8b53b92eb4
core, trie: rework trie committer (#25320) 2 years ago
rjl493456442 9d76a9b94f
core, trie, eth, cmd: rework preimage store (#25287) 2 years ago
Delweng b196ad1c16
all: add whitespace linter (#25312) 2 years ago
Felix Lange e3df3d34cf
trie: fix 'gosimple' lint issue (#25309) 2 years ago
rjl493456442 1657e43931
core, les, eth: port snap sync changes (#24898) 2 years ago
aaronbuchwald 926b3e08ba
trie: fix typo in comment (#25241) 2 years ago
Seungbae.yu 2697e44d81
all: change format `0x%x` to `%#x` (#25221) 2 years ago
aaronbuchwald 241dd27300
trie: fix size accounting in cleaner (#25007) 2 years ago
Martin Holst Swende a907d7e81a
all: more linters (#24783) 2 years ago
aaronbuchwald 6b3e6cb2ab
trie: move locking into trieDB insert method (#25030) 2 years ago
rjl493456442 22defa5af7
all: introduce trie owner notion (#24750) 2 years ago
Felix Lange 9244d5cd61
all: update license headers and AUTHORS from git history (#24947) 2 years ago
Martin Holst Swende 646503208e
eth/protocols/snap: sort trienode heal requests by path (#24779) 2 years ago
Darioush Jalali 8bf0565ebb
trie: remove unused makeHashNode (#24702) 2 years ago
Eng Zer Jun 8d066f1f42
all: use T.TempDir to create temporary test directories (#24633) 2 years ago
rjl493456442 da16d089c0
trie, les, tests, core: implement trie tracer (#24403) 3 years ago
rjl493456442 fb2ae8e995
trie: fix two issues in trie iterator (#24539) 3 years ago
rjl493456442 8c8a9e5ca1
core, ethdb, tests, trie: introduce database snapshot (#24486) 3 years ago
Qian Bin 65ed1a6871
rlp, trie: faster trie node encoding (#24126) 3 years ago
rjl493456442 4d086430bd
core, ethdb, tests, trie: implement NewBatchWithSize API for batcher (#24392) 3 years ago
Gary Rong 55430b6ea2 trie: implement NodeBlob API for trie iterator 3 years ago
Darioush Jalali 2dfa4bcf6c
trie: test for edgecase in VerifyRangeProof (#24257) 3 years ago
rjl493456442 ae45c97d3d
trie: fix range prover (#24266) 3 years ago
Darioush Jalali 2c58e6b62d
trie: use keyvalue reader for non-mutating methods (#24221) 3 years ago
Water 98be5f9a72
trie: fix spelling mistake (#24185) 3 years ago
Martin Holst Swende 893502e561
trie, core, eth: use db.has over db.get where possible 3 years ago
Péter Szilágyi 58d1988349
core, eth, les, trie: remove the sync bloom, used by fast sync 3 years ago
Taeik Lim 85064ed09b
all: fix 'the the' in comments (#24036) 3 years ago
Paweł Bylica 86fe359a56
trie: simplify StackTrie implementation (#23950) 3 years ago