This repo contains some packages from cw-plus that have been updated to work with the Secret Network's Cosmwasm v1.
Since Secret Network's cosmwasm-std
does not support migrations or anything requiring the iterator feature, that functionality has been commented or left out. The ContractInfo
also has an additional field for code_hash
so this fork accounts for that difference.
secret-storage-plus = { git = "https://github.com/securesecrets/secret-plus-utils", version = "0.13.4" }
secret-multi-test = { git = "https://github.com/securesecrets/secret-plus-utils", version = "0.13.4" }
secret-utils = { git = "https://github.com/securesecrets/secret-plus-utils", version = "0.13.4" }
secret-cw-controllers = { git = "https://github.com/securesecrets/secret-plus-utils" }
secret-cw2 = { git = "https://github.com/securesecrets/secret-plus-utils" }
This repo contains two license, Apache 2.0 and
AGPL 3.0. All crates in this repo may be licensed
as one or the other. Please check the NOTICE
in each crate or the
relevant Cargo.toml
file for clarity.
All specifications will always be Apache-2.0. All contracts that are meant to be building blocks will also be Apache-2.0. This is along the lines of Open Zepellin or other public references.