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.
Sheldon
ca228569e4
light: odrTrie tryUpdate should use update ( #18107 )
...
TryUpdate does not call t.trie.TryUpdate(key, value) and calls t.trie.TryDelete
instead. The update operation simply deletes the corresponding entry, though
it could retrieve later by odr. However, it adds further network overhead.
6 years ago
..
lightchain.go
les, light, params: update light client CHTs
6 years ago
lightchain_test.go
all: make indexer configurable ( #17188 )
6 years ago
nodeset.go
all: update license information ( #16089 )
7 years ago
odr.go
les, light, params: update light client CHTs
6 years ago
odr_test.go
all: protect self-mined block during reorg ( #17656 )
6 years ago
odr_util.go
les, light, params: update light client CHTs
6 years ago
postprocess.go
cmd, core, eth, light, trie: add trie read caching layer
6 years ago
trie.go
light: odrTrie tryUpdate should use update ( #18107 )
6 years ago
trie_test.go
all: protect self-mined block during reorg ( #17656 )
6 years ago
txpool.go
ethdb, core: implement delete for db batch ( #17101 )
6 years ago
txpool_test.go
all: protect self-mined block during reorg ( #17656 )
6 years ago