-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
38 changed files
with
539 additions
and
559 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ members = [ | |
resolver = "2" | ||
|
||
[workspace.package] | ||
version = "0.23.0" | ||
version = "0.24.0" | ||
authors = [ | ||
"CyberHoward <[email protected]>", | ||
"Riada <[email protected]>", | ||
|
@@ -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" } | ||
|
||
|
28 changes: 14 additions & 14 deletions
28
framework/contracts/account/tests/snapshots/adapters__account_install_adapter.snap
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
36 changes: 18 additions & 18 deletions
36
framework/contracts/account/tests/snapshots/adapters__install_one_adapter.snap
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
38 changes: 19 additions & 19 deletions
38
framework/contracts/account/tests/snapshots/adapters__install_one_adapter_with_fee.snap
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.