plugeth/light
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.
2018-11-26 13:27:49 +01:00
..
lightchain_test.go all: make indexer configurable (#17188) 2018-08-28 10:08:16 +03:00
lightchain.go les, light, params: update light client CHTs 2018-09-20 14:14:48 +03:00
nodeset.go all: update license information (#16089) 2018-02-14 13:49:11 +01:00
odr_test.go all: protect self-mined block during reorg (#17656) 2018-09-20 15:09:30 +03:00
odr_util.go les, light, params: update light client CHTs 2018-09-20 14:14:48 +03:00
odr.go les, light, params: update light client CHTs 2018-09-20 14:14:48 +03:00
postprocess.go cmd, core, eth, light, trie: add trie read caching layer 2018-11-15 12:22:13 +02:00
trie_test.go all: protect self-mined block during reorg (#17656) 2018-09-20 15:09:30 +03:00
trie.go light: odrTrie tryUpdate should use update (#18107) 2018-11-26 13:27:49 +01:00
txpool_test.go all: protect self-mined block during reorg (#17656) 2018-09-20 15:09:30 +03:00
txpool.go ethdb, core: implement delete for db batch (#17101) 2018-07-02 11:16:30 +03:00