berachain / polaris

Polaris is a modular implementation of the Ethereum Virtual Machine (EVM). It can be easily integrated into any consensus engine or application, including the Cosmos-SDK.
https://polaris.berachain.dev/
Other
1.09k stars 362 forks source link

Get Eth DB / Trie working with tm-db / kvstore interface #103

Open itsdevbear opened 1 year ago

itsdevbear commented 1 year ago

https://github.com/ethereum/go-ethereum/blob/master/trie/trie.go https://github.com/ethereum/go-ethereum/blob/master/ethdb/database.go

itsdevbear commented 1 year ago

Fun exploratory thing later on, not a priority