-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Changed account id structure * Corrected tests * formatting * Cleanup and test * Changelog * Corrected imports * Fixed tests * improve ChainName construction strictness * fix tests * Cleanup and storage key shortening * fix test * clippy fix * remove osmosis remenant * bump cw-orch * Hot fix for cw-orch 0.16.0 * Moved from_str to trait * bump cw-orch * fix tests * formatting * bump version to 0.19 * formatting * Update deploy_all bin (#75) * ping url, write json log * clippy * Changed account id structure (#58) * Changed account id structure * Corrected tests * formatting * Cleanup and test * Changelog * Corrected imports * Fixed tests * improve ChainName construction strictness * fix tests * Cleanup and storage key shortening * fix test * clippy fix * remove osmosis remenant * bump cw-orch * Hot fix for cw-orch 0.16.0 * Moved from_str to trait * bump cw-orch * fix tests * formatting * rm unused import --------- Co-authored-by: cyberhoward <[email protected]> Co-authored-by: CyberHoward <[email protected]> * Update WASM artifacts [skip ci] --------- Co-authored-by: Kayanski <[email protected]> Co-authored-by: cyberhoward <[email protected]> Co-authored-by: CyberHoward <[email protected]> Co-authored-by: CircleCI <[email protected]> * add release * update yml * add job * add new release action * updates circleci * update config * add when, add deploy circle ci req * edit ci config * remove graph png * test release branch match * update deploy branch match * poll circleci api status * Update WASM artifacts [skip ci] * fetch workflow_id * check endpoint get workflow id for status * force wasm diff commit with comment * fix parse response bug * check for null values on parse, log if any * add more logs for parse * add wait incase of propogation delay * update config ci * handle all status cases from ci api res * Revert "update config ci" This reverts commit 72e777e. * update status handle * update config ci after revert * add logs * change item to check on response * use pipeline id for prev pipeline qry * will update checksum, force rebuild wasm * update bin to force wasm write * force wasm commit * add arbitary to force wasm diff * add post on success * remove syntax bash error * Revert "force wasm commit" This reverts commit 8f9990a. * remove polling logic * edit release run command * update config ci * add new release workflow * change metadata req * update req * typo config * testing ci * curl * log response * fetch branch name * remove binaries * remove binaries * Update WASM artifacts [skip ci] * add artifcats dir * remove bins (#84) * Update WASM artifacts [skip ci] * merge main * update gitignore * Update WASM artifacts [skip ci] * skip build, add path * update config * update config * add requries back * update param namespace * Update WASM artifacts [skip ci] * add artifacts folder inside framework/ * remove binaries * skip build step * set log level * will trigger build * Update WASM artifacts [skip ci] * set env var for container * skip build * add log var * echo container vars * log env * set var in docker * fix typo in set command * echo env var * remove override * decode base64 env var * decode base64 * combine commands to persist env state * log * remove log * add commit deploy file step * Update deploy deploy file [skip ci] * streamline publishing process * formatting * commit push cw-orch state file * remove binaries for commit * add build step back * Update WASM artifacts [skip ci] * Revert "formatting" This reverts commit 2cabfc1. * add check for wasms, skip if no diff * skip build for now * format yml * remove first deploy * remove check * add manual wasm build action * remove redundant comment * formatting * update changelog * use branch parameter for build * update manual build * formatting * use branch env var * Update WASM binaries [skip ci] * deploy abstract * formatting * harpoon-4 deploy * 0.19.1 abstract-interface bump * fix clippy * fix and publish standards * update publish * formatting * Corrected cw-plus * formatting * fix thiserror * bump thiserror * bump abstract-app and abstract-adapter * bump all versions to 0.19.2 * remove thiserror version constraint * Update WASM binaries [skip ci] * formatting * remove path deps from integrations * formatting * formatting * fix merge * formatting * try fix * fix modules tests * fix cw-multi-test imports * formatting * don't remove wasms on ci build * fix module cw-multi-test imports * move tests and scripts * formatting * fix changelog * re-enable wasm assertion * remove osmosis adapter path dep on abstract-sdk * Update WASM binaries [skip ci] * fix state symlink * Update modules/Cargo.toml Co-authored-by: Mykhailo Donchenko <[email protected]> * Update app-template/Cargo.toml Co-authored-by: Mykhailo Donchenko <[email protected]> * Update framework/Cargo.toml Co-authored-by: Mykhailo Donchenko <[email protected]> * update framework codecov token * copy artifacts to correct folder * Update WASM binaries [skip ci] * remove nested binaries * rm scripts mount * formatting * update ci wasm script * bump framework optimizer * allow dynamic linking of abstract-adapter and abstract-app * remove symlink and build.rs on ci wasm build * Update WASM binaries [skip ci] --------- Co-authored-by: Kayanski <[email protected]> Co-authored-by: 0xmovses <[email protected]> Co-authored-by: Kayanski <[email protected]> Co-authored-by: CircleCI <[email protected]> Co-authored-by: 0xmovses <[email protected]> Co-authored-by: Buckram <[email protected]> Co-authored-by: Mykhailo Donchenko <[email protected]>
- Loading branch information
1 parent
cc9ffb4
commit 005d2eb
Showing
106 changed files
with
316 additions
and
161 deletions.
There are no files selected for viewing
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
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
Binary file not shown.
This file was deleted.
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 |
---|---|---|
|
@@ -9,8 +9,5 @@ store = "run-script store" | |
instantiate = "run-script instantiate" | ||
migrate = "run-script migrate" | ||
|
||
[net] | ||
git-fetch-with-cli = true | ||
|
||
[registries.abstract-money] | ||
index = "ssh://[email protected]/abstract-money/crate-index.git" |
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 |
---|---|---|
|
@@ -4,8 +4,6 @@ members = [ | |
"packages/standards/*", | ||
"contracts/native/*", | ||
"contracts/account/*", | ||
"scripts", | ||
"tests", | ||
] | ||
|
||
# Enable the version 2 feature resolver, which avoids unifying features for targets that are not being built | ||
|
@@ -19,7 +17,7 @@ members = [ | |
resolver = "2" | ||
|
||
[workspace.package] | ||
version = "0.19.0" | ||
version = "0.19.2" | ||
authors = [ | ||
"CyberHoward <[email protected]>", | ||
"Riada <[email protected]>", | ||
|
@@ -48,7 +46,7 @@ cw-address-like = { version = "1.0" } | |
|
||
schemars = "0.8" | ||
serde = { version = "1.0", default-features = false, features = ["derive"] } | ||
thiserror = { version = "<=1.0.48" } | ||
thiserror = { version = "1.0.50" } | ||
protobuf = { version = "2", features = ["with-bytes"] } | ||
|
||
clap = { version = "4.0.32", features = ["derive"] } | ||
|
@@ -81,14 +79,15 @@ ibc-host = { package = "abstract-ibc-host", path = "contracts/native/ibc-host" } | |
proxy = { package = "abstract-proxy", path = "contracts/account/proxy" } | ||
manager = { package = "abstract-manager", path = "contracts/account/manager" } | ||
|
||
abstract-sdk = { version = "0.19.0", path = "packages/abstract-sdk" } | ||
abstract-testing = { version = "0.19.0", path = "packages/abstract-testing" } | ||
abstract-core = { version = "0.19.0", path = "packages/abstract-core" } | ||
abstract-sdk = { version = "0.19.2", path = "packages/abstract-sdk" } | ||
abstract-testing = { version = "0.19.2", path = "packages/abstract-testing" } | ||
abstract-core = { version = "0.19.2", path = "packages/abstract-core" } | ||
|
||
# These should remain fixed and don't need to be re-published (unless changes are made) | ||
abstract-macros = { version = "0.19.0", path = "packages/abstract-macros" } | ||
abstract-macros = { version = "0.19.2", path = "packages/abstract-macros" } | ||
abstract-ica = { version = "0.19.2", path = "packages/abstract-ica" } | ||
|
||
abstract-adapter-utils = { version = "0.19.0", path = "packages/standards/utils" } | ||
abstract-adapter-utils = { version = "0.19.2", path = "packages/standards/utils" } | ||
abstract-dex-standard = { path = "packages/standards/dex" } | ||
abstract-staking-standard = { path = "packages/standards/staking" } | ||
|
||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
800ae9540542b8070ef6573202c6ed355b6a9d8f8fd14a271a9de0871ce9c629 abstract_account_factory.wasm | ||
3e989e48b70a5ccb37d680e62de4e39a8733978c672c5e2d754143e1fe1afcb1 abstract_ans_host.wasm | ||
d3982ef85487d3c1023c247c80be8ff4c4f8a6178d3d740e1bb79d99a200dd55 abstract_ibc_client.wasm | ||
2bfa58fc54daefa0635fe64d950554263f8935d92da2068d7198b980d2bd9328 abstract_ibc_host.wasm | ||
44be4b01a001bb6505809d9c23dea868e228b361718bc608a14ca4279cb753d2 abstract_manager.wasm | ||
c9c8acb87ca20703556d29f5a7d5234d0230bdde5b9f19858514fb0acd07fe27 abstract_module_factory.wasm | ||
0bb239dba46ee4c4d2b7772ed11479aa74dee818c7b48546ca12dc2b848c161e abstract_proxy.wasm | ||
39325ba879b7ac014e82adaf5fcb8117b60b3a89025f248a9e825e4ca9119184 abstract_version_control.wasm |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
75f911aecc317ef10362036030a7cd80d62b9e1eb471adcb0e305895c0704cf4 target/wasm32-unknown-unknown/release/abstract_account_factory.wasm | ||
5ff48c4e3e4e363a4f6f8ca49ebc81a23503895b7ac27da903226470c865b86f target/wasm32-unknown-unknown/release/abstract_ans_host.wasm | ||
8f271f94906b61a34d779577c09efa54166acb0067a3fd114d10ddec096c38c7 target/wasm32-unknown-unknown/release/abstract_ibc_client.wasm | ||
46cbc178e4d671490cc3a825bda94e97e43bc37ac608d0c96adf02b6647ca9b0 target/wasm32-unknown-unknown/release/abstract_ibc_host.wasm | ||
136c87fcd7c870336fd75a0062910ac8011221e13df073f44829a221dc3dca5a target/wasm32-unknown-unknown/release/abstract_manager.wasm | ||
ccdd079177a138f68236bd51bdcc9117878148ffb8e26564a0032352c73fce61 target/wasm32-unknown-unknown/release/abstract_module_factory.wasm | ||
8049e2674b01132fffad1ff8bf90eef19594f003594543107d4b8493280c9fe4 target/wasm32-unknown-unknown/release/abstract_proxy.wasm | ||
73c2e447923dfa99d3fbede67aee868c0cdba1a0b0707c035de4f8dd5c1f74db target/wasm32-unknown-unknown/release/abstract_version_control.wasm |
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
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
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
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
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
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 |
---|---|---|
@@ -1 +1 @@ | ||
../../scripts/state.json | ||
../../../interchain/scripts/state.json |
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
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
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
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
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
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
2 changes: 1 addition & 1 deletion
2
framework/packages/abstract-sdk/src/base/features/dependencies.rs
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
2 changes: 1 addition & 1 deletion
2
framework/packages/abstract-sdk/src/base/features/identification.rs
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
2 changes: 1 addition & 1 deletion
2
framework/packages/abstract-sdk/src/base/features/module_identification.rs
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
use core::objects::module::ModuleId; | ||
use crate::core::objects::module::ModuleId; | ||
|
||
use crate::base::Handler; | ||
|
||
|
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
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
Oops, something went wrong.