-
Notifications
You must be signed in to change notification settings - Fork 546
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix integration tests for sibling XCM transfer for karura-runtime #2138
Conversation
…odule Modified integration tests to support sibling transfer of native assets. Removed other integration-tests feature related code
…test-feature * origin/master: Return default value instead of error (#2152) remove EvmChainIdMigration (#2151) 2.6.4 (#2156) Aggregated Dex Improvement (#2140) Ability to transfer debits between loans (#2053) EVM rpc return proper error if api doesn't exists at block_id (#2144) Add claimDefaultEvmAddress (#2149) Fix estimate (#2142) update bootnodes Pay fee for other account (#2029) fix stable asset token (#2131) fix cdp-engine offchain worker (#2133) 2.6.3 (#2134) update version (#2126) support aggregated DEX (#2031) Enable evm for acala (#1907) Evm account precompile (#2124) Added no-metadata-docs and full-metadata-docs to runtimes (#2123) # Conflicts: # runtime/karura/Cargo.toml
…ir functionalities. Added unit tests and modified integration tests for the new metadata's override functions.
/bench runtime module module-asset-registry |
/bench runtime mandala module module-asset-registry |
Finished benchmark for branch: remove-integration-test-feature Benchmark: Benchmark Runtime Mandala Module cargo run --profile production --color=never --bin=acala --features=runtime-benchmarks --features=with-mandala-runtime -- benchmark pallet --chain=dev --steps=50 --repeat=20 --pallet=module module-asset-registry --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/mandala/src/weights/ ResultsCompiling acala-cli v2.6.4 (/app/git/Acala/node/cli) warning: unused warning: unused warning: USAGE: For more information try --help |
Improved XCM integration test setups Rewrote and improved the sibling chain BNC token transfer
Added foreign asset extra metadata for Module-asset-registry.
The extra data can contain outgoing Multilocation for the foreign asset, and its native currency ID.
Fixed the integration tests for sibling transfer of native BNC asset
Closes #2009