mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-04 12:11:17 +00:00
- Add error returns to Database.Reader() and NodeIterator() methods - Introduce committed flag to prevent usage of tries after commit - Update callers to handle new error signatures - Add MustNodeIterator() helper for backward compatibility Co-authored-by: rjl493456442 <garyrong0905@gmail.com> |
||
|---|---|---|
| .. | ||
| common.go | ||
| database.go | ||
| dump.go | ||
| journal.go | ||
| lendingcontract.go | ||
| lendingitem.go | ||
| lendingitem_test.go | ||
| managed_state.go | ||
| relayer.go | ||
| settle_balance.go | ||
| settle_balance_test.go | ||
| state_itemList.go | ||
| state_lendingbook.go | ||
| state_lendingitem.go | ||
| state_lendingtrade.go | ||
| state_liquidationtime.go | ||
| statedb.go | ||
| statedb_test.go | ||
| trade.go | ||
| XDCx_trie.go | ||