mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
State persistence store: - Refactored `Intervals`' `DBStore` and `MemStore` into `swarm/state#Store` (The stores now implement the `Store` interface which allows the consumers to be persistence-agnostic) - Changed the store database filename - Refactored the `StateStore` interface into `Store` |
||
|---|---|---|
| .. | ||
| api | ||
| dev | ||
| fuse | ||
| metrics | ||
| network | ||
| pss | ||
| services/swap | ||
| state | ||
| storage | ||
| testutil | ||
| state.go | ||
| swarm.go | ||
| swarm_test.go | ||