Skip to content

Commit

Permalink
Merge branch 'nicolas/abs-534-review-interchain-abstract-testing-setu…
Browse files Browse the repository at this point in the history
…p-for-interchain-v2' of github.com:AbstractSDK/abstract into nicolas/abs-534-review-interchain-abstract-testing-setup-for-interchain-v2
  • Loading branch information
Kayanski committed Oct 8, 2024
2 parents 00d6584 + 279e7b1 commit 452add9
Show file tree
Hide file tree
Showing 45 changed files with 586 additions and 592 deletions.
67 changes: 36 additions & 31 deletions framework/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.23.0"
version = "0.24.0"
authors = [
"CyberHoward <[email protected]>",
"Riada <[email protected]>",
Expand All @@ -31,7 +31,7 @@ license = "GPL-3.0-or-later"
keywords = ["cosmos", "cosmwasm", "framework"]

[workspace.dependencies]
cosmwasm-std = { version = "2.0.0", features = ["cosmwasm_2_0"] }
cosmwasm-std = { version = "2.0.0", features = ["cosmwasm_1_2"] }
cosmwasm-schema = { version = "2.0" }
cw-controllers = { version = "2.0" }
cw-utils = { version = "2.0" }
Expand Down Expand Up @@ -81,14 +81,14 @@ ibc-host = { package = "abstract-ibc-host", path = "contracts/native/ibc-host" }
abstract-account = { path = "contracts/account", default-features = false }

abstract-ica = { path = "packages/abstract-ica" }
abstract-sdk = { version = "0.23.0", path = "packages/abstract-sdk" }
abstract-testing = { version = "0.23.0", path = "packages/abstract-testing" }
abstract-std = { version = "0.23.0", path = "packages/abstract-std" }
abstract-sdk = { version = "0.24.0", path = "packages/abstract-sdk" }
abstract-testing = { version = "0.24.0", path = "packages/abstract-testing" }
abstract-std = { version = "0.24.0", path = "packages/abstract-std" }

# These should remain fixed and don't need to be re-published (unless changes are made)
abstract-macros = { version = "0.23.0", path = "packages/abstract-macros" }
abstract-macros = { version = "0.24.0", path = "packages/abstract-macros" }

abstract-adapter-utils = { version = "0.23.0", path = "packages/standards/utils" }
abstract-adapter-utils = { version = "0.24.0", path = "packages/standards/utils" }
abstract-dex-standard = { path = "packages/standards/dex" }
abstract-staking-standard = { path = "packages/standards/staking" }

Expand Down
1 change: 1 addition & 0 deletions framework/contracts/account/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ xion = [
"ripemd",
"cosmos-sdk-proto",
"prost",
"cosmwasm-std/cosmwasm_2_0",
]

[package.metadata.optimizer]
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 452add9

Please sign in to comment.