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.
Péter Szilágyi
0ff35e170d
core: remove redundant storage of transactions and receipts ( #14801 )
...
* core: remove redundant storage of transactions and receipts
* core, eth, internal: new transaction schema usage polishes
* eth: implement upgrade mechanism for db deduplication
* core, eth: drop old sequential key db upgrader
* eth: close last iterator on successful db upgrage
* core: prefix the lookup entries to make their purpose clearer
7 years ago
..
lightchain.go
params: remove redundant consts, disable metro on AllProtocolChanges
7 years ago
lightchain_test.go
consensus, core: drop all the legacy custom core error types
8 years ago
odr.go
core/state: access trie through Database interface, track errors ( #14589 )
7 years ago
odr_test.go
core/state: access trie through Database interface, track errors ( #14589 )
7 years ago
odr_util.go
core/state: access trie through Database interface, track errors ( #14589 )
7 years ago
trie.go
core/state: access trie through Database interface, track errors ( #14589 )
7 years ago
trie_test.go
core/state: access trie through Database interface, track errors ( #14589 )
7 years ago
txpool.go
core: remove redundant storage of transactions and receipts ( #14801 )
7 years ago
txpool_test.go
core, consensus: pluggable consensus engines ( #3817 )
8 years ago