-
Notifications
You must be signed in to change notification settings - Fork 11
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 #122 from confio/release-0.6.2-patch1
Release 0.6.2-patch1
- Loading branch information
Showing
17 changed files
with
84 additions
and
84 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 = "tg4-engagement" | ||
version = "0.6.2" | ||
version = "0.6.2-patch1" | ||
authors = ["Ethan Frey <[email protected]>"] | ||
edition = "2018" | ||
description = "Simple TG4 implementation of group membership controlled by an admin" | ||
|
@@ -24,9 +24,9 @@ cw-utils = "0.11.1" | |
cw2 = "0.11.1" | ||
cw-controllers = "0.11.1" | ||
cw-storage-plus = "0.11.1" | ||
tg4 = { path = "../../packages/tg4", version = "0.6.2" } | ||
tg-utils = { version = "0.6.2", path = "../../packages/utils" } | ||
tg-bindings = { version = "0.6.2", path = "../../packages/bindings" } | ||
tg4 = { path = "../../packages/tg4", version = "0.6.2-patch1" } | ||
tg-utils = { version = "0.6.2-patch1", path = "../../packages/utils" } | ||
tg-bindings = { version = "0.6.2-patch1", path = "../../packages/bindings" } | ||
cosmwasm-std = { version = "1.0.0-beta5" } | ||
schemars = "0.8" | ||
serde = { version = "1.0.103", default-features = false, features = ["derive"] } | ||
|
@@ -35,6 +35,6 @@ thiserror = { version = "1.0.21" } | |
[dev-dependencies] | ||
cosmwasm-schema = { version = "1.0.0-beta5" } | ||
cw-multi-test = { version = "0.11.1" } | ||
tg-bindings-test = { version = "0.6.2", path = "../../packages/bindings-test" } | ||
tg-bindings-test = { version = "0.6.2-patch1", path = "../../packages/bindings-test" } | ||
derivative = "2" | ||
anyhow = "1" |
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 = "tg4-group" | ||
version = "0.6.2" | ||
version = "0.6.2-patch1" | ||
authors = ["Mauro Lacy <[email protected]>"] | ||
edition = "2018" | ||
description = "Simple tg4 implementation of group membership controlled by admin" | ||
|
@@ -29,7 +29,7 @@ library = [] | |
cw-utils = "0.11.1" | ||
cw2 = "0.11.1" | ||
cw4 = "0.11.1" | ||
tg4 = { version = "0.6.2", path = "../../packages/tg4" } | ||
tg4 = { version = "0.6.2-patch1", path = "../../packages/tg4" } | ||
cw-controllers = "0.11.1" | ||
cw-storage-plus = "0.11.1" | ||
cosmwasm-std = { version = "1.0.0-beta5" } | ||
|
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 = "tg4-mixer" | ||
version = "0.6.2" | ||
version = "0.6.2-patch1" | ||
authors = ["Ethan Frey <[email protected]>"] | ||
edition = "2018" | ||
description = "TG4 implementation that combines two different groups with a merge function" | ||
|
@@ -27,9 +27,9 @@ cw-utils = "0.11.1" | |
cw2 = "0.11.1" | ||
cw20 = "0.11.1" | ||
cw-storage-plus = "0.11.1" | ||
tg4 = { path = "../../packages/tg4", version = "0.6.2" } | ||
tg-utils = { path = "../../packages/utils", version = "0.6.2" } | ||
tg-bindings = { path = "../../packages/bindings", version = "0.6.2" } | ||
tg4 = { path = "../../packages/tg4", version = "0.6.2-patch1" } | ||
tg-utils = { path = "../../packages/utils", version = "0.6.2-patch1" } | ||
tg-bindings = { path = "../../packages/bindings", version = "0.6.2-patch1" } | ||
cosmwasm-std = "1.0.0-beta5" | ||
integer-sqrt = "0.1.5" | ||
schemars = "0.8" | ||
|
@@ -46,8 +46,8 @@ cw-multi-test = { version = "0.11.1" } | |
cosmwasm-schema = { version = "1.0.0-beta5" } | ||
# version's workaround for issue with cyclic dependencies during cargo publish | ||
# https://github.com/rust-lang/cargo/issues/4242 | ||
tg4-engagement = { path = "../tg4-engagement", version = "0.6.2", features = ["library"] } | ||
tg4-stake = { path = "../tg4-stake", version = "0.6.2", features = ["library"] } | ||
tg4-engagement = { path = "../tg4-engagement", version = "0.6.2-patch1", features = ["library"] } | ||
tg4-stake = { path = "../tg4-stake", version = "0.6.2-patch1", features = ["library"] } | ||
|
||
[[bench]] | ||
name = "main" | ||
|
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 = "tg4-stake" | ||
version = "0.6.2" | ||
version = "0.6.2-patch1" | ||
authors = ["Ethan Frey <[email protected]>"] | ||
edition = "2018" | ||
description = "TG4 implementation of group based on staked tokens" | ||
|
@@ -24,9 +24,9 @@ cw-utils = "0.11.1" | |
cw2 = "0.11.1" | ||
cw-controllers = "0.11.1" | ||
cw-storage-plus = "0.11.1" | ||
tg4 = { path = "../../packages/tg4", version = "0.6.2" } | ||
tg-utils = { path = "../../packages/utils", version = "0.6.2" } | ||
tg-bindings = { path = "../../packages/bindings", version = "0.6.2" } | ||
tg4 = { path = "../../packages/tg4", version = "0.6.2-patch1" } | ||
tg-utils = { path = "../../packages/utils", version = "0.6.2-patch1" } | ||
tg-bindings = { path = "../../packages/bindings", version = "0.6.2-patch1" } | ||
cosmwasm-std = "1.0.0-beta5" | ||
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 = "tgrade-community-pool" | ||
version = "0.6.2" | ||
version = "0.6.2-patch1" | ||
authors = ["Bartłomiej Kuras <[email protected]>"] | ||
edition = "2018" | ||
description = "Implementing tgrade-community-pool voting contract" | ||
|
@@ -18,19 +18,19 @@ library = [] | |
|
||
[dependencies] | ||
cw2 = "0.11.1" | ||
tg3 = { path = "../../packages/tg3", version = "0.6.2" } | ||
tg3 = { path = "../../packages/tg3", version = "0.6.2-patch1" } | ||
cosmwasm-std = "1.0.0-beta5" | ||
schemars = "0.8.1" | ||
serde = { version = "1", default-features = false, features = ["derive"] } | ||
tg-bindings = { path = "../../packages/bindings", version = "0.6.2" } | ||
tg-utils = { path = "../../packages/utils", version = "0.6.2" } | ||
tg-voting-contract = { version = "0.6.2", path = "../../packages/voting-contract" } | ||
tg4-engagement = { path = "../tg4-engagement", version = "0.6.2", features = ["library"] } | ||
tg-bindings = { path = "../../packages/bindings", version = "0.6.2-patch1" } | ||
tg-utils = { path = "../../packages/utils", version = "0.6.2-patch1" } | ||
tg-voting-contract = { version = "0.6.2-patch1", path = "../../packages/voting-contract" } | ||
tg4-engagement = { path = "../tg4-engagement", version = "0.6.2-patch1", features = ["library"] } | ||
thiserror = "1" | ||
|
||
[dev-dependencies] | ||
anyhow = "1" | ||
cosmwasm-schema = "1.0.0-beta5" | ||
cw-multi-test = "0.11.1" | ||
tg-bindings-test = { path = "../../packages/bindings-test", version = "0.6.2" } | ||
tg4 = { path = "../../packages/tg4", version = "0.6.2" } | ||
tg-bindings-test = { path = "../../packages/bindings-test", version = "0.6.2-patch1" } | ||
tg4 = { path = "../../packages/tg4", version = "0.6.2-patch1" } |
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-gov-reflect" | ||
version = "0.6.2" | ||
version = "0.6.2-patch1" | ||
authors = ["Ethan Frey <[email protected]>"] | ||
edition = "2018" | ||
repository = "https://github.com/confio/poe-contracts" | ||
|
@@ -25,7 +25,7 @@ backtraces = ["cosmwasm-std/backtraces"] | |
[dependencies] | ||
cosmwasm-std = "1.0.0-beta5" | ||
cw-storage-plus = "0.11.1" | ||
tg-bindings = { version = "0.6.2", path = "../../packages/bindings" } | ||
tg-bindings = { version = "0.6.2-patch1", path = "../../packages/bindings" } | ||
schemars = "0.8.1" | ||
serde = { version = "1.0.103", default-features = false, features = ["derive"] } | ||
thiserror = "1" | ||
|
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-validator-voting" | ||
version = "0.6.2" | ||
version = "0.6.2-patch1" | ||
authors = ["Ethan Frey <[email protected]>"] | ||
edition = "2018" | ||
description = "Implementing tgrade-validator-voting" | ||
|
@@ -18,22 +18,22 @@ library = [] | |
|
||
[dependencies] | ||
cw2 = "0.11.1" | ||
tg3 = { path = "../../packages/tg3", version = "0.6.2" } | ||
tg3 = { path = "../../packages/tg3", version = "0.6.2-patch1" } | ||
cosmwasm-std = "1.0.0-beta5" | ||
schemars = "0.8.1" | ||
serde = { version = "1", default-features = false, features = ["derive"] } | ||
tg-bindings = { path = "../../packages/bindings", version = "0.6.2" } | ||
tg-utils = { path = "../../packages/utils", version = "0.6.2" } | ||
tg-voting-contract = { version = "0.6.2", path = "../../packages/voting-contract" } | ||
tg-bindings = { path = "../../packages/bindings", version = "0.6.2-patch1" } | ||
tg-utils = { path = "../../packages/utils", version = "0.6.2-patch1" } | ||
tg-voting-contract = { version = "0.6.2-patch1", path = "../../packages/voting-contract" } | ||
thiserror = "1" | ||
|
||
[dev-dependencies] | ||
anyhow = "1" | ||
cosmwasm-schema = "1.0.0-beta5" | ||
cw-multi-test = "0.11.1" | ||
cw-storage-plus = "0.11.1" | ||
tg-bindings-test = { version = "0.6.2", path = "../../packages/bindings-test" } | ||
tg-utils = { version = "0.6.2", path = "../../packages/utils" } | ||
tg-voting-contract = { version = "0.6.2", path = "../../packages/voting-contract" } | ||
tg4 = { path = "../../packages/tg4", version = "0.6.2" } | ||
tg4-engagement = { path = "../tg4-engagement", version = "0.6.2", features = ["library"] } | ||
tg-bindings-test = { version = "0.6.2-patch1", path = "../../packages/bindings-test" } | ||
tg-utils = { version = "0.6.2-patch1", path = "../../packages/utils" } | ||
tg-voting-contract = { version = "0.6.2-patch1", path = "../../packages/voting-contract" } | ||
tg4 = { path = "../../packages/tg4", version = "0.6.2-patch1" } | ||
tg4-engagement = { path = "../tg4-engagement", version = "0.6.2-patch1", features = ["library"] } |
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-valset" | ||
version = "0.6.2" | ||
version = "0.6.2-patch1" | ||
authors = ["Ethan Frey <[email protected]>"] | ||
edition = "2018" | ||
description = "Control the validator set based on membership of trusted tg4 contract" | ||
|
@@ -29,9 +29,9 @@ integration = ["bech32", "cosmwasm-vm"] | |
[dependencies] | ||
cw-utils = { version = "0.11.1" } | ||
cw2 = { version = "0.11.1" } | ||
tg4 = { path = "../../packages/tg4", version = "0.6.2" } | ||
tg-bindings = { version = "0.6.2", path = "../../packages/bindings" } | ||
tg-utils = { version = "0.6.2", path = "../../packages/utils" } | ||
tg4 = { path = "../../packages/tg4", version = "0.6.2-patch1" } | ||
tg-bindings = { version = "0.6.2-patch1", path = "../../packages/bindings" } | ||
tg-utils = { version = "0.6.2-patch1", path = "../../packages/utils" } | ||
cw-controllers = { version = "0.11.1" } | ||
cw-storage-plus = { version = "0.11.1" } | ||
cosmwasm-std = { version = "1.0.0-beta5" } | ||
|
@@ -46,10 +46,10 @@ cosmwasm-vm = { version = "1.0.0-beta5", optional = true, default-features = fal | |
[dev-dependencies] | ||
cosmwasm-schema = { version = "1.0.0-beta5" } | ||
cw-multi-test = "0.11.1" | ||
tg4-engagement = { path = "../tg4-engagement", version = "0.6.2" } | ||
tg4-stake = { path = "../tg4-stake", version = "0.6.2" } | ||
tg4-engagement = { path = "../tg4-engagement", version = "0.6.2-patch1" } | ||
tg4-stake = { path = "../tg4-stake", version = "0.6.2-patch1" } | ||
# we enable multitest feature only for tests | ||
tg-bindings-test = { path = "../../packages/bindings-test", version = "0.6.2" } | ||
tg-bindings-test = { path = "../../packages/bindings-test", version = "0.6.2-patch1" } | ||
derivative = "2" | ||
anyhow = "1" | ||
assert_matches = "1.5" |
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-vesting-account" | ||
version = "0.6.2" | ||
version = "0.6.2-patch1" | ||
authors = ["Jakub Bogucki <[email protected]>"] | ||
edition = "2018" | ||
description = "Vesting Account as a contract" | ||
|
@@ -22,8 +22,8 @@ cw2 = "0.11.1" | |
cw-storage-plus = "0.11.1" | ||
schemars = "0.8.1" | ||
serde = { version = "1.0.103", default-features = false, features = ["derive"] } | ||
tg-bindings = { version = "0.6.2", path = "../../packages/bindings" } | ||
tg-utils = { version = "0.6.2", path = "../../packages/utils" } | ||
tg-bindings = { version = "0.6.2-patch1", path = "../../packages/bindings" } | ||
tg-utils = { version = "0.6.2-patch1", path = "../../packages/utils" } | ||
thiserror = "1" | ||
|
||
[dev-dependencies] | ||
|
@@ -32,4 +32,4 @@ assert_matches = "1" | |
derivative = "2" | ||
cosmwasm-schema = "1.0.0-beta5" | ||
cw-multi-test = "0.11.1" | ||
tg-bindings-test = { version = "0.6.2", path = "../../packages/bindings-test" } | ||
tg-bindings-test = { version = "0.6.2-patch1", path = "../../packages/bindings-test" } |
Oops, something went wrong.