plugeth/core/state/snapshot
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
..
account.go all: use unified emptyRootHash and emptyCodeHash (#26718) 2023-02-21 06:12:27 -05:00
context.go
conversion.go all: refactor trie API (#26995) 2023-04-20 06:57:24 -04:00
difflayer_test.go
difflayer.go core/state: use atomic.Bool (#26992) 2023-03-28 03:06:50 -04:00
disklayer_test.go
disklayer.go
generate_test.go all: refactor trie API (#26995) 2023-04-20 06:57:24 -04:00
generate.go all: refactor trie API (#26995) 2023-04-20 06:57:24 -04:00
holdable_iterator_test.go
holdable_iterator.go
iterator_binary.go
iterator_fast.go
iterator_test.go
iterator.go
journal.go
metrics.go
snapshot_test.go core: fix comment to reflect function name (#27070) 2023-04-17 11:02:31 -04:00
snapshot.go core/state: use atomic.Bool (#26992) 2023-03-28 03:06:50 -04:00
sort.go
utils.go