go-ethereum/XDCx
Daniel Liu 6d4670a4ec
core, trie: refactor trie API #26995 (#1147)
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.

Co-authored-by: rjl493456442 <garyrong0905@gmail.com>
2026-01-16 15:51:13 +05:30
..
tradingstate core, trie: refactor trie API #26995 (#1147) 2026-01-16 15:51:13 +05:30
order_processor.go all: use 0x-prefix string for type Address in error message (#1835) 2025-12-23 15:39:23 +05:30
order_processor_test.go all: fix whitespace error of golangci-lint, remove extra empty lines (#1676) 2025-11-17 11:16:09 +05:30
token.go accounts/abi: ABI explicit difference between Unpack and UnpackIntoInterface (#21091) 2025-01-24 16:18:30 +08:00
XDCx.go all: use 0x-prefix string for type Address in error message (#1835) 2025-12-23 15:39:23 +05:30