Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bump version to 0.20.0-rc.1 * clear state * Update WASM binaries [skip ci] * bump version to 0.20 * Register IBC contracts as native contracts in VC * Update WASM binaries [skip ci] * Add migration tests (#163) * init migration testing * failing test * get first migration test working! * formatting * failing test * init integration testing package * move common test functions * move mock modules to integration tests package * update adapter mock macro * move a manager tests * add sub_account_with_modules test to migration * deps updates * format * rm lib tag * accept new snapshot (test admin addr changed) * Use shared runtime in migration tests * update mock module paths * formatting * push changes during discussion * migrate if needed return bool * manager/upgrades tests * decrease scope * add adapters tests * with response data test * index bug * executes work, queries does not * move ownership to sub account fixed * account factory tests * fails to load * remove debug prints * right mock_app * sender bug * check manager addr * fix response data test * new snapshot * fix remaining tests * check account migratable * update init mock adapter * post-merge fixes * feature flag migration tests * fix state.json * approve abstract modules after migrate * allow direct module registration after migration for test contracts * clippy * upload state json * cw-orch version bump * interchain and polytone bump * old account not able to install apps after abstract migration * cw20_base broken? * Human readable snaps! * Add a test outline for integration tests * formatting * remove feature flog for tests --------- Co-authored-by: Buckram <[email protected]> * remove debugs * add interchain test workflow * remove string version requirement * fix merge * fix ibc-callback test * fix vc_addr deserialization * mockmsg is a struct * add schemas * formatting * add nextest in CI * Update WASM binaries [skip ci] * update code-ids * use admin everywhere for deployment permissions * update deployers to only update if needed * add module deployment to migration script * fix clippy * format * add logic to AbstractIbc object * update migration script to include module deployment * commit lock files * include Cargo.lock in gitattributes * update cw-plus version * format * fix clippy * Version control state changes * add eq and hash for ans scraper * add hash to unchecked contract entry * hash of uniquepoolId * update snapshots * use git branch of cw-orch * formatting * fix imports * fix imports * remove useless helper * remove debug related comment * update integration tests version * cw20 base version lol --------- Co-authored-by: CircleCI <[email protected]> Co-authored-by: Buckram <[email protected]>
- Loading branch information