-
Notifications
You must be signed in to change notification settings - Fork 721
add NativeAssetId to asset registry #1993
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1993 +/- ##
==========================================
- Coverage 86.27% 86.04% -0.23%
==========================================
Files 98 100 +2
Lines 19736 19964 +228
==========================================
+ Hits 17028 17179 +151
- Misses 2708 2785 +77
Continue to review full report at Codecov.
|
|
/bench runtime mandala module_asset_registry |
|
Finished benchmark for branch: fer-native-asset-registry Benchmark: Benchmark Runtime Mandala Module cargo run --profile production --color=never --bin=acala --features=runtime-benchmarks --features=with-mandala-runtime -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=module_asset_registry --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/mandala/src/weights/ ResultsPallet: "module_asset_registry", Extrinsic: "register_foreign_asset", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
|
|
/bench runtime mandala module_asset_registry |
|
Finished benchmark for branch: fer-native-asset-registry Benchmark: Benchmark Runtime Mandala Module cargo run --profile production --color=never --bin=acala --features=runtime-benchmarks --features=with-mandala-runtime -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=module_asset_registry --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/mandala/src/weights/ ResultsPallet: "module_asset_registry", Extrinsic: "register_foreign_asset", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
|
…untime-benchmarks --features=with-mandala-runtime -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=module_asset_registry --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/mandala/src/weights/
|
/bench runtime karura module_asset_registry |
|
Finished benchmark for branch: fer-native-asset-registry Benchmark: Benchmark Runtime Karura Module cargo run --profile production --color=never --bin=acala --features=runtime-benchmarks --features=with-karura-runtime -- benchmark --chain=karura-dev --steps=50 --repeat=20 --pallet=module_asset_registry --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/karura/src/weights/ ResultsPallet: "module_asset_registry", Extrinsic: "register_foreign_asset", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
|
…untime-benchmarks --features=with-karura-runtime -- benchmark --chain=karura-dev --steps=50 --repeat=20 --pallet=module_asset_registry --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/karura/src/weights/
|
/bench runtime acala module_asset_registry |
|
Finished benchmark for branch: fer-native-asset-registry Benchmark: Benchmark Runtime Acala Module cargo run --profile production --color=never --bin=acala --features=runtime-benchmarks --features=with-acala-runtime -- benchmark --chain=acala-latest --steps=50 --repeat=20 --pallet=module_asset_registry --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/acala/src/weights/ ResultsCompiling acala-cli v2.4.1 (/app/git/Acala/node/cli) warning: unused import: warning: function is never used: warning: unused import: warning: unused import: warning: function is never used: warning: warning: unused import: warning: function is never used: Compiling acala-service v2.4.1 (/app/git/Acala/node/service) |
|
/bench runtime acala module_asset_registry |
|
Finished benchmark for branch: fer-native-asset-registry Benchmark: Benchmark Runtime Acala Module cargo run --profile production --color=never --bin=acala --features=runtime-benchmarks --features=with-acala-runtime -- benchmark --chain=acala-latest --steps=50 --repeat=20 --pallet=module_asset_registry --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/acala/src/weights/ Resultswarning: unused import: warning: unused import: warning: function is never used: warning: warning: unused import: warning: function is never used: warning: unused import: warning: unused import: warning: function is never used: warning: |
|
/bench runtime acala module_asset_registry |
|
Starting benchmark for branch: fer-native-asset-registry (vs master) Comment will be updated. |
|
/bench runtime acala module_asset_registry |
|
Finished benchmark for branch: fer-native-asset-registry Benchmark: Benchmark Runtime Acala Module cargo run --profile production --color=never --bin=acala --features=runtime-benchmarks --features=with-acala-runtime -- benchmark --chain=acala-dev --steps=50 --repeat=20 --pallet=module_asset_registry --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/acala/src/weights/ ResultsDownloading crates ... Caused by: --- stderr �[0m�[1m�[38;5;9merror[E0407]�[0m�[0m�[1m: method �[0m�[1m�[38;5;9merror[E0407]�[0m�[0m�[1m: method �[0m�[1m�[38;5;9merror[E0277]�[0m�[0m�[1m: the trait bound �[0m�[1mSome errors have detailed explanations: E0277, E0407.�[0m |
|
benchmarking failed due to unrelated PR. will fix it later |
…ts-for-currencies * origin/master: (362 commits) Skip idle_scheduler Calls When Not Producing blocks (#1721) config more homa subaccounts for Karura (#2004) rm wt storage (#1984) Update construct_runtime's syntax (#2000) polkadot v0.9.18 (#1988) be srtool compatible (#2021) Update README.md (#2022) update precompile weights (#2020) Mandala supports PricingPegged for taiKSM (#2015) remove unneeded param (#2014) fix srtool (#2013) update precompile gas_limit (#2007) fix verify bootnodes script Bump minimist from 1.2.5 to 1.2.6 in /ts-tests (#2008) Bump (#2005) add NativeAssetId to asset registry (#1993) connect earning and incentives (#1995) Liquidation (#1955) Improvement/orml oracle (#1998) Mock xcm (#1977) ... # Conflicts: # modules/currencies/src/lib.rs # predeploy-contracts
closes: #1990