Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add async XCM contract call scenario (#941)
* feat: remove fixtures dir * feat: add utilty method to call contract method * feat: build.rs for compiling ink! contracts * fix: ci build issues * feat: add async xcm ink! contract fixture * feat: add async xcm experimental scenario * feat: add call filter to allow `pallet_xcm:send` only * docs: add comments * fix: make clippy happy * fix: make clippy happy again * feat: apply review suggestions * lint: make clippy happy * feat: update package meta for fixture contracts * feat: move `contract-build` dep to workspace * feat: automatically pick contracts from contarcts_dir * refactor: move build contracts method to `BuildConfig` * docs: update readme for contract fixtures * feat: remove build script for contract compilation * feat: revert build script changes
- Loading branch information