diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..f897ec23 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,43 @@ +# Changelog + +## [Unreleased](https://github.com/confio/poe-contracts/tree/HEAD) + +[Full Changelog](https://github.com/confio/poe-contracts/compare/v0.5.3-2...HEAD) + +## [v0.5.3](https://github.com/confio/poe-contracts/tree/v0.5.3-2) (2022-01-18) + +[Full Changelog](https://github.com/confio/poe-contracts/compare/7a91033173dbd32d835373b31ad1c1b7c7db4296...v0.5.3-2) + +**Merged pull requests:** + +- test utils moved from tgrade contracts [\#25](https://github.com/confio/poe-contracts/pull/25) ([hashedone](https://github.com/hashedone)) +- bindings-test: added missing genesis constructor [\#24](https://github.com/confio/poe-contracts/pull/24) ([hashedone](https://github.com/hashedone)) +- Add publish script and add license to Cargo.toml files [\#21](https://github.com/confio/poe-contracts/pull/21) ([ethanfrey](https://github.com/ethanfrey)) + +**Fixed bugs:** + +- voting: Abstaining should be able to trigger early end [\#16](https://github.com/confio/poe-contracts/issues/16) +- Proposals cannot be executed based on quorum after voting period over [\#14](https://github.com/confio/poe-contracts/issues/14) +- community-pool proposals can be executed multiple times [\#12](https://github.com/confio/poe-contracts/issues/12) + +**Closed issues:** + +- Tag poe-contracts v0.5.3 [\#13](https://github.com/confio/poe-contracts/issues/13) +- Move over gov-reflect and vesting-contract to this repo [\#7](https://github.com/confio/poe-contracts/issues/7) +- Multitests for tgrade-voting-contract [\#6](https://github.com/confio/poe-contracts/issues/6) + +**Merged pull requests:** + +- 0.5.3 release [\#19](https://github.com/confio/poe-contracts/pull/19) ([maurolacy](https://github.com/maurolacy)) +- Fix proposal status not updated [\#18](https://github.com/confio/poe-contracts/pull/18) ([maurolacy](https://github.com/maurolacy)) +- Move over gov-reflect and vesting-account contract to this repo [\#11](https://github.com/confio/poe-contracts/pull/11) ([ueco-jb](https://github.com/ueco-jb)) +- voting-contract: Move rules builder follow-up [\#10](https://github.com/confio/poe-contracts/pull/10) ([uint](https://github.com/uint)) +- Move `RulesBuilder` into `voting-contract` [\#9](https://github.com/confio/poe-contracts/pull/9) ([uint](https://github.com/uint)) +- voting-contract: tests [\#8](https://github.com/confio/poe-contracts/pull/8) ([uint](https://github.com/uint)) +- tgrade-validator-voting and tgrade-community-pool contracts moved [\#5](https://github.com/confio/poe-contracts/pull/5) ([hashedone](https://github.com/hashedone)) +- Moved PoE contracts: engagement, mixer, stake, valset [\#4](https://github.com/confio/poe-contracts/pull/4) ([hashedone](https://github.com/hashedone)) +- Basic CI config [\#2](https://github.com/confio/poe-contracts/pull/2) ([hashedone](https://github.com/hashedone)) +- readme, utility scripts [\#1](https://github.com/confio/poe-contracts/pull/1) ([hashedone](https://github.com/hashedone)) + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/Cargo.lock b/Cargo.lock index cf6fe497..71fbb872 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1462,7 +1462,7 @@ dependencies = [ [[package]] name = "tg-bindings" -version = "0.5.3" +version = "0.5.3-2" dependencies = [ "base64", "cosmwasm-schema", @@ -1475,7 +1475,7 @@ dependencies = [ [[package]] name = "tg-bindings-test" -version = "0.5.3" +version = "0.5.3-2" dependencies = [ "anyhow", "cosmwasm-std", @@ -1489,7 +1489,7 @@ dependencies = [ [[package]] name = "tg-test-utils" -version = "0.5.3" +version = "0.5.3-2" dependencies = [ "cosmwasm-std", "tg-voting-contract", @@ -1497,7 +1497,7 @@ dependencies = [ [[package]] name = "tg-utils" -version = "0.5.3" +version = "0.5.3-2" dependencies = [ "cosmwasm-std", "cw-controllers", @@ -1512,7 +1512,7 @@ dependencies = [ [[package]] name = "tg-voting-contract" -version = "0.5.3" +version = "0.5.3-2" dependencies = [ "anyhow", "cosmwasm-schema", @@ -1534,7 +1534,7 @@ dependencies = [ [[package]] name = "tg4" -version = "0.5.3" +version = "0.5.3-2" dependencies = [ "cosmwasm-schema", "cosmwasm-std", @@ -1545,7 +1545,7 @@ dependencies = [ [[package]] name = "tg4-engagement" -version = "0.5.3" +version = "0.5.3-2" dependencies = [ "anyhow", "cosmwasm-schema", @@ -1567,7 +1567,7 @@ dependencies = [ [[package]] name = "tg4-mixer" -version = "0.5.3" +version = "0.5.3-2" dependencies = [ "cosmwasm-schema", "cosmwasm-std", @@ -1592,7 +1592,7 @@ dependencies = [ [[package]] name = "tg4-stake" -version = "0.5.3" +version = "0.5.3-2" dependencies = [ "cosmwasm-schema", "cosmwasm-std", @@ -1611,7 +1611,7 @@ dependencies = [ [[package]] name = "tgrade-community-pool" -version = "0.5.3" +version = "0.5.3-2" dependencies = [ "anyhow", "cosmwasm-schema", @@ -1631,7 +1631,7 @@ dependencies = [ [[package]] name = "tgrade-gov-reflect" -version = "0.5.3" +version = "0.5.3-2" dependencies = [ "cosmwasm-schema", "cosmwasm-std", @@ -1644,7 +1644,7 @@ dependencies = [ [[package]] name = "tgrade-validator-voting" -version = "0.5.3" +version = "0.5.3-2" dependencies = [ "anyhow", "cosmwasm-schema", @@ -1666,7 +1666,7 @@ dependencies = [ [[package]] name = "tgrade-valset" -version = "0.5.3" +version = "0.5.3-2" dependencies = [ "anyhow", "assert_matches", @@ -1691,7 +1691,7 @@ dependencies = [ [[package]] name = "tgrade-vesting-account" -version = "0.5.3" +version = "0.5.3-2" dependencies = [ "anyhow", "assert_matches", diff --git a/contracts/tg4-engagement/Cargo.toml b/contracts/tg4-engagement/Cargo.toml index 372da758..5337e756 100644 --- a/contracts/tg4-engagement/Cargo.toml +++ b/contracts/tg4-engagement/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tg4-engagement" -version = "0.5.3" +version = "0.5.3-2" authors = ["Ethan Frey "] edition = "2018" description = "Simple TG4 implementation of group membership controlled by an admin" @@ -24,9 +24,9 @@ cw-utils = "0.11.0" cw2 = "0.11.0" cw-controllers = "0.11.0" cw-storage-plus = "0.11.0" -tg4 = { path = "../../packages/tg4", version = "0.5.3" } -tg-utils = { version = "0.5.3", path = "../../packages/utils" } -tg-bindings = { version = "0.5.3", path = "../../packages/bindings" } +tg4 = { path = "../../packages/tg4", version = "0.5.3-2" } +tg-utils = { version = "0.5.3-2", path = "../../packages/utils" } +tg-bindings = { version = "0.5.3-2", path = "../../packages/bindings" } cosmwasm-std = { version = "1.0.0-beta" } 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-beta" } cw-multi-test = { version = "0.11.0" } -tg-bindings-test = { version = "0.5.3", path = "../../packages/bindings-test" } +tg-bindings-test = { version = "0.5.3-2", path = "../../packages/bindings-test" } derivative = "2" anyhow = "1" diff --git a/contracts/tg4-mixer/Cargo.toml b/contracts/tg4-mixer/Cargo.toml index b346cc3f..4cf1dfd4 100644 --- a/contracts/tg4-mixer/Cargo.toml +++ b/contracts/tg4-mixer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tg4-mixer" -version = "0.5.3" +version = "0.5.3-2" authors = ["Ethan Frey "] edition = "2018" description = "TG4 implementation that combines two different groups with a merge function" @@ -27,9 +27,9 @@ cw-utils = "0.11.0" cw2 = "0.11.0" cw20 = "0.11.0" cw-storage-plus = "0.11.0" -tg4 = { path = "../../packages/tg4", version = "0.5.3" } -tg-utils = { path = "../../packages/utils", version = "0.5.3" } -tg-bindings = { path = "../../packages/bindings", version = "0.5.3" } +tg4 = { path = "../../packages/tg4", version = "0.5.3-2" } +tg-utils = { path = "../../packages/utils", version = "0.5.3-2" } +tg-bindings = { path = "../../packages/bindings", version = "0.5.3-2" } cosmwasm-std = "1.0.0-beta" integer-sqrt = "0.1.5" schemars = "0.8" @@ -46,8 +46,8 @@ cw-multi-test = { version = "0.11.0" } cosmwasm-schema = { version = "1.0.0-beta" } # 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.5.3, < 1.0.0", features = ["library"] } -tg4-stake = { path = "../tg4-stake", version = "0.5.3", features = ["library"] } +tg4-engagement = { path = "../tg4-engagement", version = ">= 0.5.3-2, < 1.0.0", features = ["library"] } +tg4-stake = { path = "../tg4-stake", version = "0.5.3-2", features = ["library"] } [[bench]] name = "main" diff --git a/contracts/tg4-stake/Cargo.toml b/contracts/tg4-stake/Cargo.toml index 11077c6d..02d8abfb 100644 --- a/contracts/tg4-stake/Cargo.toml +++ b/contracts/tg4-stake/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tg4-stake" -version = "0.5.3" +version = "0.5.3-2" authors = ["Ethan Frey "] edition = "2018" description = "TG4 implementation of group based on staked tokens" @@ -24,9 +24,9 @@ cw-utils = "0.11.0" cw2 = "0.11.0" cw-controllers = "0.11.0" cw-storage-plus = "0.11.0" -tg4 = { path = "../../packages/tg4", version = "0.5.3" } -tg-utils = { path = "../../packages/utils", version = "0.5.3" } -tg-bindings = { path = "../../packages/bindings", version = "0.5.3" } +tg4 = { path = "../../packages/tg4", version = "0.5.3-2" } +tg-utils = { path = "../../packages/utils", version = "0.5.3-2" } +tg-bindings = { path = "../../packages/bindings", version = "0.5.3-2" } cosmwasm-std = "1.0.0-beta" schemars = "0.8.1" serde = { version = "1.0.103", default-features = false, features = ["derive"] } diff --git a/contracts/tgrade-community-pool/Cargo.toml b/contracts/tgrade-community-pool/Cargo.toml index a77670f4..42aa47ac 100644 --- a/contracts/tgrade-community-pool/Cargo.toml +++ b/contracts/tgrade-community-pool/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tgrade-community-pool" -version = "0.5.3" +version = "0.5.3-2" authors = ["Bartłomiej Kuras "] edition = "2018" description = "Implementing tgrade-community-pool voting contract" @@ -22,14 +22,14 @@ cw3 = "0.11.0" cosmwasm-std = "1.0.0-beta" schemars = "0.8.1" serde = { version = "1", default-features = false, features = ["derive"] } -tg-bindings = { path = "../../packages/bindings", version = "0.5.3" } -tg-voting-contract = { version = "0.5.3", path = "../../packages/voting-contract" } -tg4-engagement = { path = "../tg4-engagement", version = "0.5.3", features = ["library"] } +tg-bindings = { path = "../../packages/bindings", version = "0.5.3-2" } +tg-voting-contract = { version = "0.5.3-2", path = "../../packages/voting-contract" } +tg4-engagement = { path = "../tg4-engagement", version = "0.5.3-2", features = ["library"] } thiserror = "1" [dev-dependencies] anyhow = "1" cosmwasm-schema = "1.0.0-beta" cw-multi-test = "0.11.0" -tg-bindings-test = { path = "../../packages/bindings-test", version = "0.5.3" } -tg4 = { path = "../../packages/tg4", version = "0.5.3" } +tg-bindings-test = { path = "../../packages/bindings-test", version = "0.5.3-2" } +tg4 = { path = "../../packages/tg4", version = "0.5.3-2" } diff --git a/contracts/tgrade-gov-reflect/Cargo.toml b/contracts/tgrade-gov-reflect/Cargo.toml index cd97639f..75e9fbcd 100644 --- a/contracts/tgrade-gov-reflect/Cargo.toml +++ b/contracts/tgrade-gov-reflect/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tgrade-gov-reflect" -version = "0.5.3" +version = "0.5.3-2" authors = ["Ethan Frey "] edition = "2018" repository = "https://github.com/confio/poe-contracts" @@ -25,7 +25,7 @@ backtraces = ["cosmwasm-std/backtraces"] [dependencies] cosmwasm-std = "1.0.0-beta" cw-storage-plus = "0.11.0" -tg-bindings = { version = "0.5.3", path = "../../packages/bindings" } +tg-bindings = { version = "0.5.3-2", path = "../../packages/bindings" } schemars = "0.8.1" serde = { version = "1.0.103", default-features = false, features = ["derive"] } thiserror = "1" diff --git a/contracts/tgrade-validator-voting/Cargo.toml b/contracts/tgrade-validator-voting/Cargo.toml index 10dc7cb2..386e7060 100644 --- a/contracts/tgrade-validator-voting/Cargo.toml +++ b/contracts/tgrade-validator-voting/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tgrade-validator-voting" -version = "0.5.3" +version = "0.5.3-2" authors = ["Ethan Frey "] edition = "2018" description = "Implementing tgrade-validator-voting" @@ -22,8 +22,8 @@ cw3 = "0.11.0" cosmwasm-std = "1.0.0-beta" schemars = "0.8.1" serde = { version = "1", default-features = false, features = ["derive"] } -tg-bindings = { path = "../../packages/bindings", version = "0.5.3" } -tg-voting-contract = { version = "0.5.3", path = "../../packages/voting-contract" } +tg-bindings = { path = "../../packages/bindings", version = "0.5.3-2" } +tg-voting-contract = { version = "0.5.3-2", path = "../../packages/voting-contract" } thiserror = "1" [dev-dependencies] @@ -31,8 +31,8 @@ anyhow = "1" cosmwasm-schema = "1.0.0-beta" cw-multi-test = "0.11.0" cw-storage-plus = "0.11.0" -tg-bindings-test = { version = "0.5.3", path = "../../packages/bindings-test" } -tg-utils = { version = "0.5.3", path = "../../packages/utils" } -tg-voting-contract = { version = "0.5.3", path = "../../packages/voting-contract" } -tg4 = { path = "../../packages/tg4", version = "0.5.3" } -tg4-engagement = { path = "../tg4-engagement", version = "0.5.3", features = ["library"] } +tg-bindings-test = { version = "0.5.3-2", path = "../../packages/bindings-test" } +tg-utils = { version = "0.5.3-2", path = "../../packages/utils" } +tg-voting-contract = { version = "0.5.3-2", path = "../../packages/voting-contract" } +tg4 = { path = "../../packages/tg4", version = "0.5.3-2" } +tg4-engagement = { path = "../tg4-engagement", version = "0.5.3-2", features = ["library"] } diff --git a/contracts/tgrade-valset/Cargo.toml b/contracts/tgrade-valset/Cargo.toml index 29dfbf94..441ba4fe 100644 --- a/contracts/tgrade-valset/Cargo.toml +++ b/contracts/tgrade-valset/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tgrade-valset" -version = "0.5.3" +version = "0.5.3-2" authors = ["Ethan Frey "] edition = "2018" description = "Control the validator set based on membership of trusted tg4 contract" @@ -28,9 +28,9 @@ library = [] [dependencies] cw-utils = { version = "0.11.0" } cw2 = { version = "0.11.0" } -tg4 = { path = "../../packages/tg4", version = "0.5.3" } -tg-bindings = { version = "0.5.3", path = "../../packages/bindings" } -tg-utils = { version = "0.5.3", path = "../../packages/utils" } +tg4 = { path = "../../packages/tg4", version = "0.5.3-2" } +tg-bindings = { version = "0.5.3-2", path = "../../packages/bindings" } +tg-utils = { version = "0.5.3-2", path = "../../packages/utils" } cw-controllers = { version = "0.11.0" } cw-storage-plus = { version = "0.11.0" } cosmwasm-std = { version = "1.0.0-beta" } @@ -41,10 +41,10 @@ thiserror = { version = "1.0.21" } [dev-dependencies] cosmwasm-schema = { version = "1.0.0-beta" } cw-multi-test = "0.11.0" -tg4-engagement = { path = "../tg4-engagement", version = "0.5.3" } -tg4-stake = { path = "../tg4-stake", version = "0.5.3" } +tg4-engagement = { path = "../tg4-engagement", version = "0.5.3-2" } +tg4-stake = { path = "../tg4-stake", version = "0.5.3-2" } # we enable multitest feature only for tests -tg-bindings-test = { path = "../../packages/bindings-test", version = "0.5.3" } +tg-bindings-test = { path = "../../packages/bindings-test", version = "0.5.3-2" } derivative = "2" anyhow = "1" assert_matches = "1.5" diff --git a/contracts/tgrade-vesting-account/Cargo.toml b/contracts/tgrade-vesting-account/Cargo.toml index af30b952..1e5d9fae 100644 --- a/contracts/tgrade-vesting-account/Cargo.toml +++ b/contracts/tgrade-vesting-account/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tgrade-vesting-account" -version = "0.5.3" +version = "0.5.3-2" authors = ["Jakub Bogucki "] edition = "2018" description = "Vesting Account as a contract" @@ -22,8 +22,8 @@ cw2 = "0.11.0" cw-storage-plus = "0.11.0" schemars = "0.8.1" serde = { version = "1.0.103", default-features = false, features = ["derive"] } -tg-bindings = { version = "0.5.3", path = "../../packages/bindings" } -tg-utils = { version = "0.5.3", path = "../../packages/utils" } +tg-bindings = { version = "0.5.3-2", path = "../../packages/bindings" } +tg-utils = { version = "0.5.3-2", path = "../../packages/utils" } thiserror = "1" [dev-dependencies] @@ -32,4 +32,4 @@ assert_matches = "1" derivative = "2" cosmwasm-schema = "1.0.0-beta" cw-multi-test = "0.11.0" -tg-bindings-test = { version = "0.5.3", path = "../../packages/bindings-test" } +tg-bindings-test = { version = "0.5.3-2", path = "../../packages/bindings-test" } diff --git a/packages/bindings-test/Cargo.toml b/packages/bindings-test/Cargo.toml index 0eed4ff4..ca0c9ab8 100644 --- a/packages/bindings-test/Cargo.toml +++ b/packages/bindings-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tg-bindings-test" -version = "0.5.3" +version = "0.5.3-2" authors = ["Ethan Frey "] edition = "2018" description = "Multitest (and other test helpers) support for Tgrade-specific contracts" @@ -9,7 +9,7 @@ homepage = "https://tgrade.finance" license = "Apache-2.0" [dependencies] -tg-bindings = { version = "0.5.3", path = "../bindings" } +tg-bindings = { version = "0.5.3-2", path = "../bindings" } cosmwasm-std = { version = "1.0.0-beta" } schemars = "0.8" serde = { version = "1.0.103", default-features = false, features = ["derive"] } diff --git a/packages/bindings/Cargo.toml b/packages/bindings/Cargo.toml index df86274a..12e2a207 100644 --- a/packages/bindings/Cargo.toml +++ b/packages/bindings/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tg-bindings" -version = "0.5.3" +version = "0.5.3-2" authors = ["Ethan Frey "] edition = "2018" description = "Bindings for CustomMsg and CustomQuery for the Tgrade blockchain" diff --git a/packages/test-utils/Cargo.toml b/packages/test-utils/Cargo.toml index d5c11a3f..4e54591a 100644 --- a/packages/test-utils/Cargo.toml +++ b/packages/test-utils/Cargo.toml @@ -1,12 +1,13 @@ [package] name = "tg-test-utils" -version = "0.5.3" +version = "0.5.3-2" authors = ["Jakub Bogucki "] edition = "2018" description = "Utilities used in contract tests" repository = "https://github.com/confio/tgrade-contracts" homepage = "https://tgrade.finance" +license = "Apache-2.0" [dependencies] cosmwasm-std = "1.0.0-beta" -tg-voting-contract = { path = "../voting-contract", version = "0.5.3" } +tg-voting-contract = { path = "../voting-contract", version = "0.5.3-2" } diff --git a/packages/tg4/Cargo.toml b/packages/tg4/Cargo.toml index 82653160..5c15b0fb 100644 --- a/packages/tg4/Cargo.toml +++ b/packages/tg4/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tg4" -version = "0.5.3" +version = "0.5.3-2" authors = ["Ethan Frey "] edition = "2018" description = "Tgrade-4 Interface: Groups Members" @@ -12,7 +12,7 @@ license = "Apache-2.0" cosmwasm-std = { version = "1.0.0-beta" } schemars = "0.8.1" serde = { version = "1.0.103", default-features = false, features = ["derive"] } -tg-bindings = { path = "../bindings", version = "0.5.3" } +tg-bindings = { path = "../bindings", version = "0.5.3-2" } [dev-dependencies] cosmwasm-schema = { version = "1.0.0-beta" } diff --git a/packages/utils/Cargo.toml b/packages/utils/Cargo.toml index b203a0e1..4b6503f4 100644 --- a/packages/utils/Cargo.toml +++ b/packages/utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tg-utils" -version = "0.5.3" +version = "0.5.3-2" authors = ["Ethan Frey "] edition = "2018" description = "Tgrade Utils: helpers for various contracts" @@ -17,6 +17,6 @@ cw-controllers = "0.11.0" cw-storage-plus = "0.11.0" schemars = "0.8.1" serde = { version = "1.0.103", default-features = false, features = ["derive"] } -tg4 = { path = "../tg4", version = "0.5.3" } -tg-bindings = { path = "../bindings", version = "0.5.3" } +tg4 = { path = "../tg4", version = "0.5.3-2" } +tg-bindings = { path = "../bindings", version = "0.5.3-2" } thiserror = { version = "1.0.21" } diff --git a/packages/voting-contract/Cargo.toml b/packages/voting-contract/Cargo.toml index 992759aa..e87b02b3 100644 --- a/packages/voting-contract/Cargo.toml +++ b/packages/voting-contract/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tg-voting-contract" -version = "0.5.3" +version = "0.5.3-2" authors = ["Bartłomiej Kuras "] edition = "2018" description = "Generic utils for building voting contracts for tgrade" @@ -17,9 +17,9 @@ cw-storage-plus = "0.11.0" cosmwasm-std = "1.0.0-beta" schemars = "0.8.1" serde = { version = "1", default-features = false, features = ["derive"] } -tg4 = { path = "../tg4", version = "0.5.3" } -tg-bindings = { path = "../bindings", version = "0.5.3" } -tg-utils = { version = "0.5.3", path = "../utils" } +tg4 = { path = "../tg4", version = "0.5.3-2" } +tg-bindings = { path = "../bindings", version = "0.5.3-2" } +tg-utils = { version = "0.5.3-2", path = "../utils" } thiserror = { version = "1" } [dev-dependencies] @@ -27,5 +27,5 @@ anyhow = "1" cosmwasm-schema = "1.0.0-beta" cw-multi-test = "0.11.0" derivative = "2" -tg-bindings-test = { path = "../../packages/bindings-test", version = "0.5.3" } -tg4-engagement = { path = "../../contracts/tg4-engagement", version = "0.5.3", features = ["library"] } +tg-bindings-test = { path = "../../packages/bindings-test", version = "0.5.3-2" } +tg4-engagement = { path = "../../contracts/tg4-engagement", version = "0.5.3-2", features = ["library"] } diff --git a/scripts/publish.sh b/scripts/publish.sh index 175790d4..fa99a223 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -5,7 +5,7 @@ command -v shellcheck > /dev/null && shellcheck "$0" # These are imported by other packages - wait 30 seconds between each as they have linear dependencies BASE_CRATES="packages/bindings packages/bindings-test packages/tg4 packages/utils contracts/tg4-engagement contracts/tg4-stake contracts/tg4-mixer" -ALL_CRATES="packages/voting-contract contracts/tgrade-community-pool contracts/tgrade-validator-voting contracts/tgrade-valset" +ALL_CRATES="packages/voting-contract packages/test-utils contracts/tgrade-community-pool contracts/tgrade-validator-voting contracts/tgrade-valset" SLEEP_TIME=30