Skip to content

Commit

Permalink
Release 0.24.1 beta.2 (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
Buckram123 authored Oct 21, 2024
1 parent 600ff87 commit b51939a
Show file tree
Hide file tree
Showing 111 changed files with 464 additions and 463 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/framework-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:
run: |
df -h
rm -rf /usr/share/dotnet/
sudo apt-get remove -y 'php.*'
sudo apt-get remove -y '^dotnet-.*'
sudo apt-get remove -y 'php.*' || true
sudo apt-get remove -y '^dotnet-.*' || true
sudo apt-get remove -y azure-cli firefox powershell mono-devel || true
sudo apt-get autoremove -y
sudo apt-get clean
sudo apt-get autoremove -y || true
sudo apt-get clean || true
df -h
shell: bash
- uses: Swatinem/rust-cache@v2
Expand Down
46 changes: 23 additions & 23 deletions framework/Cargo.lock

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

18 changes: 9 additions & 9 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.24.1-beta.1"
version = "0.24.1-beta.2"
authors = [
"CyberHoward <[email protected]>",
"Riada <[email protected]>",
Expand Down Expand Up @@ -57,7 +57,7 @@ cw-orch-interchain = { version = "0.7.0" }
tokio = { version = "1.4", features = ["full"] }

polytone = { package = "abstract-polytone", version = "2.0.0" }
polytone-note = { package = "abstract-polytone-note", version = "4.0.0" }
polytone-note = { package = "abstract-polytone-note", version = "4.0.1" }
cw-orch-polytone = { package = "abstract-cw-orch-polytone", version = "5.0.0" }


Expand All @@ -69,7 +69,7 @@ abstract-standalone = { path = "packages/abstract-standalone" }

# 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 = { path = "packages/abstract-interface" }
abstract-interface = { version = "0.24.1-beta.1", path = "packages/abstract-interface" }
module-factory = { package = "abstract-module-factory", path = "contracts/native/module-factory" }
ans-host = { package = "abstract-ans-host", path = "contracts/native/ans-host" }
registry = { package = "abstract-registry", path = "contracts/native/registry" }
Expand All @@ -80,15 +80,15 @@ 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-beta.1", path = "packages/abstract-ica" }
abstract-sdk = { version = "0.24.1-beta.1", path = "packages/abstract-sdk" }
abstract-testing = { version = "0.24.1-beta.1", path = "packages/abstract-testing" }
abstract-std = { version = "0.24.1-beta.1", path = "packages/abstract-std" }
abstract-ica = { version = "0.24.1-beta.2", path = "packages/abstract-ica" }
abstract-sdk = { version = "0.24.1-beta.2", path = "packages/abstract-sdk" }
abstract-testing = { version = "0.24.1-beta.2", path = "packages/abstract-testing" }
abstract-std = { version = "0.24.1-beta.2", path = "packages/abstract-std" }

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

abstract-adapter-utils = { version = "0.24.1-beta.1", path = "packages/standards/utils" }
abstract-adapter-utils = { version = "0.24.1-beta.2", 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 @@
33c9daaf01de7becd9583b9548dabfb07b3c257053c2ff333d4da78ee2522787 abstract_account-xion.wasm
ac3b8d5883ffe3651f266098afb53a11d3068cd5674b907575a08d0b2585079d abstract_account.wasm
9b73d70c245c9a1c3dbf5594e02929db423c2985c9aaff0688887ce2d0da56a6 abstract_ans_host.wasm
474b83634b2b64ad7085d9d22f40c2482f43108d585cd5f88686a34793bcefde abstract_ibc_client.wasm
e015ded4d85f14559c8fdf3423e66554a1b05b4a322ad79f17d50d34c9ab3337 abstract_ibc_host.wasm
78b81cb047b96313694889e6028e586add99b91bdda18bf63980fd1b62a7e278 abstract_ica_client.wasm
01ddefbcf4238bcaab0f48747e7e89cd53541a63724537475752dd6c29a0338e abstract_module_factory.wasm
551d87ee412447650e5da25cf3233d5bb38c36e8e798266c12d6b84d0e1d0cf6 abstract_registry.wasm
7b2b4e7236857f1e7454d308e77092e70fe380b6c1299db51767d1b6492aaa80 abstract_account-xion.wasm
1db1c40529c86371585a81091697b16e5ad17ca44f137fb3b9f500da861501b1 abstract_account.wasm
68792a210359118058bec036531a700e1b4cbdaabb9390d5835339434f6f2377 abstract_ans_host.wasm
fc464a3fafdd3cafb76110c0aac148d5a94e28e33043ae2555e760ff06bd6621 abstract_ibc_client.wasm
53b7ebc6d5c6f07771d43d055ffec310cd2b78de3f1ca15f4f83f701c24031a0 abstract_ibc_host.wasm
c7fcf73c133d2e9fa73cf32507f6de245d8b1e397be15a9d23ecc36a71fe90fa abstract_ica_client.wasm
996a2584e7ae7b34b748c931d86cce21cffda51819e2316d2b872dad4c0cc1ad abstract_module_factory.wasm
7517a6af1b27268aacf5809b7fa87541006c9cdc858dfca3c998e9a02a30397f 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 @@ -47,7 +47,7 @@ abstract-macros = { workspace = true }

abstract-ica = { workspace = true }

abstract-xion = { version = "0.24.1-beta.1", path = "../../packages/abstract-xion", default-features = false, optional = true }
abstract-xion = { version = "0.24.1-beta.2", path = "../../packages/abstract-xion", default-features = false, optional = true }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
workspace-hack = { version = "0.1", path = "../../workspace-hack" }
Expand Down

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

Loading

0 comments on commit b51939a

Please sign in to comment.