Hey @CryptoKass
Thanks for the awesome lib. I know it's been a while and dependency cod has changed. When trying to use it now, we get the following issue:
Seems *snapshot.Tree is now required also.
Screenshot:

Error Stack:
../../../../pkg/mod/github.com/cryptokass/levm@v0.0.0-20190520214956-591ae30bf60f/vminterface/state.go:25:27: not enough arguments in call to state.New
have ("github.com/ethereum/go-ethereum/common".Hash, state.Database)
want ("github.com/ethereum/go-ethereum/common".Hash, state.Database, *snapshot.Tree)
# github.com/cryptokass/levm/vminterface
../../../../pkg/mod/github.com/cryptokass/levm@v0.0.0-20190520214956-591ae30bf60f/vminterface/state.go:25:27: not enough arguments in call to state.New
have ("github.com/ethereum/go-ethereum/common".Hash, state.Database)
want ("github.com/ethereum/go-ethereum/common".Hash, state.Database, *snapshot.Tree)
Hey @CryptoKass
Thanks for the awesome lib. I know it's been a while and dependency cod has changed. When trying to use it now, we get the following issue:
Seems
*snapshot.Treeis now required also.Screenshot:
Error Stack: