Skip to content

Commit

Permalink
Release 0.25 (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
Buckram123 and Kayanski authored Nov 20, 2024
1 parent b3fd639 commit 7b600bc
Show file tree
Hide file tree
Showing 96 changed files with 488 additions and 486 deletions.
44 changes: 22 additions & 22 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 @@ -28,7 +28,7 @@ homepage = "https://abstract.money"
keywords = ["cosmos", "cosmwasm", "framework"]
license = "LGPL-3.0"
repository = "https://github.com/AbstractSDK/abstract"
version = "0.24.1"
version = "0.25.0"

[workspace.dependencies]
cosmwasm-schema = { version = "2.0" }
Expand Down Expand Up @@ -82,17 +82,17 @@ ibc-host = { package = "abstract-ibc-host", path = "contracts/native/ibc-host"

abstract-account = { path = "contracts/account", default-features = false }

abstract-ica = { version = "0.24.1", path = "packages/abstract-ica" }
abstract-sdk = { version = "0.24.1", path = "packages/abstract-sdk" }
abstract-std = { version = "0.24.1", path = "packages/abstract-std" }
abstract-testing = { version = "0.24.1", path = "packages/abstract-testing" }
abstract-ica = { version = "0.25.0", path = "packages/abstract-ica" }
abstract-sdk = { version = "0.25.0", path = "packages/abstract-sdk" }
abstract-std = { version = "0.25.0", path = "packages/abstract-std" }
abstract-testing = { version = "0.25.0", path = "packages/abstract-testing" }
abstract-xion = { package = "account", version = "0.1.0", git = "https://github.com/abstractsdk/xion-contracts", features = ["library"], branch = "fix-for-abstract" }


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

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

Expand Down
Binary file modified framework/artifacts/abstract_account-xion.wasm
Binary file not shown.
Binary file modified framework/artifacts/abstract_account.wasm
Binary file not shown.
Binary file modified framework/artifacts/abstract_ans_host.wasm
Binary file not shown.
Binary file modified framework/artifacts/abstract_ibc_client.wasm
Binary file not shown.
Binary file modified framework/artifacts/abstract_ibc_host.wasm
Binary file not shown.
Binary file modified framework/artifacts/abstract_ica_client.wasm
Binary file not shown.
Binary file modified framework/artifacts/abstract_module_factory.wasm
Binary file not shown.
Binary file modified framework/artifacts/abstract_registry.wasm
Binary file not shown.
16 changes: 8 additions & 8 deletions framework/artifacts/checksums.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
d9815129681668cec63b7eec47127f44ae2bc00332747014435aa83cbafbdd9e abstract_account-xion.wasm
6825b35b8b1a275d0f6d15b98301cf10a893147034bfc1d894d063dfd2c7c10a abstract_account.wasm
3c19120f2246308cb1c6b5e46f178ba2205bb5c542b853f548794ddfedf2bb7f abstract_ans_host.wasm
15d3d16e3d49913dd62e85896378cc0b24b9700088e680efb5d1cb5f7f5ec65e abstract_ibc_client.wasm
53552e198974f991afbc721c27b90d35a33cc8ca40ab1379224706b894e0c12c abstract_ibc_host.wasm
55d19cebfff0060f7a6e8695321331f1e1ebdb46dc85bfa87c02100c8351f5bb abstract_ica_client.wasm
6b94df29ec97c4b7362fb41726d96330c15473a178390ae0abe5785ed2b83119 abstract_module_factory.wasm
fdc3443f23627f33f9a4e9c0d6838b0b97b35ed7d510d4c50ece6c219cb26177 abstract_registry.wasm
a46becdfecdecf94837b3d424826e78a483af4f1e248ea378bfd5d702c5761ad abstract_account-xion.wasm
d3d18e16a185fd5d82a510d2d51e8849e1135a1ef23090738ed90ce1f2e377da abstract_account.wasm
b34f0df05bac1d769a87389b7856554751b5608d485943e98bc526a4c3322adb abstract_ans_host.wasm
919a489d744e4384fdc9e3706aa7c37e80a25d39083ff028956ba300ad9ac2e8 abstract_ibc_client.wasm
1fa61dfae0cf886feb9ea6a5affaa84f478781b243d57b2cbfbdb01f9395af5b abstract_ibc_host.wasm
e23f28815fb7673ba3c78aa81e2c738f648a7a610111341e60a1b29e2306b8e3 abstract_ica_client.wasm
9b287afe1380cb886b161c66582255bf03dad5eacfd27df24fe89adb81d2436d abstract_module_factory.wasm
647047e79feaf28d36a49372877703555c80f5b45b18c9adb8bbbcfbca421cd5 abstract_registry.wasm
2 changes: 1 addition & 1 deletion framework/contracts/account/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = { workspace = true }
name = "abstract-account"
readme = "README.md"
repository = "https://github.com/AbstractSDK/abstract"
version = "0.24.2"
version = { workspace = true }

exclude = ["contract.wasm", "hash.txt"]

Expand Down

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

Loading

0 comments on commit 7b600bc

Please sign in to comment.