mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-24 21:49:22 +00:00
d581dfee5f
Storing a value in LevelDB copies the bytes, modifying the value afterwards does not affect the content of the database. This commit ensures that MemDatabase satisfies the same property.
ethdb
The ethdb package contains the ethereum database interfaces
Installation
go get github.com/ethereum/ethdb-go
Usage
Todo :-)