plugeth/eth/protocols
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
..
eth all: change chain head markers from block to header (#26777) 2023-03-02 08:29:15 +02:00
snap all: refactor trie API (#26995) 2023-04-20 06:57:24 -04:00