• rjl493456442's avatar
    all: refactor trie API (#26995) · 99f81d27
    rjl493456442 authored
    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. 
    99f81d27
Name
Last commit
Last update
..
abi Loading commit data...
bitutil Loading commit data...
bls12381 Loading commit data...
bn256 Loading commit data...
difficulty Loading commit data...
keystore Loading commit data...
les Loading commit data...
rangeproof Loading commit data...
rlp Loading commit data...
runtime Loading commit data...
secp256k1 Loading commit data...
snap Loading commit data...
stacktrie Loading commit data...
trie Loading commit data...
txfetcher Loading commit data...
vflux Loading commit data...
README.md Loading commit data...