plugeth/tests/fuzzers/stacktrie
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
..
debug all: update license headers and AUTHORS from git history (#24947) 2022-05-24 20:39:40 +02:00
trie_fuzzer.go all: refactor trie API (#26995) 2023-04-20 06:57:24 -04:00