Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Contract References as a separate struct from Access ops in Wasm …
…Dep Mappings (sei-protocol#132) ## Describe your changes and provide context This separates the inter-contract references from normal access ops for wasm dependencies. It introduces three types of contract references, base, execute, and query contract references. Base contract references are always imported, execute contract refs are imported specifically based on the execute message name, and likewise for query contract references. As an additional note, QUERY contract references cannot contain non-query message types, since queries are read only workflows for cosmwasm contracts. ## Testing performed to validate your change Updated existing unit tests and adding more shortly
- Loading branch information