Commit Graph

102 Commits (d8ff53dfb8a516f47db37dbc7fd7ad18a1e8a125)

Author SHA1 Message Date
gary rong 0c70b83e00
all: add read-only option to database (#22407) 4 years ago
lightclient bbfb1e4008
all: add support for EIP-2718, EIP-2930 transactions (#21502) 4 years ago
ucwong 83e4c49e2b
trie : use trie.NewStackTrie instead of new(trie.Trie) (#22246) 4 years ago
Martin Holst Swende 7770e41cb5
core: improve contextual information on core errors (#21869) 4 years ago
gary rong 87c0ba9213
core, eth, les, trie: add a prefix to contract code (#21080) 4 years ago
Péter Szilágyi 8cbdc8638f
core: define and test chain rewind corner cases (#21409) 4 years ago
Martin Michlmayr 4f2784b38f
all: fix typos in comments (#21118) 4 years ago
Martin Holst Swende 7ace5a3a8b
core: fixup blockchain tests (#21062) 4 years ago
Martin Holst Swende 4535230059
cmd, core, eth: background transaction indexing (#20302) 4 years ago
Felix Lange 92a7538ed3
core: improve TestLogRebirth (#20961) 4 years ago
ucwong f98cabad7c
core: add missing Timer.Stop call in TestLogReorgs (#20870) 5 years ago
Martin Holst Swende 074efe6c8d
core: fix two snapshot iterator flaws, decollide snap storage prefix 5 years ago
Martin Holst Swende bc5d742c66
core: more blockchain tests 5 years ago
Péter Szilágyi a4cf279494
core/state: extend snapshotter to handle account resurrections 5 years ago
Martin Holst Swende fe8347ea8a
squashme 5 years ago
Martin Holst Swende 361a6f08ac
core/tests: test for destroy+recreate contract with storage 5 years ago
Péter Szilágyi 06d4470b41
core: fix broken tests due to API changes + linter 5 years ago
gary rong fc7e0fe6c7 core, miner: remove PostChainEvents (#19396) 5 years ago
Felix Lange f71e85b8e2 core: fix staticcheck warnings (#20323) 5 years ago
Martin Holst Swende c476460cb2
params: check fork ordering when initializing new genesis, fixes #20136 (#20169) 5 years ago
Martin Holst Swende f49d6e5ec0
core: add blockchain test too for revert cornercase 5 years ago
Martin Holst Swende 4aee0d1994 core: fix crash in chain reimport (#19986) 5 years ago
Felföldi Zsolt 58497f46bd
les, les/flowcontrol: implement LES/3 (#19329) 5 years ago
Péter Szilágyi 9eba3a9fff
cmd/geth, core/rawdb: seamless freezer consistency, friendly removedb 5 years ago
gary rong 37d280da41
core, cmd, vendor: fixes and database inspection tool (#15) 5 years ago
gary rong 80469bea0c
all: integrate the freezer with fast sync 5 years ago
gary rong c113723fdb core: handle importing known blocks more gracefully (#19417) 5 years ago
Martin Holst Swende c8cf360f29
core: fix canonicality confusion (#19514) 5 years ago
Péter Szilágyi 7221cb1434
core, eth, les, light: scope receipt functionality a bit cleaner 6 years ago
Péter Szilágyi 43631aa1d6
core: minor code polishes + rebase fixes 6 years ago
rjl493456442 690bd8a417
core: re-omit new log event when logs rebirth 6 years ago
Péter Szilágyi bb9631c399
core: prefetch next block state concurrently 6 years ago
Péter Szilágyi 4f457859a2
core: use headers only where blocks are unnecessary 6 years ago
Péter Szilágyi 054412e335
all: clean up and proerly abstract database access 6 years ago
Martin Holst Swende 8577b5b020 core: more tests for sidechain import, fixes #19105 (#19113) 6 years ago
Matthew Halpern bf42535d31 core: remove redundant parentheses (#19106) 6 years ago
Matthew Halpern 3930f3795b core: remove unused function (#19097) 6 years ago
Péter Szilágyi 940e317094
core: fix pruner panic when importing low-diff-large-sidechain 6 years ago
Martin Holst Swende da1efdae0c
core: repro #18977 6 years ago
Péter Szilágyi f25f776c9f
core, light: get rid of the dual mutexes, hard to reason with 6 years ago
Péter Szilágyi 333b5fb123
core: polish side chain importer a bit 6 years ago
gary rong d6254f827b all: protect self-mined block during reorg (#17656) 6 years ago
Oleg Kovalov d42ce0f2c1 all: simplify switches (#17267) 6 years ago
Péter Szilágyi d926bf2c7e trie: cache collapsed tries node, not rlp blobs (#16876) 6 years ago
Wenbiao Zheng 9b1536b26a core: remove dead code, limit test code scope (#17006) 6 years ago
kiel barry cbfb40b0aa params: fix golint warnings (#16853) 6 years ago
gary rong 7beccb29be all: get rid of error when creating memory database (#16716) 6 years ago
Péter Szilágyi 6cf0ab38bd
core/rawdb: separate raw database access to own package (#16666) 6 years ago
Martin Holst Swende 8c31d2897b
core: add blockchain benchmarks 7 years ago
Péter Szilágyi 89f914c030
core: flush out trie cache more meaningfully on stop (#16143) 7 years ago