-
Notifications
You must be signed in to change notification settings - Fork 1
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 #514 from confio/release-0.13
Release 0.13
- Loading branch information
Showing
10 changed files
with
103 additions
and
75 deletions.
There are no files selected for viewing
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
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 = "tgrade-ap-voting" | ||
version = "0.12.0" | ||
version = "0.13.0" | ||
authors = ["Bartłomiej Kuras <[email protected]>"] | ||
edition = "2018" | ||
description = "Implementing tgrade-ap-voting" | ||
|
@@ -24,19 +24,19 @@ schemars = "0.8.1" | |
semver = "1" | ||
serde = { version = "1", default-features = false, features = ["derive"] } | ||
thiserror = "1" | ||
tg-bindings = "0.12.0" | ||
tg-voting-contract = "0.12.0" | ||
tg-utils = "0.12.0" | ||
tg3 = "0.12.0" | ||
tg-bindings = "0.13.0" | ||
tg-voting-contract = "0.13.0" | ||
tg-utils = "0.13.0" | ||
tg3 = "0.13.0" | ||
|
||
[dev-dependencies] | ||
anyhow = "1" | ||
assert_matches = "1.5" | ||
cosmwasm-schema = "1.0.0" | ||
cw-multi-test = "0.13.4" | ||
cw-storage-plus = "0.13.4" | ||
tg-bindings-test = "0.12.0" | ||
tg-test-utils = "0.12.0" | ||
tg4 = "0.12.0" | ||
tg4-engagement = "0.12.0" | ||
tgrade-oc-proposals = { path = "../tgrade-oc-proposals", version = "0.12.0" } | ||
tg-bindings-test = "0.13.0" | ||
tg-test-utils = "0.13.0" | ||
tg4 = "0.13.0" | ||
tg4-engagement = "0.13.0" | ||
tgrade-oc-proposals = { path = "../tgrade-oc-proposals", version = "0.13.0" } |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
- Unit test migration code | ||
- Test migration upgrade | ||
- Store cw3-fixed-multisig on chain | ||
- Get code id | ||
- Use it in migration | ||
|
||
- Release 0.12.1 | ||
- Create proposal on mainnet | ||
Store fixed-multisig | ||
- Get code id | ||
- Use it in migration proposal |
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
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 = "tgrade-oc-proposals" | ||
version = "0.12.0" | ||
version = "0.13.0" | ||
authors = ["Ethan Frey <[email protected]>"] | ||
edition = "2018" | ||
description = "Implementing tgrade-oc-proposals" | ||
|
@@ -19,18 +19,18 @@ cw2 = "0.13.4" | |
cw-storage-plus = "0.13.4" | ||
schemars = "0.8.1" | ||
serde = { version = "1", default-features = false, features = ["derive"] } | ||
tg3 = "0.12.0" | ||
tg4 = "0.12.0" | ||
tg4-engagement = { version = "0.12.0", features = ["library"] } | ||
tg-bindings = "0.12.0" | ||
tg-utils = "0.12.0" | ||
tg-voting-contract = "0.12.0" | ||
tgrade-valset = { version = "0.12.0", features = ["library"] } | ||
tg3 = "0.13.0" | ||
tg4 = "0.13.0" | ||
tg4-engagement = { version = "0.13.0", features = ["library"] } | ||
tg-bindings = "0.13.0" | ||
tg-utils = "0.13.0" | ||
tg-voting-contract = "0.13.0" | ||
tgrade-valset = { version = "0.13.0", features = ["library"] } | ||
thiserror = "1" | ||
|
||
[dev-dependencies] | ||
anyhow = "1" | ||
cosmwasm-schema = "1.0.0" | ||
cw-multi-test = "0.13.4" | ||
tg-bindings-test = "0.12.0" | ||
tg-test-utils = "0.12.0" | ||
tg-bindings-test = "0.13.0" | ||
tg-test-utils = "0.13.0" |
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 = "tgrade-tc-payments" | ||
version = "0.12.0" | ||
version = "0.13.0" | ||
authors = ["Mauro Lacy <[email protected]>"] | ||
edition = "2021" | ||
description = "Oversight Community / Arbiter Pool payments contract" | ||
|
@@ -27,15 +27,15 @@ cw-controllers = "0.13.4" | |
cw-storage-plus = "0.13.4" | ||
schemars = "0.8" | ||
serde = { version = "1.0.103", default-features = false, features = ["derive"] } | ||
tg-bindings = "0.12.0" | ||
tg4 = "0.12.0" | ||
tg-bindings = "0.13.0" | ||
tg4 = "0.13.0" | ||
thiserror = "1.0.21" | ||
|
||
[dev-dependencies] | ||
cw-multi-test = "0.13.4" | ||
tg4-engagement = "0.12.0" | ||
tg-voting-contract = "0.12.0" | ||
tg-bindings-test = "0.12.0" | ||
tg-utils = "0.12.0" | ||
tgrade-trusted-circle = { version = "0.12.0", path = "../tgrade-trusted-circle" } | ||
tgrade-ap-voting = { version = "0.12.0", path = "../tgrade-ap-voting" } | ||
tg4-engagement = "0.13.0" | ||
tg-voting-contract = "0.13.0" | ||
tg-bindings-test = "0.13.0" | ||
tg-utils = "0.13.0" | ||
tgrade-trusted-circle = { version = "0.13.0", path = "../tgrade-trusted-circle" } | ||
tgrade-ap-voting = { version = "0.13.0", path = "../tgrade-ap-voting" } |
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 = "tgrade-trusted-circle" | ||
version = "0.12.0" | ||
version = "0.13.0" | ||
authors = ["Mauro Lacy <[email protected]>", "Ethan Frey <[email protected]>"] | ||
edition = "2018" | ||
description = "Trusted Circle implementation based on TG4 for group membership" | ||
|
@@ -27,11 +27,11 @@ cw-storage-plus = "0.13.4" | |
schemars = "0.8" | ||
serde = { version = "1.0.103", default-features = false, features = ["derive"] } | ||
semver = "1" | ||
tg3 = "0.12.0" | ||
tg4 = "0.12.0" | ||
tg-bindings = "0.12.0" | ||
tg-utils = "0.12.0" | ||
tg-voting-contract = "0.12.0" | ||
tg3 = "0.13.0" | ||
tg4 = "0.13.0" | ||
tg-bindings = "0.13.0" | ||
tg-utils = "0.13.0" | ||
tg-voting-contract = "0.13.0" | ||
thiserror = "1.0.21" | ||
|
||
[dev-dependencies] | ||
|
@@ -40,5 +40,5 @@ cosmwasm-schema = "1.0.0" | |
cw-multi-test = "0.13.4" | ||
derivative = "2" | ||
serde_json = "1.0.79" | ||
tg-bindings-test = "0.12.0" | ||
tg4-engagement = "0.12.0" | ||
tg-bindings-test = "0.13.0" | ||
tg4-engagement = "0.13.0" |
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
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
: | ||
|
||
U="cosmwasm" | ||
V="0.12.6" | ||
|
||
M=$(uname -m) | ||
M="x86_64" # Force Intel arch | ||
|
||
A="linux/${M/x86_64/amd64}" | ||
S=${M#x86_64} | ||
S=${S:+-$S} | ||
|
||
docker run --platform $A --rm -v "$(pwd)":/code \ | ||
--mount type=volume,source="$(basename "$(pwd)")_cache",target=/code/target \ | ||
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \ | ||
$U/workspace-optimizer$S:$V |