plugeth/light
rjl493456442 99f81d2724
all: refactor trie API (#26995)
In this PR, all TryXXX(e.g. TryGet) APIs of trie are renamed to XXX(e.g. Get) with an error returned.

The original XXX(e.g. Get) APIs are renamed to MustXXX(e.g. MustGet) and does not return any error -- they print a log output. A future PR will change the behaviour to panic on errorrs.
2023-04-20 06:57:24 -04:00
..
lightchain_test.go all: use unified emptyRootHash and emptyCodeHash (#26718) 2023-02-21 06:12:27 -05:00
lightchain.go core, les, light: implement timestamp based sethead and genesis rewinds 2023-01-03 12:57:07 +02:00
nodeset.go all: integrate the freezer with fast sync 2019-05-16 10:39:32 +03:00
odr_test.go core, core/types: plain Message struct (#25977) 2023-03-09 14:19:12 +01:00
odr_util.go core/types: add EffectiveGasPrice in Receipt (#26713) 2023-03-06 17:19:41 +01:00
odr.go all: refactor txpool into it's own package in prep for 4844 2022-10-24 16:35:53 +03:00
postprocess.go all: refactor trie API (#26995) 2023-04-20 06:57:24 -04:00
trie_test.go all: cleanup tests (#25641) 2022-09-07 20:21:59 +02:00
trie.go all: refactor trie API (#26995) 2023-04-20 06:57:24 -04:00
txpool_test.go light: fix receiver name from Python style to Go (#26631) 2023-02-08 11:37:33 +02:00
txpool.go all: make timestamp-based fork checks based on uint64 (#26474) 2023-01-25 12:12:28 +01:00