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
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