Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add contract abstraction to connection router (#267)
* chore: migrate trait to contract.rs, dependencies failing * fix: handle import issue and update trait usage for service registry * feat: add contract abstraction sample to connection router * fix: address mod.rs lint issues * refactor: remove Err type from contract, connection router test util cleanup * refactor: revert generate_message function to previous impl * refactor: final updates for the route test * chore: last test migration failing due to axelar_wasm_std error * fix: add cosmwasm::StdError to contract trait, update register chain function
- Loading branch information