Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: release conflicts (icon-project#765)
* fix: ibc query method get consensus state by height should return any type (icon-project#727) * patch: ibc query method get consensus state by height should return any type * fix: add uniformity * feat: remove xcall multi submodule (icon-project#733) * fix: remove xcall submodule * refactor: update test execution script * fix: update documentation * feat: save write ack event height (icon-project#734) * feat: save write ack event height * chore: style fixes Signed-off-by: Night Owl <[email protected]> * fix: add test case --------- Signed-off-by: Night Owl <[email protected]> Co-authored-by: viveksharmapoudel <[email protected]> Co-authored-by: Night Owl <[email protected]> * feat: test multiple packets on same height (icon-project#736) * add(test): multiple packets on same heigt * rf: simplfy recursion call * ci: remove cw_common from inside the docker container (icon-project#712) Signed-off-by: Night Owl <[email protected]> * chore: exclude cosmwasm library and common file from contract deployment (icon-project#698) --------- Signed-off-by: Night Owl <[email protected]> Co-authored-by: Debendra Oli <[email protected]> Co-authored-by: Night Owl <[email protected]> Co-authored-by: DeepakBomjan <[email protected]> * feat: add write ack log (icon-project#700) * feat: add write ack log * chore: pass build --------- Co-authored-by: sabinchitrakar <[email protected]> * fix: point to xcall tag (icon-project#738) * fix: point to xcall tag * fix: xcall contract build script --------- Co-authored-by: red__larva <[email protected]> * fix: address decoding on fee claim (icon-project#741) * fix: do not send fund to ibc core on send_call_message (icon-project#740) * fix: do not send fund to ibc host on send call message * fix: unit test --------- Co-authored-by: ibrizsabin <[email protected]> * feat: Add artifact checksum in release (icon-project#742) * chore: pass build * ci: cleanup release artifacts upload * dynamically fetch wasm version * chore: cleanup redundant steps from the workflow --------- Co-authored-by: ibrizsabin <[email protected]> * ci: fix download error (icon-project#744) * ci: revert release workflow changes (icon-project#746) * ci: debug * ci: debug * ci: revert release workflow changes * fix: call update admin (icon-project#751) * fix: call-update-admin * chore: pass build * ci: update release build tag format (icon-project#758) ci: trigger release action on any tag format and enable release * fix: merge release (icon-project#759) * ci: remove cw_common from inside the docker container (icon-project#712) Signed-off-by: Night Owl <[email protected]> * feat: cw-mock-ibc-connection added (icon-project#711) * feat/cw-mock-ibc-connection added * feat: mock xcall connection added * fix: cargo lints fixes * fix: mock xcall connection functionality reduced * fix: cargo lints fixes * chore: exclude cosmwasm library and common file from contract deployment (icon-project#698) * fix: fee check added in sendMessage (icon-project#684) * fix: funds compare issue * fix: fee check added in sendMessage * style: caro lints fixes * feat: unit test for funds in send message added * chore: cargo lints fixes * fix: funds compare issue * fix: fee check added in sendMessage * style: caro lints fixes * feat: unit test for funds in send message added * chore: cargo lints fixes * fix: bug fixed in send message funds test * fix: cargo lints fixes * fix: owner check removed in addAdmin in xcall-mock-connection (icon-project#715) * fix: admin and owner state changed to Addr, and corresponding tests fixed (icon-project#687) * admin and owner state changed to Addr, and corresponding tests fixed * style: caro lints fixes * Revert "style: caro lints fixes" This reverts commit 755c628. * fix: cargo lints fixes --------- Co-authored-by: ibrizsabin <[email protected]> * fix: remove_admin and update_owner, update_admin are removed (icon-project#692) * fix: remove_admin and update_owner is removed, and created a method for update_admin * fix: transfer admin removed and add_admin updated * fix: transfer admin removed and add_admin updated * fix: add_owner_unauthorized removed * ci: add terraform deployment script (icon-project#750) * ci: add terraform deployment script * ci: update instance tag value * ci: fix goloop command not found by adding goloop bin path in sudo secure path * ci: cleanup deployment script * ci: restrict keystore directory * ci: update permission * ci: make secret files inaccessable to other users (icon-project#753) * ci: make secret files inaccessable to other users * ci: fix permission * ci: fix typo (icon-project#756) * fix: update admin tests * chore: pass build --------- Signed-off-by: Night Owl <[email protected]> Co-authored-by: Night Owl <[email protected]> Co-authored-by: gcranju <[email protected]> Co-authored-by: DeepakBomjan <[email protected]> --------- Signed-off-by: Night Owl <[email protected]> Co-authored-by: viveksharmapoudel <[email protected]> Co-authored-by: redlarva <[email protected]> Co-authored-by: izyak <[email protected]> Co-authored-by: Night Owl <[email protected]> Co-authored-by: Debendra Oli <[email protected]> Co-authored-by: Night Owl <[email protected]> Co-authored-by: DeepakBomjan <[email protected]> Co-authored-by: sabinchitrakar <[email protected]> Co-authored-by: red__larva <[email protected]> Co-authored-by: gcranju <[email protected]>
- Loading branch information