You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was brought up in one of the calls. It appears this was yanked from wasmd, this change in wasmd was done as a result of decoupling wasmvm from tendermint and exposing an interface for the stores it expects. Reference issue CosmWasm/wasmd#1245
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged/assigned
The text was updated successfully, but these errors were encountered:
ah, the Iterator interfaces do not match, this needs to stay, I'll document this.
The check for nil does appear to not be required. In wasmd, this store might be nil in the case where an address passed in doesn't belong to a contract (said address is used to calculate the store prefix), see here.
DimitrisJim
changed the title
Remove newStoreAdapter used when calling Contracts
Document newStoreAdapter used when calling Contracts
Jul 26, 2023
Summary
This was brought up in one of the calls. It appears this was yanked from
wasmd
, this change in wasmd was done as a result of decoupling wasmvm from tendermint and exposing an interface for the stores it expects. Reference issue CosmWasm/wasmd#1245For Admin Use
The text was updated successfully, but these errors were encountered: