From 718e5c73241b8529791aa6ef22453760a45aa0e9 Mon Sep 17 00:00:00 2001 From: Jakub Bogucki Date: Wed, 22 Dec 2021 13:59:32 +0100 Subject: [PATCH 1/2] Set version: 0.11.0 --- Cargo.lock | 48 ++++++++++++------------ contracts/cw1-subkeys/Cargo.toml | 14 +++---- contracts/cw1-whitelist-ng/Cargo.toml | 14 +++---- contracts/cw1-whitelist/Cargo.toml | 12 +++--- contracts/cw1155-base/Cargo.toml | 10 ++--- contracts/cw20-atomic-swap/Cargo.toml | 10 ++--- contracts/cw20-base/Cargo.toml | 10 ++--- contracts/cw20-bonding/Cargo.toml | 12 +++--- contracts/cw20-escrow/Cargo.toml | 14 +++---- contracts/cw20-ics20/Cargo.toml | 10 ++--- contracts/cw20-merkle-airdrop/Cargo.toml | 8 ++-- contracts/cw20-staking/Cargo.toml | 14 +++---- contracts/cw3-fixed-multisig/Cargo.toml | 16 ++++---- contracts/cw3-flex-multisig/Cargo.toml | 17 ++++----- contracts/cw4-group/Cargo.toml | 12 +++--- contracts/cw4-stake/Cargo.toml | 14 +++---- packages/controllers/Cargo.toml | 6 +-- packages/cw1/Cargo.toml | 2 +- packages/cw1155/Cargo.toml | 4 +- packages/cw2/Cargo.toml | 4 +- packages/cw20/Cargo.toml | 4 +- packages/cw3/Cargo.toml | 4 +- packages/cw4/Cargo.toml | 4 +- packages/multi-test/Cargo.toml | 6 +-- packages/storage-plus/Cargo.toml | 2 +- packages/utils/Cargo.toml | 4 +- 26 files changed, 137 insertions(+), 138 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 76114ddc1..4e2824967 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -241,7 +241,7 @@ dependencies = [ [[package]] name = "cw-controllers" -version = "0.10.3" +version = "0.11.0" dependencies = [ "cosmwasm-std", "cw-storage-plus", @@ -253,7 +253,7 @@ dependencies = [ [[package]] name = "cw-multi-test" -version = "0.10.3" +version = "0.11.0" dependencies = [ "anyhow", "cosmwasm-std", @@ -270,7 +270,7 @@ dependencies = [ [[package]] name = "cw-storage-plus" -version = "0.10.3" +version = "0.11.0" dependencies = [ "cosmwasm-std", "schemars", @@ -279,7 +279,7 @@ dependencies = [ [[package]] name = "cw1" -version = "0.10.3" +version = "0.11.0" dependencies = [ "cosmwasm-schema", "cosmwasm-std", @@ -289,7 +289,7 @@ dependencies = [ [[package]] name = "cw1-subkeys" -version = "0.10.3" +version = "0.11.0" dependencies = [ "cosmwasm-schema", "cosmwasm-std", @@ -306,7 +306,7 @@ dependencies = [ [[package]] name = "cw1-whitelist" -version = "0.10.3" +version = "0.11.0" dependencies = [ "anyhow", "assert_matches", @@ -325,7 +325,7 @@ dependencies = [ [[package]] name = "cw1-whitelist-ng" -version = "0.10.3" +version = "0.11.0" dependencies = [ "anyhow", "assert_matches", @@ -344,7 +344,7 @@ dependencies = [ [[package]] name = "cw1155" -version = "0.10.3" +version = "0.11.0" dependencies = [ "cosmwasm-schema", "cosmwasm-std", @@ -355,7 +355,7 @@ dependencies = [ [[package]] name = "cw1155-base" -version = "0.10.3" +version = "0.11.0" dependencies = [ "cosmwasm-schema", "cosmwasm-std", @@ -370,7 +370,7 @@ dependencies = [ [[package]] name = "cw2" -version = "0.10.3" +version = "0.11.0" dependencies = [ "cosmwasm-std", "cw-storage-plus", @@ -380,7 +380,7 @@ dependencies = [ [[package]] name = "cw20" -version = "0.10.3" +version = "0.11.0" dependencies = [ "cosmwasm-schema", "cosmwasm-std", @@ -391,7 +391,7 @@ dependencies = [ [[package]] name = "cw20-atomic-swap" -version = "0.10.3" +version = "0.11.0" dependencies = [ "cosmwasm-schema", "cosmwasm-std", @@ -408,7 +408,7 @@ dependencies = [ [[package]] name = "cw20-base" -version = "0.10.3" +version = "0.11.0" dependencies = [ "cosmwasm-schema", "cosmwasm-std", @@ -423,7 +423,7 @@ dependencies = [ [[package]] name = "cw20-bonding" -version = "0.10.3" +version = "0.11.0" dependencies = [ "cosmwasm-schema", "cosmwasm-std", @@ -442,7 +442,7 @@ dependencies = [ [[package]] name = "cw20-escrow" -version = "0.10.3" +version = "0.11.0" dependencies = [ "cosmwasm-schema", "cosmwasm-std", @@ -459,7 +459,7 @@ dependencies = [ [[package]] name = "cw20-ics20" -version = "0.10.3" +version = "0.11.0" dependencies = [ "cosmwasm-schema", "cosmwasm-std", @@ -492,7 +492,7 @@ dependencies = [ [[package]] name = "cw20-staking" -version = "0.10.3" +version = "0.11.0" dependencies = [ "cosmwasm-schema", "cosmwasm-std", @@ -509,7 +509,7 @@ dependencies = [ [[package]] name = "cw3" -version = "0.10.3" +version = "0.11.0" dependencies = [ "cosmwasm-schema", "cosmwasm-std", @@ -520,7 +520,7 @@ dependencies = [ [[package]] name = "cw3-fixed-multisig" -version = "0.10.3" +version = "0.11.0" dependencies = [ "cosmwasm-schema", "cosmwasm-std", @@ -538,7 +538,7 @@ dependencies = [ [[package]] name = "cw3-flex-multisig" -version = "0.10.3" +version = "0.11.0" dependencies = [ "cosmwasm-schema", "cosmwasm-std", @@ -557,7 +557,7 @@ dependencies = [ [[package]] name = "cw4" -version = "0.10.3" +version = "0.11.0" dependencies = [ "cosmwasm-schema", "cosmwasm-std", @@ -568,7 +568,7 @@ dependencies = [ [[package]] name = "cw4-group" -version = "0.10.3" +version = "0.11.0" dependencies = [ "cosmwasm-schema", "cosmwasm-std", @@ -584,7 +584,7 @@ dependencies = [ [[package]] name = "cw4-stake" -version = "0.10.3" +version = "0.11.0" dependencies = [ "cosmwasm-schema", "cosmwasm-std", @@ -1170,7 +1170,7 @@ checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" [[package]] name = "utils" -version = "0.10.3" +version = "0.11.0" dependencies = [ "cosmwasm-std", "cw-storage-plus", diff --git a/contracts/cw1-subkeys/Cargo.toml b/contracts/cw1-subkeys/Cargo.toml index acdc2d8db..3bfa738ef 100644 --- a/contracts/cw1-subkeys/Cargo.toml +++ b/contracts/cw1-subkeys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cw1-subkeys" -version = "0.10.3" +version = "0.11.0" authors = ["Ethan Frey "] edition = "2018" description = "Implement subkeys for authorizing native tokens as a cw1 proxy contract" @@ -19,12 +19,12 @@ library = [] test-utils = [] [dependencies] -utils = { path = "../../packages/utils", version = "0.10.3" } -cw1 = { path = "../../packages/cw1", version = "0.10.3" } -cw2 = { path = "../../packages/cw2", version = "0.10.3" } -cw1-whitelist = { path = "../cw1-whitelist", version = "0.10.3", features = ["library"] } +utils = { path = "../../packages/utils", version = "0.11.0" } +cw1 = { path = "../../packages/cw1", version = "0.11.0" } +cw2 = { path = "../../packages/cw2", version = "0.11.0" } +cw1-whitelist = { path = "../cw1-whitelist", version = "0.11.0", features = ["library"] } cosmwasm-std = { version = "1.0.0-beta3", features = ["staking"] } -cw-storage-plus = { path = "../../packages/storage-plus", version = "0.10.3" } +cw-storage-plus = { path = "../../packages/storage-plus", version = "0.11.0" } schemars = "0.8.1" serde = { version = "1.0.103", default-features = false, features = ["derive"] } thiserror = "1.0.23" @@ -32,4 +32,4 @@ semver = "1" [dev-dependencies] cosmwasm-schema = { version = "1.0.0-beta3" } -cw1-whitelist = { path = "../cw1-whitelist", version = "0.10.3", features = ["library", "test-utils"] } +cw1-whitelist = { path = "../cw1-whitelist", version = "0.11.0", features = ["library", "test-utils"] } diff --git a/contracts/cw1-whitelist-ng/Cargo.toml b/contracts/cw1-whitelist-ng/Cargo.toml index e439b6264..31d3ed5aa 100644 --- a/contracts/cw1-whitelist-ng/Cargo.toml +++ b/contracts/cw1-whitelist-ng/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cw1-whitelist-ng" -version = "0.10.3" +version = "0.11.0" authors = ["Bartłomiej Kuras "] edition = "2018" description = "Implementation of an proxy contract using a whitelist" @@ -22,20 +22,20 @@ querier = ["library"] multitest = ["cw-multi-test", "anyhow"] [dependencies] -utils = { path = "../../packages/utils", version = "0.10.3" } -cw1 = { path = "../../packages/cw1", version = "0.10.3" } -cw2 = { path = "../../packages/cw2", version = "0.10.3" } +utils = { path = "../../packages/utils", version = "0.11.0" } +cw1 = { path = "../../packages/cw1", version = "0.11.0" } +cw2 = { path = "../../packages/cw2", version = "0.11.0" } cosmwasm-std = { version = "1.0.0-beta3", features = ["staking"] } -cw-storage-plus = { path = "../../packages/storage-plus", version = "0.10.3" } +cw-storage-plus = { path = "../../packages/storage-plus", version = "0.11.0" } schemars = "0.8.1" serde = { version = "1.0.103", default-features = false, features = ["derive"] } thiserror = { version = "1.0.23" } -cw-multi-test = { path = "../../packages/multi-test", version = "0.10.3", optional = true } +cw-multi-test = { path = "../../packages/multi-test", version = "0.11.0", optional = true } anyhow = { version = "1", optional = true } [dev-dependencies] anyhow = "1" assert_matches = "1" cosmwasm-schema = { version = "1.0.0-beta3" } -cw-multi-test = { path = "../../packages/multi-test", version = "0.10.3" } +cw-multi-test = { path = "../../packages/multi-test", version = "0.11.0" } derivative = "2" diff --git a/contracts/cw1-whitelist/Cargo.toml b/contracts/cw1-whitelist/Cargo.toml index 22d7a9218..9ae2ddf08 100644 --- a/contracts/cw1-whitelist/Cargo.toml +++ b/contracts/cw1-whitelist/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cw1-whitelist" -version = "0.10.3" +version = "0.11.0" authors = ["Ethan Frey "] edition = "2018" description = "Implementation of an proxy contract using a whitelist" @@ -19,11 +19,11 @@ library = [] test-utils = [] [dependencies] -utils = { path = "../../packages/utils", version = "0.10.3" } -cw1 = { path = "../../packages/cw1", version = "0.10.3" } -cw2 = { path = "../../packages/cw2", version = "0.10.3" } +utils = { path = "../../packages/utils", version = "0.11.0" } +cw1 = { path = "../../packages/cw1", version = "0.11.0" } +cw2 = { path = "../../packages/cw2", version = "0.11.0" } cosmwasm-std = { version = "1.0.0-beta3", features = ["staking"] } -cw-storage-plus = { path = "../../packages/storage-plus", version = "0.10.3" } +cw-storage-plus = { path = "../../packages/storage-plus", version = "0.11.0" } schemars = "0.8.1" serde = { version = "1.0.103", default-features = false, features = ["derive"] } thiserror = { version = "1.0.23" } @@ -32,5 +32,5 @@ thiserror = { version = "1.0.23" } anyhow = "1" assert_matches = "1" cosmwasm-schema = { version = "1.0.0-beta3" } -cw-multi-test = { path = "../../packages/multi-test", version = "0.10.3" } +cw-multi-test = { path = "../../packages/multi-test", version = "0.11.0" } derivative = "2" diff --git a/contracts/cw1155-base/Cargo.toml b/contracts/cw1155-base/Cargo.toml index 0e9859c4d..35cd30461 100644 --- a/contracts/cw1155-base/Cargo.toml +++ b/contracts/cw1155-base/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cw1155-base" -version = "0.10.3" +version = "0.11.0" authors = ["Huang Yi "] edition = "2018" description = "Basic implementation of a CosmWasm-1155 compliant token" @@ -18,10 +18,10 @@ backtraces = ["cosmwasm-std/backtraces"] library = [] [dependencies] -utils = { path = "../../packages/utils", version = "0.10.3" } -cw2 = { path = "../../packages/cw2", version = "0.10.3" } -cw1155 = { path = "../../packages/cw1155", version = "0.10.3" } -cw-storage-plus = { path = "../../packages/storage-plus", version = "0.10.3" } +utils = { path = "../../packages/utils", version = "0.11.0" } +cw2 = { path = "../../packages/cw2", version = "0.11.0" } +cw1155 = { path = "../../packages/cw1155", version = "0.11.0" } +cw-storage-plus = { path = "../../packages/storage-plus", version = "0.11.0" } cosmwasm-std = { version = "1.0.0-beta3" } schemars = "0.8.1" serde = { version = "1.0.103", default-features = false, features = ["derive"] } diff --git a/contracts/cw20-atomic-swap/Cargo.toml b/contracts/cw20-atomic-swap/Cargo.toml index 7da558616..fd724cec8 100644 --- a/contracts/cw20-atomic-swap/Cargo.toml +++ b/contracts/cw20-atomic-swap/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cw20-atomic-swap" -version = "0.10.3" +version = "0.11.0" authors = ["Mauro Lacy "] edition = "2018" description = "Implementation of Atomic Swaps" @@ -15,11 +15,11 @@ backtraces = ["cosmwasm-std/backtraces"] library = [] [dependencies] -utils = { path = "../../packages/utils", version = "0.10.3" } -cw2 = { path = "../../packages/cw2", version = "0.10.3" } -cw20 = { path = "../../packages/cw20", version = "0.10.3" } +utils = { path = "../../packages/utils", version = "0.11.0" } +cw2 = { path = "../../packages/cw2", version = "0.11.0" } +cw20 = { path = "../../packages/cw20", version = "0.11.0" } cosmwasm-std = { version = "1.0.0-beta3" } -cw-storage-plus = { path = "../../packages/storage-plus", version = "0.10.3" } +cw-storage-plus = { path = "../../packages/storage-plus", version = "0.11.0" } schemars = "0.8.1" serde = { version = "1.0.103", default-features = false, features = ["derive"] } thiserror = { version = "1.0.23" } diff --git a/contracts/cw20-base/Cargo.toml b/contracts/cw20-base/Cargo.toml index dbd87339a..40961b4ff 100644 --- a/contracts/cw20-base/Cargo.toml +++ b/contracts/cw20-base/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cw20-base" -version = "0.10.3" +version = "0.11.0" authors = ["Ethan Frey "] edition = "2018" description = "Basic implementation of a CosmWasm-20 compliant token" @@ -18,10 +18,10 @@ backtraces = ["cosmwasm-std/backtraces"] library = [] [dependencies] -utils = { path = "../../packages/utils", version = "0.10.3" } -cw2 = { path = "../../packages/cw2", version = "0.10.3" } -cw20 = { path = "../../packages/cw20", version = "0.10.3" } -cw-storage-plus = { path = "../../packages/storage-plus", version = "0.10.3" } +utils = { path = "../../packages/utils", version = "0.11.0" } +cw2 = { path = "../../packages/cw2", version = "0.11.0" } +cw20 = { path = "../../packages/cw20", version = "0.11.0" } +cw-storage-plus = { path = "../../packages/storage-plus", version = "0.11.0" } cosmwasm-std = { version = "1.0.0-beta3" } schemars = "0.8.1" serde = { version = "1.0.103", default-features = false, features = ["derive"] } diff --git a/contracts/cw20-bonding/Cargo.toml b/contracts/cw20-bonding/Cargo.toml index 4479a7f67..e48160be3 100644 --- a/contracts/cw20-bonding/Cargo.toml +++ b/contracts/cw20-bonding/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cw20-bonding" -version = "0.10.3" +version = "0.11.0" authors = ["Ethan Frey "] edition = "2018" description = "Implement basic bonding curve to issue cw20 tokens" @@ -20,11 +20,11 @@ backtraces = ["cosmwasm-std/backtraces"] library = [] [dependencies] -utils = { path = "../../packages/utils", version = "0.10.3" } -cw2 = { path = "../../packages/cw2", version = "0.10.3" } -cw20 = { path = "../../packages/cw20", version = "0.10.3" } -cw20-base = { path = "../../contracts/cw20-base", version = "0.10.3", features = ["library"] } -cw-storage-plus = { path = "../../packages/storage-plus", version = "0.10.3" } +utils = { path = "../../packages/utils", version = "0.11.0" } +cw2 = { path = "../../packages/cw2", version = "0.11.0" } +cw20 = { path = "../../packages/cw20", version = "0.11.0" } +cw20-base = { path = "../../contracts/cw20-base", version = "0.11.0", features = ["library"] } +cw-storage-plus = { path = "../../packages/storage-plus", version = "0.11.0" } cosmwasm-std = { version = "1.0.0-beta3", default-features = false, features = ["staking"] } schemars = "0.8.1" serde = { version = "1.0.103", default-features = false, features = ["derive"] } diff --git a/contracts/cw20-escrow/Cargo.toml b/contracts/cw20-escrow/Cargo.toml index 9727002a8..2914a0b0f 100644 --- a/contracts/cw20-escrow/Cargo.toml +++ b/contracts/cw20-escrow/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cw20-escrow" -version = "0.10.3" +version = "0.11.0" authors = ["Ethan Frey "] edition = "2018" description = "Implementation of an escrow that accepts CosmWasm-20 tokens as well as native tokens" @@ -18,16 +18,16 @@ backtraces = ["cosmwasm-std/backtraces"] library = [] [dependencies] -utils = { path = "../../packages/utils", version = "0.10.3" } -cw2 = { path = "../../packages/cw2", version = "0.10.3" } -cw20 = { path = "../../packages/cw20", version = "0.10.3" } +utils = { path = "../../packages/utils", version = "0.11.0" } +cw2 = { path = "../../packages/cw2", version = "0.11.0" } +cw20 = { path = "../../packages/cw20", version = "0.11.0" } cosmwasm-std = { version = "1.0.0-beta3" } -cw-storage-plus = { path = "../../packages/storage-plus", version = "0.10.3" } +cw-storage-plus = { path = "../../packages/storage-plus", version = "0.11.0" } schemars = "0.8.1" serde = { version = "1.0.103", default-features = false, features = ["derive"] } thiserror = { version = "1.0.23" } [dev-dependencies] cosmwasm-schema = { version = "1.0.0-beta3" } -cw-multi-test = { path = "../../packages/multi-test", version = "0.10.3" } -cw20-base = { path = "../cw20-base", version = "0.10.3", features = ["library"] } +cw-multi-test = { path = "../../packages/multi-test", version = "0.11.0" } +cw20-base = { path = "../cw20-base", version = "0.11.0", features = ["library"] } diff --git a/contracts/cw20-ics20/Cargo.toml b/contracts/cw20-ics20/Cargo.toml index 53443d2a7..6cc4050a8 100644 --- a/contracts/cw20-ics20/Cargo.toml +++ b/contracts/cw20-ics20/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cw20-ics20" -version = "0.10.3" +version = "0.11.0" authors = ["Ethan Frey "] edition = "2018" description = "IBC Enabled contracts that receives CW20 tokens and sends them over ICS20 to a remote chain" @@ -18,11 +18,11 @@ backtraces = ["cosmwasm-std/backtraces"] library = [] [dependencies] -utils = { path = "../../packages/utils", version = "0.10.3" } -cw2 = { path = "../../packages/cw2", version = "0.10.3" } -cw20 = { path = "../../packages/cw20", version = "0.10.3" } +utils = { path = "../../packages/utils", version = "0.11.0" } +cw2 = { path = "../../packages/cw2", version = "0.11.0" } +cw20 = { path = "../../packages/cw20", version = "0.11.0" } cosmwasm-std = { version = "1.0.0-beta3", features = ["stargate"] } -cw-storage-plus = { path = "../../packages/storage-plus", version = "0.10.3" } +cw-storage-plus = { path = "../../packages/storage-plus", version = "0.11.0" } schemars = "0.8.1" serde = { version = "1.0.103", default-features = false, features = ["derive"] } thiserror = { version = "1.0.23" } diff --git a/contracts/cw20-merkle-airdrop/Cargo.toml b/contracts/cw20-merkle-airdrop/Cargo.toml index f9ef8cc9c..8db60cd38 100644 --- a/contracts/cw20-merkle-airdrop/Cargo.toml +++ b/contracts/cw20-merkle-airdrop/Cargo.toml @@ -19,11 +19,11 @@ backtraces = ["cosmwasm-std/backtraces"] library = [] [dependencies] -utils = { path = "../../packages/utils", version = "0.10.3" } -cw2 = { path = "../../packages/cw2", version = "0.10.3" } -cw20 = { path = "../../packages/cw20", version = "0.10.3" } +utils = { path = "../../packages/utils", version = "0.11.0" } +cw2 = { path = "../../packages/cw2", version = "0.11.0" } +cw20 = { path = "../../packages/cw20", version = "0.11.0" } cosmwasm-std = { version = "1.0.0-beta3" } -cw-storage-plus = { path = "../../packages/storage-plus", version = "0.10.3" } +cw-storage-plus = { path = "../../packages/storage-plus", version = "0.11.0" } schemars = "0.8.1" serde = { version = "1.0.103", default-features = false, features = ["derive"] } thiserror = { version = "1.0.23" } diff --git a/contracts/cw20-staking/Cargo.toml b/contracts/cw20-staking/Cargo.toml index e3effd870..42c10175b 100644 --- a/contracts/cw20-staking/Cargo.toml +++ b/contracts/cw20-staking/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cw20-staking" -version = "0.10.3" +version = "0.11.0" authors = ["Ethan Frey "] edition = "2018" description = "Implement simple staking derivatives as a cw20 token" @@ -20,13 +20,13 @@ backtraces = ["cosmwasm-std/backtraces"] library = [] [dependencies] -utils = { path = "../../packages/utils", version = "0.10.3" } -cw2 = { path = "../../packages/cw2", version = "0.10.3" } -cw20 = { path = "../../packages/cw20", version = "0.10.3" } -cw-controllers = { path = "../../packages/controllers", version = "0.10.3" } -cw20-base = { path = "../../contracts/cw20-base", version = "0.10.3", features = ["library"] } +utils = { path = "../../packages/utils", version = "0.11.0" } +cw2 = { path = "../../packages/cw2", version = "0.11.0" } +cw20 = { path = "../../packages/cw20", version = "0.11.0" } +cw-controllers = { path = "../../packages/controllers", version = "0.11.0" } +cw20-base = { path = "../../contracts/cw20-base", version = "0.11.0", features = ["library"] } cosmwasm-std = { version = "1.0.0-beta3", features = ["staking"] } -cw-storage-plus = { path = "../../packages/storage-plus", version = "0.10.3" } +cw-storage-plus = { path = "../../packages/storage-plus", version = "0.11.0" } schemars = "0.8.1" serde = { version = "1.0.103", default-features = false, features = ["derive"] } thiserror = { version = "1.0.23" } diff --git a/contracts/cw3-fixed-multisig/Cargo.toml b/contracts/cw3-fixed-multisig/Cargo.toml index edab67af4..c2a5cf04e 100644 --- a/contracts/cw3-fixed-multisig/Cargo.toml +++ b/contracts/cw3-fixed-multisig/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cw3-fixed-multisig" -version = "0.10.3" +version = "0.11.0" authors = ["Ethan Frey "] edition = "2018" description = "Implementing cw3 with an fixed group multisig" @@ -18,10 +18,10 @@ backtraces = ["cosmwasm-std/backtraces"] library = [] [dependencies] -utils = { path = "../../packages/utils", version = "0.10.3" } -cw2 = { path = "../../packages/cw2", version = "0.10.3" } -cw3 = { path = "../../packages/cw3", version = "0.10.3" } -cw-storage-plus = { path = "../../packages/storage-plus", version = "0.10.3" } +utils = { path = "../../packages/utils", version = "0.11.0" } +cw2 = { path = "../../packages/cw2", version = "0.11.0" } +cw3 = { path = "../../packages/cw3", version = "0.11.0" } +cw-storage-plus = { path = "../../packages/storage-plus", version = "0.11.0" } cosmwasm-std = { version = "1.0.0-beta3" } schemars = "0.8.1" serde = { version = "1.0.103", default-features = false, features = ["derive"] } @@ -29,6 +29,6 @@ thiserror = { version = "1.0.23" } [dev-dependencies] cosmwasm-schema = { version = "1.0.0-beta3" } -cw20 = { path = "../../packages/cw20", version = "0.10.3" } -cw20-base = { path = "../cw20-base", version = "0.10.3", features = ["library"] } -cw-multi-test = { path = "../../packages/multi-test", version = "0.10.3" } +cw20 = { path = "../../packages/cw20", version = "0.11.0" } +cw20-base = { path = "../cw20-base", version = "0.11.0", features = ["library"] } +cw-multi-test = { path = "../../packages/multi-test", version = "0.11.0" } diff --git a/contracts/cw3-flex-multisig/Cargo.toml b/contracts/cw3-flex-multisig/Cargo.toml index cc9f70b8d..be01f7a0f 100644 --- a/contracts/cw3-flex-multisig/Cargo.toml +++ b/contracts/cw3-flex-multisig/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cw3-flex-multisig" -version = "0.10.3" +version = "0.11.0" authors = ["Ethan Frey "] edition = "2018" description = "Implementing cw3 with multiple voting patterns and dynamic groups" @@ -18,12 +18,11 @@ backtraces = ["cosmwasm-std/backtraces"] library = [] [dependencies] -utils = { path = "../../packages/utils", version = "0.10.3" } -cw2 = { path = "../../packages/cw2", version = "0.10.3" } -cw3 = { path = "../../packages/cw3", version = "0.10.3" } -cw3-fixed-multisig = { path = "../cw3-fixed-multisig", version = "0.10.3", features = ["library"] } -cw4 = { path = "../../packages/cw4", version = "0.10.3" } -cw-storage-plus = { path = "../../packages/storage-plus", version = "0.10.3" } +utils = { path = "../../packages/utils", version = "0.11.0" } +cw2 = { path = "../../packages/cw2", version = "0.11.0" } +cw3 = { path = "../../packages/cw3", version = "0.11.0" } +cw4 = { path = "../../packages/cw4", version = "0.11.0" } +cw-storage-plus = { path = "../../packages/storage-plus", version = "0.11.0" } cosmwasm-std = { version = "1.0.0-beta3" } schemars = "0.8.1" serde = { version = "1.0.103", default-features = false, features = ["derive"] } @@ -31,5 +30,5 @@ thiserror = { version = "1.0.23" } [dev-dependencies] cosmwasm-schema = { version = "1.0.0-beta3" } -cw4-group = { path = "../cw4-group", version = "0.10.3" } -cw-multi-test = { path = "../../packages/multi-test", version = "0.10.3" } +cw4-group = { path = "../cw4-group", version = "0.11.0" } +cw-multi-test = { path = "../../packages/multi-test", version = "0.11.0" } diff --git a/contracts/cw4-group/Cargo.toml b/contracts/cw4-group/Cargo.toml index a4dc89f4b..cf599b1f6 100644 --- a/contracts/cw4-group/Cargo.toml +++ b/contracts/cw4-group/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cw4-group" -version = "0.10.3" +version = "0.11.0" authors = ["Ethan Frey "] edition = "2018" description = "Simple cw4 implementation of group membership controlled by admin " @@ -26,11 +26,11 @@ backtraces = ["cosmwasm-std/backtraces"] library = [] [dependencies] -utils = { path = "../../packages/utils", version = "0.10.3" } -cw2 = { path = "../../packages/cw2", version = "0.10.3" } -cw4 = { path = "../../packages/cw4", version = "0.10.3" } -cw-controllers = { path = "../../packages/controllers", version = "0.10.3" } -cw-storage-plus = { path = "../../packages/storage-plus", version = "0.10.3" } +utils = { path = "../../packages/utils", version = "0.11.0" } +cw2 = { path = "../../packages/cw2", version = "0.11.0" } +cw4 = { path = "../../packages/cw4", version = "0.11.0" } +cw-controllers = { path = "../../packages/controllers", version = "0.11.0" } +cw-storage-plus = { path = "../../packages/storage-plus", version = "0.11.0" } cosmwasm-std = { version = "1.0.0-beta3" } schemars = "0.8.1" serde = { version = "1.0.103", default-features = false, features = ["derive"] } diff --git a/contracts/cw4-stake/Cargo.toml b/contracts/cw4-stake/Cargo.toml index c07504e07..041677d03 100644 --- a/contracts/cw4-stake/Cargo.toml +++ b/contracts/cw4-stake/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cw4-stake" -version = "0.10.3" +version = "0.11.0" authors = ["Ethan Frey "] edition = "2018" description = "CW4 implementation of group based on staked tokens" @@ -26,12 +26,12 @@ backtraces = ["cosmwasm-std/backtraces"] library = [] [dependencies] -utils = { path = "../../packages/utils", version = "0.10.3" } -cw2 = { path = "../../packages/cw2", version = "0.10.3" } -cw4 = { path = "../../packages/cw4", version = "0.10.3" } -cw20 = { path = "../../packages/cw20", version = "0.10.3" } -cw-controllers = { path = "../../packages/controllers", version = "0.10.3" } -cw-storage-plus = { path = "../../packages/storage-plus", version = "0.10.3" } +utils = { path = "../../packages/utils", version = "0.11.0" } +cw2 = { path = "../../packages/cw2", version = "0.11.0" } +cw4 = { path = "../../packages/cw4", version = "0.11.0" } +cw20 = { path = "../../packages/cw20", version = "0.11.0" } +cw-controllers = { path = "../../packages/controllers", version = "0.11.0" } +cw-storage-plus = { path = "../../packages/storage-plus", version = "0.11.0" } cosmwasm-std = { version = "1.0.0-beta3" } schemars = "0.8.1" serde = { version = "1.0.103", default-features = false, features = ["derive"] } diff --git a/packages/controllers/Cargo.toml b/packages/controllers/Cargo.toml index 5d99266c3..783163a6e 100644 --- a/packages/controllers/Cargo.toml +++ b/packages/controllers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cw-controllers" -version = "0.10.3" +version = "0.11.0" authors = ["Ethan Frey "] edition = "2018" description = "Common controllers we can reuse in many contracts" @@ -13,8 +13,8 @@ documentation = "https://docs.cosmwasm.com" [dependencies] cosmwasm-std = { version = "1.0.0-beta3" } -utils = { path = "../utils", version = "0.10.3" } -cw-storage-plus = { path = "../storage-plus", version = "0.10.3" } +utils = { path = "../utils", version = "0.11.0" } +cw-storage-plus = { path = "../storage-plus", version = "0.11.0" } schemars = "0.8.1" serde = { version = "1.0.103", default-features = false, features = ["derive"] } thiserror = { version = "1.0.21" } diff --git a/packages/cw1/Cargo.toml b/packages/cw1/Cargo.toml index 75b2bcdbf..01cdea229 100644 --- a/packages/cw1/Cargo.toml +++ b/packages/cw1/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cw1" -version = "0.10.3" +version = "0.11.0" authors = ["Ethan Frey "] edition = "2018" description = "Definition and types for the CosmWasm-1 interface" diff --git a/packages/cw1155/Cargo.toml b/packages/cw1155/Cargo.toml index 808ab5625..9048f5217 100644 --- a/packages/cw1155/Cargo.toml +++ b/packages/cw1155/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cw1155" -version = "0.10.3" +version = "0.11.0" authors = ["Huang Yi "] edition = "2018" description = "Definition and types for the CosmWasm-1155 interface" @@ -10,7 +10,7 @@ homepage = "https://cosmwasm.com" documentation = "https://docs.cosmwasm.com" [dependencies] -utils = { path = "../../packages/utils", version = "0.10.3" } +utils = { path = "../../packages/utils", version = "0.11.0" } cosmwasm-std = { version = "1.0.0-beta3" } schemars = "0.8.1" serde = { version = "1.0.103", default-features = false, features = ["derive"] } diff --git a/packages/cw2/Cargo.toml b/packages/cw2/Cargo.toml index fc492461b..3d3e6bb71 100644 --- a/packages/cw2/Cargo.toml +++ b/packages/cw2/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cw2" -version = "0.10.3" +version = "0.11.0" authors = ["Ethan Frey "] edition = "2018" description = "Definition and types for the CosmWasm-2 interface" @@ -11,6 +11,6 @@ documentation = "https://docs.cosmwasm.com" [dependencies] cosmwasm-std = { version = "1.0.0-beta3", default-features = false } -cw-storage-plus = { path = "../../packages/storage-plus", version = "0.10.3" } +cw-storage-plus = { path = "../../packages/storage-plus", version = "0.11.0" } schemars = "0.8.1" serde = { version = "1.0.103", default-features = false, features = ["derive"] } diff --git a/packages/cw20/Cargo.toml b/packages/cw20/Cargo.toml index fd47608e4..1ba7559ff 100644 --- a/packages/cw20/Cargo.toml +++ b/packages/cw20/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cw20" -version = "0.10.3" +version = "0.11.0" authors = ["Ethan Frey "] edition = "2018" description = "Definition and types for the CosmWasm-20 interface" @@ -10,7 +10,7 @@ homepage = "https://cosmwasm.com" documentation = "https://docs.cosmwasm.com" [dependencies] -utils = { path = "../../packages/utils", version = "0.10.3" } +utils = { path = "../../packages/utils", version = "0.11.0" } cosmwasm-std = { version = "1.0.0-beta3" } schemars = "0.8.1" serde = { version = "1.0.103", default-features = false, features = ["derive"] } diff --git a/packages/cw3/Cargo.toml b/packages/cw3/Cargo.toml index 1e483eac8..1031b591a 100644 --- a/packages/cw3/Cargo.toml +++ b/packages/cw3/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cw3" -version = "0.10.3" +version = "0.11.0" authors = ["Ethan Frey "] edition = "2018" description = "CosmWasm-3 Interface: On-Chain MultiSig/Voting contracts" @@ -10,7 +10,7 @@ homepage = "https://cosmwasm.com" documentation = "https://docs.cosmwasm.com" [dependencies] -utils = { path = "../../packages/utils", version = "0.10.3" } +utils = { path = "../../packages/utils", version = "0.11.0" } cosmwasm-std = { version = "1.0.0-beta3" } schemars = "0.8.1" serde = { version = "1.0.103", default-features = false, features = ["derive"] } diff --git a/packages/cw4/Cargo.toml b/packages/cw4/Cargo.toml index cd531b9da..bd428f71a 100644 --- a/packages/cw4/Cargo.toml +++ b/packages/cw4/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cw4" -version = "0.10.3" +version = "0.11.0" authors = ["Ethan Frey "] edition = "2018" description = "CosmWasm-4 Interface: Groups Members" @@ -10,7 +10,7 @@ homepage = "https://cosmwasm.com" documentation = "https://docs.cosmwasm.com" [dependencies] -cw-storage-plus = { path = "../storage-plus", version = "0.10.3" } +cw-storage-plus = { path = "../storage-plus", version = "0.11.0" } cosmwasm-std = { version = "1.0.0-beta3" } schemars = "0.8.1" serde = { version = "1.0.103", default-features = false, features = ["derive"] } diff --git a/packages/multi-test/Cargo.toml b/packages/multi-test/Cargo.toml index e2f7c0dfe..bf6c909ae 100644 --- a/packages/multi-test/Cargo.toml +++ b/packages/multi-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cw-multi-test" -version = "0.10.3" +version = "0.11.0" authors = ["Ethan Frey "] edition = "2018" description = "Test helpers for multi-contract interactions" @@ -18,8 +18,8 @@ staking = ["cosmwasm-std/staking"] backtrace = ["anyhow/backtrace"] [dependencies] -utils = { path = "../../packages/utils", version = "0.10.3" } -cw-storage-plus = { path = "../../packages/storage-plus", version = "0.10.3"} +utils = { path = "../../packages/utils", version = "0.11.0" } +cw-storage-plus = { path = "../../packages/storage-plus", version = "0.11.0"} cosmwasm-std = { version = "1.0.0-beta3", features = ["staking"] } cosmwasm-storage = { version = "1.0.0-beta3" } itertools = "0.10.1" diff --git a/packages/storage-plus/Cargo.toml b/packages/storage-plus/Cargo.toml index 9635d6a49..30f622807 100644 --- a/packages/storage-plus/Cargo.toml +++ b/packages/storage-plus/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cw-storage-plus" -version = "0.10.3" +version = "0.11.0" authors = ["Ethan Frey "] edition = "2018" description = "Enhanced/experimental storage engines" diff --git a/packages/utils/Cargo.toml b/packages/utils/Cargo.toml index f0a2ecd3d..c85f70302 100644 --- a/packages/utils/Cargo.toml +++ b/packages/utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "utils" -version = "0.10.3" +version = "0.11.0" authors = ["Ethan Frey "] edition = "2018" description = "Common helpers for other cw specs" @@ -18,5 +18,5 @@ serde = { version = "1.0.103", default-features = false, features = ["derive"] } thiserror = { version = "1.0.21" } [dev-dependencies] -cw-storage-plus = { path = "../../packages/storage-plus", version = "0.10.3" } +cw-storage-plus = { path = "../../packages/storage-plus", version = "0.11.0" } prost = "0.9" From b1c393a95e92270ad99525da0572a0de08533344 Mon Sep 17 00:00:00 2001 From: Jakub Bogucki Date: Wed, 22 Dec 2021 15:46:06 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 63 +++++++++++++++++++++++++- contracts/cw3-flex-multisig/Cargo.toml | 1 + 2 files changed, 63 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74efa90ad..74f04f2e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,68 @@ ## [Unreleased](https://github.com/CosmWasm/cw-plus/tree/HEAD) -[Full Changelog](https://github.com/CosmWasm/cw-plus/compare/v0.10.3...HEAD) +[Full Changelog](https://github.com/CosmWasm/cw-plus/compare/v0.11.0...HEAD) + +## [v0.11.0](https://github.com/CosmWasm/cw-plus/tree/v0.11.0) (2021-11-22) + +[Full Changelog](https://github.com/CosmWasm/cw-plus/compare/v0.10.3...v0.11.0) + +**Breaking changes:** + +- Remove the primary key from the `MultiIndex` key specification [\#533](https://github.com/CosmWasm/cw-plus/issues/533) +- `UniqueIndex` / `MultiIndex` key consistency [\#532](https://github.com/CosmWasm/cw-plus/issues/532) +- Incorrect I32Key Index Ordering [\#489](https://github.com/CosmWasm/cw-plus/issues/489) +- Deprecate `range` to `range_raw` [\#460](https://github.com/CosmWasm/cw-plus/issues/460) + +**Implemented enhancements:** + +- Add `MIGRATING.md` [\#583](https://github.com/CosmWasm/cw-plus/issues/583) +- Remove schemas, and publish them with artifacts on release tags [\#529](https://github.com/CosmWasm/cw-plus/issues/529) + +**Closed issues:** + +- Check \(and possibly fix\) threshold and voting power implementation in `cw3-fixed-multisig` [\#551](https://github.com/CosmWasm/cw-plus/issues/551) +- Update to cosmwasm 1.0.0-beta3 [\#579](https://github.com/CosmWasm/cw-plus/issues/579) +- Cannot import non "library" features in dev-dependencies [\#577](https://github.com/CosmWasm/cw-plus/issues/577) +- `base-helpers.ts` doesn't belong to `contracts` [\#566](https://github.com/CosmWasm/cw-plus/issues/566) +- handle function [\#563](https://github.com/CosmWasm/cw-plus/issues/563) +- Migrate from `IntKey` to new naked int key [\#549](https://github.com/CosmWasm/cw-plus/issues/549) +- Refactor `UniqueIndex` and `MultiIndex` into their own files [\#530](https://github.com/CosmWasm/cw-plus/issues/530) +- Iterate over historical data in SnapshotMap [\#487](https://github.com/CosmWasm/cw-plus/issues/487) +- Rename cw0 to utils [\#471](https://github.com/CosmWasm/cw-plus/issues/471) +- Various `range_de` / `prefix_de` improvements [\#464](https://github.com/CosmWasm/cw-plus/issues/464) +- Add `range_de` to `Map`-like structs [\#461](https://github.com/CosmWasm/cw-plus/issues/461) +- Add url as input when mint cw1155 [\#449](https://github.com/CosmWasm/cw-plus/issues/449) +- Allow cw20 token as reserve token for bonding curve [\#191](https://github.com/CosmWasm/cw-plus/issues/191) +- Benchmark bonding curve functionality [\#190](https://github.com/CosmWasm/cw-plus/issues/190) +- Support Partial Indexes [\#177](https://github.com/CosmWasm/cw-plus/issues/177) +- Improve cw20-staking contract [\#59](https://github.com/CosmWasm/cw-plus/issues/59) + +**Merged pull requests:** + +- Add `MIGRATING.md` [\#591](https://github.com/CosmWasm/cw-plus/pull/591) ([maurolacy](https://github.com/maurolacy)) +- Move Threshold and coexisting implementations into packages/utils [\#590](https://github.com/CosmWasm/cw-plus/pull/590) ([ueco-jb](https://github.com/ueco-jb)) +- Build and upload schemas in CI [\#589](https://github.com/CosmWasm/cw-plus/pull/589) ([maurolacy](https://github.com/maurolacy)) +- Fix min threshold and vote power bugs in cw3-fixed-multisig [\#588](https://github.com/CosmWasm/cw-plus/pull/588) ([ueco-jb](https://github.com/ueco-jb)) +- Update to cosmwasm 1.0.0-beta3 [\#587](https://github.com/CosmWasm/cw-plus/pull/587) ([ueco-jb](https://github.com/ueco-jb)) +- Make `update_changelog.sh` use the latest version tag by default [\#585](https://github.com/CosmWasm/cw-plus/pull/585) ([maurolacy](https://github.com/maurolacy)) +- Signed int keys order [\#582](https://github.com/CosmWasm/cw-plus/pull/582) ([maurolacy](https://github.com/maurolacy)) +- `range` to `range raw` [\#576](https://github.com/CosmWasm/cw-plus/pull/576) ([maurolacy](https://github.com/maurolacy)) +- Remove helper.ts files for contracts [\#574](https://github.com/CosmWasm/cw-plus/pull/574) ([findolor](https://github.com/findolor)) +- Fix expiration type properties on cw1-subkeys helpers.ts [\#571](https://github.com/CosmWasm/cw-plus/pull/571) ([findolor](https://github.com/findolor)) +- `MultiIndex` primary key spec removal [\#569](https://github.com/CosmWasm/cw-plus/pull/569) ([maurolacy](https://github.com/maurolacy)) +- Index keys consistency [\#568](https://github.com/CosmWasm/cw-plus/pull/568) ([maurolacy](https://github.com/maurolacy)) +- Implement display for Balance and Coin [\#565](https://github.com/CosmWasm/cw-plus/pull/565) ([orkunkl](https://github.com/orkunkl)) +- Migrate from `IntKey` to new naked int key [\#564](https://github.com/CosmWasm/cw-plus/pull/564) ([ueco-jb](https://github.com/ueco-jb)) +- Add ParseReplyError to cw0 lib [\#562](https://github.com/CosmWasm/cw-plus/pull/562) ([shanev](https://github.com/shanev)) +- Update cw2 readme - contract\_info key [\#561](https://github.com/CosmWasm/cw-plus/pull/561) ([korzewski](https://github.com/korzewski)) +- Change pebblenet to uni and update wasm binary to 0.10.2 [\#560](https://github.com/CosmWasm/cw-plus/pull/560) ([findolor](https://github.com/findolor)) +- Update cw1-subkeys/helpers.ts wasm binary version to 0.10.2 from 0.9.1 [\#558](https://github.com/CosmWasm/cw-plus/pull/558) ([findolor](https://github.com/findolor)) +- Update base-helpers.ts options [\#557](https://github.com/CosmWasm/cw-plus/pull/557) ([findolor](https://github.com/findolor)) +- Update cw4-group/helpers.ts to work with base-helpers.ts [\#552](https://github.com/CosmWasm/cw-plus/pull/552) ([findolor](https://github.com/findolor)) +- Update cw3-flex-multisig/helpers.ts to work with cosmjs/cli v0.26 and base-helpers.ts [\#550](https://github.com/CosmWasm/cw-plus/pull/550) ([findolor](https://github.com/findolor)) +- Cw0 rename [\#508](https://github.com/CosmWasm/cw-plus/pull/508) ([maurolacy](https://github.com/maurolacy)) +- UniqueIndex range\_de [\#500](https://github.com/CosmWasm/cw-plus/pull/500) ([uint](https://github.com/uint)) ## [v0.10.3](https://github.com/CosmWasm/cw-plus/tree/v0.10.3) (2021-11-16) diff --git a/contracts/cw3-flex-multisig/Cargo.toml b/contracts/cw3-flex-multisig/Cargo.toml index be01f7a0f..448f6e947 100644 --- a/contracts/cw3-flex-multisig/Cargo.toml +++ b/contracts/cw3-flex-multisig/Cargo.toml @@ -21,6 +21,7 @@ library = [] utils = { path = "../../packages/utils", version = "0.11.0" } cw2 = { path = "../../packages/cw2", version = "0.11.0" } cw3 = { path = "../../packages/cw3", version = "0.11.0" } +cw3-fixed-multisig = { path = "../cw3-fixed-multisig", version = "0.11.0", features = ["library"] } cw4 = { path = "../../packages/cw4", version = "0.11.0" } cw-storage-plus = { path = "../../packages/storage-plus", version = "0.11.0" } cosmwasm-std = { version = "1.0.0-beta3" }