plugeth/light
Felföldi Zsolt 2cdf6ee7e0 light: CHT and bloom trie indexers working in light mode (#16534)
This PR enables the indexers to work in light client mode by
downloading a part of these tries (the Merkle proofs of the last
values of the last known section) in order to be able to add new
values and recalculate subsequent hashes. It also adds CHT data to
NodeInfo.
2018-08-15 22:25:46 +02:00
..
lightchain_test.go core/bloombits, light: fix typos (#17235) 2018-07-24 11:24:27 +03:00
lightchain.go light: CHT and bloom trie indexers working in light mode (#16534) 2018-08-15 22:25:46 +02:00
nodeset.go all: update license information (#16089) 2018-02-14 13:49:11 +01:00
odr_test.go all: get rid of error when creating memory database (#16716) 2018-05-09 15:24:25 +03:00
odr_util.go core/rawdb: separate raw database access to own package (#16666) 2018-05-07 14:35:06 +03:00
odr.go light: CHT and bloom trie indexers working in light mode (#16534) 2018-08-15 22:25:46 +02:00
postprocess.go light: CHT and bloom trie indexers working in light mode (#16534) 2018-08-15 22:25:46 +02:00
trie_test.go all: get rid of error when creating memory database (#16716) 2018-05-09 15:24:25 +03:00
trie.go core, trie: intermediate mempool between trie and database (#15857) 2018-02-05 17:40:32 +01:00
txpool_test.go all: get rid of error when creating memory database (#16716) 2018-05-09 15:24:25 +03:00
txpool.go ethdb, core: implement delete for db batch (#17101) 2018-07-02 11:16:30 +03:00