99f81d2724
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. |
||
---|---|---|
.. | ||
lightchain_test.go | ||
lightchain.go | ||
nodeset.go | ||
odr_test.go | ||
odr_util.go | ||
odr.go | ||
postprocess.go | ||
trie_test.go | ||
trie.go | ||
txpool_test.go | ||
txpool.go |