CosmWasm / wasmvm

Go bindings to the CosmWasm VM
Apache License 2.0
175 stars 102 forks source link

Prepare for CometBFT #404

Closed alpe closed 1 year ago

alpe commented 1 year ago

We have a dependency to github.com/tendermint/tm-db in the store.go and iterator.go which is going to cause trouble with the upcoming changes towards CometBFT. This affects the v0.45.x series of the SDK already with the next release. IMHO it would be best to use interfaces here only and move the dependency one level up to wasmd