Skip to content

Commit

Permalink
Merge branch 'main' into nicolas/abs-547-remove-unsued-error-variants
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayanski authored Oct 21, 2024
2 parents a28118e + 3cfbe12 commit 2f50c4e
Show file tree
Hide file tree
Showing 121 changed files with 1,311 additions and 1,340 deletions.
16 changes: 0 additions & 16 deletions framework/Cargo.lock

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

1 change: 0 additions & 1 deletion framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ abstract-integration-tests = { path = "packages/abstract-integration-tests" }

## Testing
rstest = "0.17.0"
speculoos = "0.11.0"
anyhow = "1"
coverage-helper = { version = "0.2.2" }

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_registry.wasm
Binary file not shown.
12 changes: 6 additions & 6 deletions framework/artifacts/checksums.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
7b2b4e7236857f1e7454d308e77092e70fe380b6c1299db51767d1b6492aaa80 abstract_account-xion.wasm
1db1c40529c86371585a81091697b16e5ad17ca44f137fb3b9f500da861501b1 abstract_account.wasm
68792a210359118058bec036531a700e1b4cbdaabb9390d5835339434f6f2377 abstract_ans_host.wasm
fc464a3fafdd3cafb76110c0aac148d5a94e28e33043ae2555e760ff06bd6621 abstract_ibc_client.wasm
53b7ebc6d5c6f07771d43d055ffec310cd2b78de3f1ca15f4f83f701c24031a0 abstract_ibc_host.wasm
06c3bef2e8037a981657bb652cb6dab83dab8a6a52f070118fd52bf5834dbbd0 abstract_account-xion.wasm
d5743ea43ebf2b59912521989bccb7c4b06c849a660ad76e9dd38f5aee3675e7 abstract_account.wasm
6688971807e494becbf9b2725e70d2e954ad16dc1771cf9232b37ded29968135 abstract_ans_host.wasm
2abb4cb7dda7a832228baad6591acac4c592c4be98d50bb4a48b31e4a433c03d abstract_ibc_client.wasm
80241fd254db42572fb47f7f38155dbca70583a7d379d09de14739491d603f97 abstract_ibc_host.wasm
c7fcf73c133d2e9fa73cf32507f6de245d8b1e397be15a9d23ecc36a71fe90fa abstract_ica_client.wasm
996a2584e7ae7b34b748c931d86cce21cffda51819e2316d2b872dad4c0cc1ad abstract_module_factory.wasm
7517a6af1b27268aacf5809b7fa87541006c9cdc858dfca3c998e9a02a30397f abstract_registry.wasm
f4d9fb1c4387a386cd51f7975c7a1a63faf2021b47773b5a6f93e921f9af5cec abstract_registry.wasm
1 change: 0 additions & 1 deletion framework/contracts/account/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ ans-host = { workspace = true }
registry = { workspace = true }
module-factory = { workspace = true }
rstest = { workspace = true }
speculoos = { workspace = true }
abstract-sdk = { workspace = true, features = ["test-utils"] }
abstract-adapter = { workspace = true, features = ["test-utils"] }
abstract-app = { workspace = true, features = ["test-utils"] }
Expand Down
Loading

0 comments on commit 2f50c4e

Please sign in to comment.