mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-21 14:14:30 +00:00
## Why this should be merged To override the standard trie behavior for custom databases in `core/state/database.go`, custom methods may need to be defined on the backend database. ## How this works Exposes `backend` interface for the API ## How this was tested No tests necessary - isn't used in `libevm`. |
||
|---|---|---|
| .. | ||
| database | ||
| hashdb | ||
| pathdb | ||
| database.go | ||
| database.libevm.go | ||
| database.libevm_test.go | ||
| preimages.go | ||