Skip to content

A forked version of cw-plus made for Secret Network.

License

AGPL-3.0, Apache-2.0 licenses found

Licenses found

AGPL-3.0
LICENSE-AGPL.md
Apache-2.0
LICENSE-APACHE
Notifications You must be signed in to change notification settings

securesecrets/secret-plus-utils

Repository files navigation

Secret Plus Utils

This repo contains some packages from cw-plus that have been updated to work with the Secret Network's Cosmwasm v1.

Differences from original repos?

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.

Imports

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

Licenses

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.