-
Notifications
You must be signed in to change notification settings - Fork 356
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #455 from CosmWasm/release-0.10-soon-2
Release 0.10.0-soon2
- Loading branch information
Showing
28 changed files
with
143 additions
and
143 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cw1-subkeys" | ||
version = "0.10.0-soon" | ||
version = "0.10.0-soon2" | ||
authors = ["Ethan Frey <[email protected]>"] | ||
edition = "2018" | ||
description = "Implement subkeys for authorizing native tokens as a cw1 proxy contract" | ||
|
@@ -19,16 +19,16 @@ library = [] | |
test-utils = [] | ||
|
||
[dependencies] | ||
cw0 = { path = "../../packages/cw0", version = "0.10.0-soon" } | ||
cw1 = { path = "../../packages/cw1", version = "0.10.0-soon" } | ||
cw2 = { path = "../../packages/cw2", version = "0.10.0-soon" } | ||
cw1-whitelist = { path = "../cw1-whitelist", version = "0.10.0-soon", features = ["library"] } | ||
cw0 = { path = "../../packages/cw0", version = "0.10.0-soon2" } | ||
cw1 = { path = "../../packages/cw1", version = "0.10.0-soon2" } | ||
cw2 = { path = "../../packages/cw2", version = "0.10.0-soon2" } | ||
cw1-whitelist = { path = "../cw1-whitelist", version = "0.10.0-soon2", features = ["library"] } | ||
cosmwasm-std = { version = "1.0.0-soon", features = ["staking"] } | ||
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.10.0-soon" } | ||
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.10.0-soon2" } | ||
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-soon" } | ||
cw1-whitelist = { path = "../cw1-whitelist", version = "0.10.0-soon", features = ["library", "test-utils"] } | ||
cw1-whitelist = { path = "../cw1-whitelist", version = "0.10.0-soon2", features = ["library", "test-utils"] } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cw1-whitelist" | ||
version = "0.10.0-soon" | ||
version = "0.10.0-soon2" | ||
authors = ["Ethan Frey <[email protected]>"] | ||
edition = "2018" | ||
description = "Implementation of an proxy contract using a whitelist" | ||
|
@@ -19,11 +19,11 @@ library = [] | |
test-utils = [] | ||
|
||
[dependencies] | ||
cw0 = { path = "../../packages/cw0", version = "0.10.0-soon" } | ||
cw1 = { path = "../../packages/cw1", version = "0.10.0-soon" } | ||
cw2 = { path = "../../packages/cw2", version = "0.10.0-soon" } | ||
cw0 = { path = "../../packages/cw0", version = "0.10.0-soon2" } | ||
cw1 = { path = "../../packages/cw1", version = "0.10.0-soon2" } | ||
cw2 = { path = "../../packages/cw2", version = "0.10.0-soon2" } | ||
cosmwasm-std = { version = "1.0.0-soon", features = ["staking"] } | ||
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.10.0-soon" } | ||
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.10.0-soon2" } | ||
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-soon" } | ||
cw-multi-test = { path = "../../packages/multi-test", version = "0.10.0-soon" } | ||
cw-multi-test = { path = "../../packages/multi-test", version = "0.10.0-soon2" } | ||
derivative = "2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cw1155-base" | ||
version = "0.10.0-soon" | ||
version = "0.10.0-soon2" | ||
authors = ["Huang Yi <[email protected]>"] | ||
edition = "2018" | ||
description = "Basic implementation of a CosmWasm-1155 compliant token" | ||
|
@@ -18,10 +18,10 @@ backtraces = ["cosmwasm-std/backtraces"] | |
library = [] | ||
|
||
[dependencies] | ||
cw0 = { path = "../../packages/cw0", version = "0.10.0-soon" } | ||
cw2 = { path = "../../packages/cw2", version = "0.10.0-soon" } | ||
cw1155 = { path = "../../packages/cw1155", version = "0.10.0-soon" } | ||
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.10.0-soon" } | ||
cw0 = { path = "../../packages/cw0", version = "0.10.0-soon2" } | ||
cw2 = { path = "../../packages/cw2", version = "0.10.0-soon2" } | ||
cw1155 = { path = "../../packages/cw1155", version = "0.10.0-soon2" } | ||
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.10.0-soon2" } | ||
cosmwasm-std = { version = "1.0.0-soon" } | ||
schemars = "0.8.1" | ||
serde = { version = "1.0.103", default-features = false, features = ["derive"] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cw20-atomic-swap" | ||
version = "0.10.0-soon" | ||
version = "0.10.0-soon2" | ||
authors = ["Mauro Lacy <[email protected]>"] | ||
edition = "2018" | ||
description = "Implementation of Atomic Swaps" | ||
|
@@ -15,11 +15,11 @@ backtraces = ["cosmwasm-std/backtraces"] | |
library = [] | ||
|
||
[dependencies] | ||
cw0 = { path = "../../packages/cw0", version = "0.10.0-soon" } | ||
cw2 = { path = "../../packages/cw2", version = "0.10.0-soon" } | ||
cw20 = { path = "../../packages/cw20", version = "0.10.0-soon" } | ||
cw0 = { path = "../../packages/cw0", version = "0.10.0-soon2" } | ||
cw2 = { path = "../../packages/cw2", version = "0.10.0-soon2" } | ||
cw20 = { path = "../../packages/cw20", version = "0.10.0-soon2" } | ||
cosmwasm-std = { version = "1.0.0-soon" } | ||
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.10.0-soon" } | ||
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.10.0-soon2" } | ||
schemars = "0.8.1" | ||
serde = { version = "1.0.103", default-features = false, features = ["derive"] } | ||
thiserror = { version = "1.0.23" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cw20-base" | ||
version = "0.10.0-soon" | ||
version = "0.10.0-soon2" | ||
authors = ["Ethan Frey <[email protected]>"] | ||
edition = "2018" | ||
description = "Basic implementation of a CosmWasm-20 compliant token" | ||
|
@@ -18,10 +18,10 @@ backtraces = ["cosmwasm-std/backtraces"] | |
library = [] | ||
|
||
[dependencies] | ||
cw0 = { path = "../../packages/cw0", version = "0.10.0-soon" } | ||
cw2 = { path = "../../packages/cw2", version = "0.10.0-soon" } | ||
cw20 = { path = "../../packages/cw20", version = "0.10.0-soon" } | ||
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.10.0-soon" } | ||
cw0 = { path = "../../packages/cw0", version = "0.10.0-soon2" } | ||
cw2 = { path = "../../packages/cw2", version = "0.10.0-soon2" } | ||
cw20 = { path = "../../packages/cw20", version = "0.10.0-soon2" } | ||
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.10.0-soon2" } | ||
cosmwasm-std = { version = "1.0.0-soon" } | ||
schemars = "0.8.1" | ||
serde = { version = "1.0.103", default-features = false, features = ["derive"] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cw20-bonding" | ||
version = "0.10.0-soon" | ||
version = "0.10.0-soon2" | ||
authors = ["Ethan Frey <[email protected]>"] | ||
edition = "2018" | ||
description = "Implement basic bonding curve to issue cw20 tokens" | ||
|
@@ -20,11 +20,11 @@ backtraces = ["cosmwasm-std/backtraces"] | |
library = [] | ||
|
||
[dependencies] | ||
cw0 = { path = "../../packages/cw0", version = "0.10.0-soon" } | ||
cw2 = { path = "../../packages/cw2", version = "0.10.0-soon" } | ||
cw20 = { path = "../../packages/cw20", version = "0.10.0-soon" } | ||
cw20-base = { path = "../../contracts/cw20-base", version = "0.10.0-soon", features = ["library"] } | ||
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.10.0-soon" } | ||
cw0 = { path = "../../packages/cw0", version = "0.10.0-soon2" } | ||
cw2 = { path = "../../packages/cw2", version = "0.10.0-soon2" } | ||
cw20 = { path = "../../packages/cw20", version = "0.10.0-soon2" } | ||
cw20-base = { path = "../../contracts/cw20-base", version = "0.10.0-soon2", features = ["library"] } | ||
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.10.0-soon2" } | ||
cosmwasm-std = { version = "1.0.0-soon", default-features = false, features = ["staking"] } | ||
schemars = "0.8.1" | ||
serde = { version = "1.0.103", default-features = false, features = ["derive"] } | ||
|
Oops, something went wrong.