Roy Crihfield
7381b35dc6
* use logrus instead of geth log * remove benchmarks * impl NodeIterator.ParentPath * update go mods
4 lines
219 B
Go
4 lines
219 B
Go
// This package is a near complete copy of go-ethereum/trie and go-ethereum/core/state, modified to use
|
|
// a v0 IPFS blockstore as the backing DB, i.e. DB values are indexed by CID rather than hash.
|
|
package trie_by_cid
|