From 8a88bf9eac355fa20c576a65e903deb9293415ae Mon Sep 17 00:00:00 2001 From: Kayanski Date: Wed, 1 May 2024 14:16:39 +0000 Subject: [PATCH] Update cw-orch --- framework/Cargo.toml | 2 +- framework/packages/abstract-client/Cargo.toml | 6 +++--- integrations/Cargo.toml | 8 ++++---- interchain/Cargo.toml | 17 +++++------------ modules/Cargo.toml | 14 ++++---------- 5 files changed, 17 insertions(+), 30 deletions(-) diff --git a/framework/Cargo.toml b/framework/Cargo.toml index a4ab3e2cc5..5337b2042e 100644 --- a/framework/Cargo.toml +++ b/framework/Cargo.toml @@ -53,7 +53,7 @@ protobuf = { version = "2", features = ["with-bytes"] } clap = { version = "4.0.32", features = ["derive"] } semver = "1.0" cw-semver = { version = "1.0" } -cw-orch = { version = "0.22.0-rc1" } +cw-orch = { version = "0.22.0" } tokio = { version = "1.4", features = ["full"] } polytone = { package = "abstract-polytone", version = "1.0.5" } diff --git a/framework/packages/abstract-client/Cargo.toml b/framework/packages/abstract-client/Cargo.toml index 3d4d87eaa9..ff73d98a66 100644 --- a/framework/packages/abstract-client/Cargo.toml +++ b/framework/packages/abstract-client/Cargo.toml @@ -31,9 +31,9 @@ cw-ownable.workspace = true cw-asset = { workspace = true, optional = true } # For Cw20 builder -cw-plus-interface = { package = "abstract-cw-plus-interface", version = "2.0.0-rc", optional = true } -cw20 = { package = "abstract-cw20", version = "2.0.0-rc", optional = true } -cw20-base = { package = "abstract-cw20-base", version = "2.0.0-rc", optional = true } +cw-plus-interface = { package = "abstract-cw-plus-interface", version = "2.0.0", optional = true } +cw20 = { package = "abstract-cw20", version = "2.0.0", optional = true } +cw20-base = { package = "abstract-cw20-base", version = "2.0.0", optional = true } [dev-dependencies] abstract-testing.workspace = true diff --git a/integrations/Cargo.toml b/integrations/Cargo.toml index cf94928d23..cd80cce7cd 100644 --- a/integrations/Cargo.toml +++ b/integrations/Cargo.toml @@ -31,16 +31,16 @@ cosmwasm-std = { version = "1.2" } cosmwasm-schema = { version = "1.2" } cw-storage-plus = "1.2.0" cw2 = "1.1.2" -cw-plus-interface = { package = "abstract-cw-plus-interface", version = "2.0.0-rc" } -cw20 = { package = "abstract-cw20", version = "2.0.0-rc" } -cw20-base = { package = "abstract-cw20-base", version = "2.0.0-rc" } +cw-plus-interface = { package = "abstract-cw-plus-interface", version = "2.0.0" } +cw20 = { package = "abstract-cw20", version = "2.0.0" } +cw20-base = { package = "abstract-cw20-base", version = "2.0.0" } cw-utils = "1.0" cw-controllers = "1.1" cw-ownable = { version = "0.5" } cw-address-like = { version = "1.0" } cw-asset = { version = "3.0" } cw-semver = { version = "1.0" } -cw-orch = { version = "0.22.0-rc" } +cw-orch = { version = "0.22.0" } anyhow = "1.0" diff --git a/interchain/Cargo.toml b/interchain/Cargo.toml index 6259a056a9..04fb58c0e4 100644 --- a/interchain/Cargo.toml +++ b/interchain/Cargo.toml @@ -57,13 +57,12 @@ cw-semver = { version = "1.0" } tokio = { version = "1.33.0", features = ["full"] } polytone = { package = "abstract-polytone", version = "1.0.5" } -polytone-note = { package = "abstract-polytone-note", version = "2.0.0-rc" } -cw-orch-polytone = { package = "abstract-cw-orch-polytone", version = "2.0.0-rc" } +polytone-note = { package = "abstract-polytone-note", version = "2.0.0" } +cw-orch-polytone = { package = "abstract-cw-orch-polytone", version = "2.0.0" } -# cw-orch = { package = "cw-orch-interchain", git = "ssh://git@github.com/AbstractSDK/cw-orch-interchain.git", tag = "v0.22.0-rc" } -cw-orch = { package = "cw-orch-interchain", git = "ssh://git@github.com/AbstractSDK/cw-orch-interchain.git", rev = "07b2e96" } -cw-orch-proto = { git = "ssh://git@github.com/AbstractSDK/cw-orch-interchain.git", rev = "07b2e96" } -cw-orch-clone-testing = { git = "ssh://git@github.com/AbstractSDK/cw-orch-interchain.git", rev = "07b2e96" } +cw-orch = { package = "cw-orch-interchain", git = "ssh://git@github.com/AbstractSDK/cw-orch-interchain.git", tag = "v0.22.0" } +cw-orch-proto = { git = "ssh://git@github.com/AbstractSDK/cw-orch-interchain.git", tag = "v0.22.0" } +cw-orch-clone-testing = { git = "ssh://git@github.com/AbstractSDK/cw-orch-interchain.git", tag = "v0.22.0" } # Keep these as path, creates cirular dependency otherwise # Only need to re-publish all contracts if a re-publish of abstract-interface is required abstract-interface = { version = "0.21.0", path = "../framework/packages/abstract-interface" } @@ -101,12 +100,6 @@ abstract-adapter-utils = { path = "../framework/packages/standards/utils" } abstract-dex-standard = { path = "../framework/packages/standards/dex" } abstract-staking-standard = { path = "../framework/packages/standards/staking" } -# cw-orch stabilization - TODO -cw-orch-core = { git = "https://github.com/AbstractSDK/cw-orchestrator", branch = "stabilization/cw-orch-core" } -cw-orch-networks = { git = "https://github.com/AbstractSDK/cw-orchestrator", branch = "stabilization/cw-orch-core" } -cw-orch-daemon = { git = "https://github.com/AbstractSDK/cw-orchestrator", branch = "stabilization/cw-orch-core" } -cw-orch = { git = "https://github.com/AbstractSDK/cw-orchestrator", branch = "stabilization/cw-orch-core" } - # Backup release profile, will result in warnings during optimization [profile.release] rpath = false diff --git a/modules/Cargo.toml b/modules/Cargo.toml index 2d1b3200d9..4fce5dae67 100644 --- a/modules/Cargo.toml +++ b/modules/Cargo.toml @@ -24,11 +24,11 @@ cw-controllers = { version = "1.0" } cw-utils = { version = "1.0" } cw-storage-plus = "1.2.0" cw2 = { version = "1.0" } -cw-plus-interface = { package = "abstract-cw-plus-interface", version = "2.0.0-rc" } +cw-plus-interface = { package = "abstract-cw-plus-interface", version = "2.0.0" } cw20-base = { package = "abstract-cw20-base", features = [ "library", -], version = "2.0.0-rc" } -cw20 = { package = "abstract-cw20", version = "2.0.0-rc" } +], version = "2.0.0" } +cw20 = { package = "abstract-cw20", version = "2.0.0" } cw-asset = { version = "3.0" } cw-ownable = { version = "0.5" } @@ -43,7 +43,7 @@ chrono = { version = "0.4.31", default-features = false } clap = { version = "4.0.32", features = ["derive"] } semver = "1.0" cw-semver = { version = "1.0" } -cw-orch = { version = "0.22.0-rc" } +cw-orch = { version = "0.22.0" } tokio = { version = "1.4", features = ["full"] } ## crates in order of publishing ## see docs/Publishing.md @@ -100,12 +100,6 @@ abstract-money-market-standard = { path = "../framework/packages/standards/money abstract-staking-standard = { path = "../framework/packages/standards/staking" } abstract-client = { path = "../framework/packages/abstract-client" } -# cw-orch stabilization - TODO -cw-orch-core = { git = "https://github.com/AbstractSDK/cw-orchestrator", branch = "stabilization/cw-orch-core" } -cw-orch-networks = { git = "https://github.com/AbstractSDK/cw-orchestrator", branch = "stabilization/cw-orch-core" } -cw-orch-daemon = { git = "https://github.com/AbstractSDK/cw-orchestrator", branch = "stabilization/cw-orch-core" } -cw-orch = { git = "https://github.com/AbstractSDK/cw-orchestrator", branch = "stabilization/cw-orch-core" } - # Backup release profile, will result in warnings during optimization [profile.release] rpath = false