Skip to content
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

Pay fee for other account #2029

Merged
merged 32 commits into from
May 19, 2022
Merged

Pay fee for other account #2029

merged 32 commits into from
May 19, 2022

Conversation

zqhxuyuan
Copy link
Contributor

@zqhxuyuan zqhxuyuan commented Apr 8, 2022

relates to the last (two) step in: #1994

  • Payer signature only works in ed25519 type account, as sr25519 is a random siganture for the same input. I think it's acceptable for relayer.
  • Introduce SwitchFlag trait to enable evm signature or not. so Mandala set flag to true while Karura and Acala can set flag to false if it's not ready to enable evm, and both those runtime all use AcalaUncheckedExtrinsic.
  • PayerTx hook implements use Convert trait now, we can change to a better name, but that need introduce another trait.

wait #1884 and #1907 as AcalaUncheckedExtrinsic is changed, we can also merged those PR and set SwitchFlag to false. and whenever it's ready, we can change it to true.


Manual Test Guide:

  • Query Sender's nonce
  • Use Payer to do Sign, get payer signature
    • Notice, the nonce should be the Sender's nonce, and Lifetime=32
  • Sender send transaction_payment's with_fee_paid_by extrinsic
    • Signature type current support Ed25519
    • payer signature must previous 0x

Payer Sign(no submission)
image

Suppose Sender(Alice in this example) nonce is 4:
image

Get signature by "Decode" with "Signed Transaction" above
image

Sender submit extrinsic:
image

@codecov
Copy link

codecov bot commented Apr 8, 2022

Codecov Report

Merging #2029 (ab2083c) into master (a5d9e61) will not change coverage.
The diff coverage is n/a.

❗ Current head ab2083c differs from pull request most recent head bc642c1. Consider uploading reports for the commit bc642c1 to get more accurate results

@@      Coverage Diff       @@
##   master   #2029   +/-   ##
==============================
==============================

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a5d9e61...bc642c1. Read the comment docs.

@zqhxuyuan zqhxuyuan requested review from zjb0807, xlc and shaunxw and removed request for zjb0807 April 12, 2022 15:10
@zqhxuyuan zqhxuyuan marked this pull request as ready for review April 14, 2022 01:02
@zqhxuyuan
Copy link
Contributor Author

/bench runtime module module_transaction_payment

@ghost
Copy link

ghost commented Apr 14, 2022

Finished benchmark for branch: pay_for_other

Benchmark: Benchmark Runtime Module

cargo run --release --color=never --bin=acala --features=runtime-benchmarks --features=with-mandala-runtime -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=module_transaction_payment --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./modules/transaction-payment/src/weights.rs --template=./templates/module-weight-template.hbs

Results

Pallet: "module_transaction_payment", Extrinsic: "set_alternative_fee_swap_path", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: Balances Reserves (r:1 w:1)
Storage: TransactionPayment AlternativeFeeSwapPath (r:0 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 32.22
µs

Reads = 1
Writes = 2

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 32.22
µs

Reads = 1
Writes = 2

Pallet: "module_transaction_payment", Extrinsic: "enable_charge_fee_pool", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: TransactionPayment GlobalFeeSwapPath (r:1 w:1)
Storage: TransactionPayment PoolSize (r:1 w:1)
Storage: Dex TradingPairStatuses (r:1 w:0)
Storage: Dex LiquidityPool (r:1 w:0)
Storage: Tokens Accounts (r:2 w:2)
Storage: System Account (r:2 w:2)
Storage: TransactionPayment TokenExchangeRate (r:0 w:1)
Storage: TransactionPayment SwapBalanceThreshold (r:0 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 91.9
µs

Reads = 8
Writes = 8

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 91.9
µs

Reads = 8
Writes = 8

Pallet: "module_transaction_payment", Extrinsic: "disable_charge_fee_pool", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: TransactionPayment TokenExchangeRate (r:1 w:1)
Storage: Tokens Accounts (r:2 w:2)
Storage: System Account (r:2 w:2)
Storage: EvmAccounts EvmAddresses (r:1 w:0)
Storage: TransactionPayment SwapBalanceThreshold (r:0 w:1)
Storage: TransactionPayment GlobalFeeSwapPath (r:0 w:1)
Storage: TransactionPayment PoolSize (r:0 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 93.98
µs

Reads = 6
Writes = 8

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 93.98
µs

Reads = 6
Writes = 8

Pallet: "module_transaction_payment", Extrinsic: "with_fee_path", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: TransactionPause PausedTransactions (r:1 w:0)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 5.945
µs

Reads = 1
Writes = 0

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 5.945
µs

Reads = 1
Writes = 0

Pallet: "module_transaction_payment", Extrinsic: "with_fee_currency", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: TransactionPause PausedTransactions (r:1 w:0)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 5.923
µs

Reads = 1
Writes = 0

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 5.923
µs

Reads = 1
Writes = 0

Pallet: "module_transaction_payment", Extrinsic: "with_fee_paid_by", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: TransactionPause PausedTransactions (r:1 w:0)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 5.748
µs

Reads = 1
Writes = 0

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 5.748
µs

Reads = 1
Writes = 0

Pallet: "module_transaction_payment", Extrinsic: "on_finalize", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: TransactionPayment NextFeeMultiplier (r:1 w:1)
Storage: System BlockWeight (r:1 w:0)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 9.827
µs

Reads = 2
Writes = 1

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 9.827
µs

Reads = 2
Writes = 1

primitives/src/lib.rs Outdated Show resolved Hide resolved
@ghost
Copy link

ghost commented May 18, 2022

Finished benchmark for branch: pay_for_other

Benchmark: Benchmark Runtime Module

cargo run --release --color=never --bin=acala --features=runtime-benchmarks --features=with-mandala-runtime -- benchmark pallet --chain=dev --steps=50 --repeat=20 --pallet=module_transaction_payment --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./modules/transaction-payment/src/weights.rs --template=./templates/module-weight-template.hbs

Results

Pallet: "module_transaction_payment", Extrinsic: "set_alternative_fee_swap_path", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
Storage: Balances Reserves (r:1 w:1)
Storage: TransactionPayment AlternativeFeeSwapPath (r:0 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 36.54
µs

Reads = 2
Writes = 3

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 36.54
µs

Reads = 2
Writes = 3

Pallet: "module_transaction_payment", Extrinsic: "enable_charge_fee_pool", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
Storage: TransactionPayment GlobalFeeSwapPath (r:1 w:1)
Storage: TransactionPayment PoolSize (r:1 w:1)
Storage: Dex TradingPairStatuses (r:1 w:0)
Storage: Dex LiquidityPool (r:1 w:0)
Storage: Tokens Accounts (r:2 w:2)
Storage: System Account (r:2 w:2)
Storage: TransactionPayment TokenExchangeRate (r:0 w:1)
Storage: TransactionPayment SwapBalanceThreshold (r:0 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 100.3
µs

Reads = 9
Writes = 9

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 100.3
µs

Reads = 9
Writes = 9

Pallet: "module_transaction_payment", Extrinsic: "disable_charge_fee_pool", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
Storage: TransactionPayment TokenExchangeRate (r:1 w:1)
Storage: Tokens Accounts (r:2 w:2)
Storage: System Account (r:2 w:2)
Storage: EvmAccounts EvmAddresses (r:1 w:0)
Storage: TransactionPayment SwapBalanceThreshold (r:0 w:1)
Storage: TransactionPayment GlobalFeeSwapPath (r:0 w:1)
Storage: TransactionPayment PoolSize (r:0 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 102.4
µs

Reads = 7
Writes = 9

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 102.4
µs

Reads = 7
Writes = 9

Pallet: "module_transaction_payment", Extrinsic: "with_fee_path", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: TransactionPause PausedTransactions (r:1 w:0)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 5.945
µs

Reads = 1
Writes = 0

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 5.945
µs

Reads = 1
Writes = 0

Pallet: "module_transaction_payment", Extrinsic: "with_fee_currency", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: TransactionPause PausedTransactions (r:1 w:0)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 5.624
µs

Reads = 1
Writes = 0

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 5.624
µs

Reads = 1
Writes = 0

Pallet: "module_transaction_payment", Extrinsic: "with_fee_paid_by", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: TransactionPause PausedTransactions (r:1 w:0)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 7.279
µs

Reads = 1
Writes = 0

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 7.279
µs

Reads = 1
Writes = 0

Pallet: "module_transaction_payment", Extrinsic: "on_finalize", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: TransactionPayment NextFeeMultiplier (r:1 w:1)
Storage: System BlockWeight (r:1 w:0)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 9.932
µs

Reads = 2
Writes = 1

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 9.932
µs

Reads = 2
Writes = 1

shaunxw
shaunxw previously approved these changes May 18, 2022
@xlc
Copy link
Member

xlc commented May 18, 2022

/bench runtime module module_transaction_payment

@AcalaNetwork AcalaNetwork deleted a comment May 18, 2022
@AcalaNetwork AcalaNetwork deleted a comment May 18, 2022
@AcalaNetwork AcalaNetwork deleted a comment May 18, 2022
@ghost
Copy link

ghost commented May 18, 2022

Finished benchmark for branch: pay_for_other

Benchmark: Benchmark Runtime Module

cargo run --release --color=never --bin=acala --features=runtime-benchmarks --features=with-mandala-runtime -- benchmark pallet --chain=dev --steps=50 --repeat=20 --pallet=module_transaction_payment --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./modules/transaction-payment/src/weights.rs --template=./templates/module-weight-template.hbs

Results
Updating git repository `https://github.com/paritytech//substrate`
Updating git repository `https://github.com/paritytech//cumulus`
Updating git repository `https://github.com/paritytech//polkadot`
Updating crates.io index
Updating git repository `https://github.com/rust-blockchain/evm`
Updating git repository `https://github.com/shaunxw/xcm-simulator`
Updating git repository `https://github.com/paritytech/substrate`
Updating git repository `https://github.com/paritytech/polkadot`

Downloading crates ...
Downloaded asn1_der v0.7.5
Downloaded approx v0.5.1
Downloaded addr2line v0.17.0
Downloaded async-mutex v1.4.0
Downloaded assert_matches v1.5.0
Downloaded async-trait v0.1.53
Downloaded arrayvec v0.4.12
Downloaded atty v0.2.14
Downloaded asynchronous-codec v0.6.0
Downloaded atomic-waker v1.0.0
Downloaded atomic v0.5.1
Downloaded asynchronous-codec v0.5.0
Downloaded base58 v0.1.0
Downloaded base64 v0.12.3
Downloaded backoff v0.4.0
Downloaded bimap v0.6.2
Downloaded libp2p-mplex v0.30.0
Downloaded block-padding v0.2.1
Downloaded libp2p-swarm-derive v0.25.0
Downloaded libp2p-request-response v0.13.0
Downloaded autocfg v1.1.0
Downloaded libp2p-plaintext v0.30.0
Downloaded libp2p-relay v0.4.0
Downloaded bumpalo v3.9.1
Downloaded bstringify v0.1.2
Downloaded lz4 v1.23.3
Downloaded bs58 v0.4.0
Downloaded async-std-resolver v0.20.4
Downloaded lz4-sys v1.9.3
Downloaded cast v0.2.7
Downloaded lru-cache v0.1.2
Downloaded num v0.4.0
Downloaded mio v0.6.23
Downloaded openssl-probe v0.1.5
Downloaded net2 v0.2.37
Downloaded libp2p-ping v0.31.0
Downloaded libp2p-websocket v0.31.0
Downloaded parity-send-wrapper v0.1.0
Downloaded memmap2 v0.2.3
Downloaded nanorand v0.7.0
Downloaded num-bigint v0.4.3
Downloaded num-traits v0.2.14
Downloaded opaque-debug v0.2.3
Downloaded owning_ref v0.4.1
Downloaded ordered-float v1.1.1
Downloaded nalgebra v0.27.1
Downloaded parity-scale-codec v3.1.2
Downloaded memmap2 v0.5.3
Downloaded num-format v0.4.0
Downloaded multiaddr v0.13.0
Downloaded libsecp256k1-core v0.3.0
Downloaded matrixmultiply v0.3.2
Downloaded clap_derive v3.1.4
Downloaded parity-scale-codec-derive v3.1.2
Downloaded num_enum_derive v0.5.7
Downloaded linregress v0.4.4
Downloaded object v0.27.1
Downloaded parity-util-mem v0.11.0
Downloaded num_enum v0.5.7
Downloaded num-bigint v0.2.6
Downloaded arrayref v0.3.6
Downloaded base64 v0.13.0
Downloaded base-x v0.2.8
Downloaded bytes v0.4.12
Downloaded bitvec v1.0.0
Downloaded num-complex v0.4.0
Downloaded multihash-derive v0.7.2
Downloaded libsecp256k1 v0.7.0
Downloaded libp2p-yamux v0.34.0
Downloaded matches v0.1.9
Downloaded bytes v1.1.0
Downloaded parity-wasm v0.32.0
Downloaded open-metrics-client-derive-text-encode v0.1.1
Downloaded nohash-hasher v0.2.0
Downloaded parity-tokio-ipc v0.9.0
Downloaded parity-util-mem-derive v0.1.0
Downloaded open-metrics-client v0.12.0
Downloaded libp2p-wasm-ext v0.30.0
Downloaded names v0.13.0
Downloaded backtrace v0.3.64
Downloaded multihash v0.14.0
Downloaded multibase v0.8.0
Downloaded byte-tools v0.3.1
Downloaded opaque-debug v0.3.0
Downloaded num-rational v0.4.0
Downloaded num_cpus v1.13.1
Downloaded nom v7.1.1
Downloaded prost-derive v0.9.0
Downloaded semver-parser v0.10.2
Downloaded socket2 v0.4.4
Downloaded signature v1.3.2
Downloaded itoa v1.0.1
Downloaded integer-encoding v3.0.3
Downloaded sha3 v0.9.1
Downloaded ip_network v0.4.1
Downloaded mio v0.8.2
Downloaded frame-metadata v15.0.0
Downloaded paste v1.0.7
Downloaded shlex v1.1.0
Downloaded thiserror-impl v1.0.30
Downloaded tokio-macros v1.7.0
Downloaded pbkdf2 v0.4.0
Downloaded percent-encoding v1.0.1
Downloaded soketto v0.7.1
Downloaded cranelift-entity v0.80.1
Downloaded pest_derive v2.1.0
Downloaded sharded-slab v0.1.4
Downloaded which v4.2.5
Downloaded fnv v1.0.7
Downloaded pest v2.1.3
Downloaded libp2p-gossipsub v0.33.0
Downloaded sct v0.7.0
Downloaded wyz v0.5.0
Downloaded pin-project v0.4.29
Downloaded pin-utils v0.1.0
Downloaded pin-project-lite v0.1.12
Downloaded webpki-roots v0.22.2
Downloaded libp2p-floodsub v0.31.0
Downloaded jsonrpc-derive v18.0.0
Downloaded tokio v1.17.0
Downloaded sct v0.6.1
Downloaded tinyvec_macros v0.1.0
Downloaded scopeguard v1.1.0
Downloaded idna v0.2.3
Downloaded webpki-roots v0.21.1
Downloaded sec1 v0.2.1
Downloaded async-std v1.11.0
Downloaded jsonrpsee-client-transport v0.10.1
Downloaded cranelift-codegen v0.80.1
Downloaded strsim v0.10.0
Downloaded tracing-log v0.1.2
Downloaded tracing-serde v0.1.3
Downloaded getrandom v0.2.5
Downloaded data-encoding v2.3.2
Downloaded tracing v0.1.34
Downloaded tracing-futures v0.2.5
Downloaded jsonrpsee-ws-client v0.10.1
Downloaded tracing-core v0.1.23
Downloaded futures-executor v0.3.21
Downloaded lazycell v1.3.0
Downloaded plotters-svg v0.3.1
Downloaded ppv-lite86 v0.2.16
Downloaded polyval v0.5.3
Downloaded rand v0.7.3
Downloaded rand_core v0.6.3
Downloaded rand_distr v0.4.3
Downloaded proc-macro-crate v0.1.5
Downloaded radium v0.3.0
Downloaded tokio-stream v0.1.8
Downloaded webpki v0.21.4
Downloaded tokio-rustls v0.23.3
Downloaded proc-macro-error-attr v1.0.4
Downloaded prometheus v0.13.0
Downloaded rand_core v0.5.1
Downloaded httpdate v1.0.2
Downloaded wasmtime-jit v0.33.1
Downloaded walkdir v2.3.2
Downloaded kvdb-memorydb v0.11.0
Downloaded lazy_static v1.4.0
Downloaded enum-as-inner v0.3.4
Downloaded trie-db v0.23.1
Downloaded sha2 v0.8.2
Downloaded wasmtime-cranelift v0.33.1
Downloaded wasmtime v0.33.1
Downloaded wasm-instrument v0.1.1
Downloaded libm v0.2.2
Downloaded regex-automata v0.1.10
Downloaded tower-service v0.3.1
Downloaded region v2.2.0
Downloaded wasm-timer v0.2.5
Downloaded pkg-config v0.3.24
Downloaded rand_pcg v0.2.1
Downloaded ref-cast-impl v1.0.6
Downloaded futures-lite v1.12.0
Downloaded strum_macros v0.23.1
Downloaded wasmi v0.9.1
Downloaded stable_deref_trait v1.2.0
Downloaded retain_mut v0.1.7
Downloaded derivative v2.2.0
Downloaded libc v0.2.121
Downloaded tt-call v1.0.8
Downloaded rlp v0.5.1
Downloaded wasmtime-environ v0.33.1
Downloaded csv v1.1.6
Downloaded tokio-util v0.7.1
Downloaded wasmi-validation v0.4.1
Downloaded digest v0.8.1
Downloaded rfc6979 v0.1.0
Downloaded secp256k1 v0.21.3
Downloaded reed-solomon-novelpoly v1.0.0
Downloaded tokio-util v0.6.9
Downloaded tracing-subscriber v0.2.25
Downloaded toml v0.5.8
Downloaded secp256k1-sys v0.4.2
Downloaded typenum v1.15.0
Downloaded syn v1.0.91
Downloaded trie-root v0.17.0
Downloaded libloading v0.7.3
Downloaded textwrap v0.15.0
Downloaded trust-dns-resolver v0.20.4
Downloaded derive_more v0.99.17
Downloaded futures-util v0.3.21
Downloaded trust-dns-proto v0.20.4
Downloaded regex-syntax v0.6.25
Downloaded data-encoding-macro v0.1.12
Downloaded regalloc v0.0.33
Downloaded waker-fn v1.1.0
Downloaded digest v0.9.0
Downloaded ring v0.16.20
Downloaded heck v0.4.0
Downloaded hex v0.4.3
Downloaded futures v0.1.31
Downloaded ipnet v2.4.0
Downloaded itoa v0.4.8
Downloaded hyper-rustls v0.22.1
Downloaded rpassword v5.0.1
Downloaded rocksdb v0.18.0
Downloaded unicode-segmentation v1.9.0
Downloaded unicode-width v0.1.9
Downloaded simba v0.5.1
Downloaded crunchy v0.2.2
Downloaded snap v1.0.5
Downloaded ecdsa v0.13.4
Downloaded jsonrpc-core-client v18.0.0
Downloaded ryu v1.0.9
Downloaded same-file v1.0.6
Downloaded rustls-native-certs v0.5.0
Downloaded x25519-dalek v1.1.1
Downloaded universal-hash v0.4.1
Downloaded scoped-tls v1.0.0
Downloaded sha2 v0.9.9
Downloaded sha3 v0.10.1
Downloaded unicode-normalization v0.1.19
Downloaded pbkdf2 v0.8.0
Downloaded jsonrpc-ws-server v18.0.0
Downloaded jsonrpc-ipc-server v18.0.0
Downloaded unicode-xid v0.2.2
Downloaded rustc_version v0.3.3
Downloaded rustc-hash v1.1.0
Downloaded wasm-bindgen-macro-support v0.2.79
Downloaded unsigned-varint v0.6.0
Downloaded wasmtime-types v0.33.1
Downloaded wasmparser v0.81.0
Downloaded unsigned-varint v0.7.1
Downloaded wasm-bindgen-shared v0.2.79
Downloaded untrusted v0.7.1
Downloaded rustls v0.20.4
Downloaded unsigned-varint v0.5.1
Downloaded crossbeam-utils v0.8.8
Downloaded serde_derive v1.0.136
Downloaded quick-error v2.0.1
Downloaded quick-error v1.2.3
Downloaded wasm-gc-api v0.1.11
Downloaded url v1.7.2
Downloaded time v0.1.44
Downloaded substrate-bip39 v0.4.4
Downloaded quote v1.0.18
Downloaded zeroize v1.5.4
Downloaded substrate-bn v0.6.0
Downloaded quicksink v0.1.2
Downloaded strsim v0.8.0
Downloaded schnorrkel v0.9.1
Downloaded dyn-clonable v0.9.0
Downloaded multistream-select v0.10.4
Downloaded http-body v0.4.4
Downloaded jsonrpsee-core v0.10.1
Downloaded http v0.2.6
Downloaded httparse v1.6.0
Downloaded wasm-bindgen-backend v0.2.79
Downloaded target-lexicon v0.12.3
Downloaded subtle v2.4.1
Downloaded jsonrpsee-proc-macros v0.10.1
Downloaded resolv-conf v0.7.0
Downloaded pkcs8 v0.8.0
Downloaded zstd v0.9.2+zstd.1.5.1
Downloaded tiny-bip39 v0.8.2
Downloaded want v0.3.0
Downloaded thiserror v1.0.30
Downloaded wasm-bindgen v0.2.79
Downloaded wasm-bindgen-futures v0.4.29
Downloaded static_init v0.5.2
Downloaded tiny-keccak v2.0.2
Downloaded yamux v0.9.0
Downloaded wasm-bindgen-macro v0.2.79
Downloaded twox-hash v1.6.2
Downloaded wasmtime-runtime v0.33.1
Downloaded kvdb v0.11.0
Downloaded parity-db v0.3.9
Downloaded threadpool v1.8.1
Downloaded tikv-jemallocator v0.4.3
Downloaded rand_chacha v0.2.2
Downloaded thrift v0.15.0
Downloaded zstd-safe v4.1.3+zstd.1.5.1
Downloaded password-hash v0.2.3
Downloaded serde_cbor v0.11.2
Downloaded spin v0.5.2
Downloaded slotmap v1.0.6
Downloaded zstd-sys v1.6.2+zstd.1.5.1
Downloaded snow v0.8.0
Downloaded zeroize_derive v1.3.2
Downloaded cpp_demangle v0.3.5
Downloaded form_urlencoded v1.0.1
Downloaded fake-simd v0.1.2
Downloaded peeking_take_while v0.1.2
Downloaded event-listener v2.5.2
Downloaded dtoa v0.4.8
Downloaded dns-parser v0.8.0
Downloaded downcast-rs v1.2.0
Downloaded tikv-jemalloc-sys v0.4.3+5.2.1-patched.2
Downloaded dirs-sys-next v0.1.2
Downloaded concurrent-queue v1.2.2
Downloaded coins-core v0.2.2
Downloaded ckb-merkle-mountain-range v0.3.2
Downloaded base58check v0.1.0
Downloaded psm v0.1.17
Downloaded fatality v0.0.6
Downloaded expander v0.0.4
Downloaded strum v0.23.0
Downloaded hash256-std-hasher v0.15.2
Downloaded digest v0.10.3
Downloaded prost-build v0.9.0
Downloaded wasmtime-cache v0.33.1
Downloaded jsonrpsee-http-client v0.10.1
Downloaded const-oid v0.7.1
Downloaded h2 v0.3.12
Downloaded enumn v0.1.3
Downloaded cranelift-bforest v0.80.1
Downloaded plotters v0.3.1
Downloaded ghash v0.4.4
Downloaded thousands v0.2.0
Downloaded fixed-hash v0.7.0
Downloaded smallvec v1.8.0
Downloaded slab v0.4.5
Downloaded prost-types v0.9.0
Downloaded cpufeatures v0.1.5
Downloaded triehash v0.8.4
Downloaded generic-array v0.12.4
Downloaded env_logger v0.9.0
Downloaded enumflags2_derive v0.6.4
Downloaded cpufeatures v0.2.2
Downloaded statrs v0.15.0
Downloaded instant v0.1.12
Downloaded tikv-jemalloc-ctl v0.4.2
Downloaded static_init_macro v0.5.0
Downloaded parking_lot v0.11.2
Downloaded futures-sink v0.3.21
Downloaded parking_lot_core v0.8.5
Downloaded dirs-sys v0.3.7
Downloaded void v1.0.2
Downloaded impl-rlp v0.3.0
Downloaded criterion v0.3.5
Downloaded rlp-derive v0.1.0
Downloaded static_assertions v1.1.0
Downloaded serde v1.0.136
Downloaded semver-parser v0.7.0
Downloaded jsonrpc-http-server v18.0.0
Downloaded io-lifetimes v0.4.4
Downloaded impl-codec v0.6.0
Downloaded tap v1.0.1
Downloaded semver v0.11.0
Downloaded prost v0.9.0
Downloaded parking_lot_core v0.9.1
Downloaded parking_lot v0.12.0
Downloaded iovec v0.1.4
Downloaded enumflags2_derive v0.7.4
Downloaded rustix v0.31.3
Downloaded environmental v1.1.3
Downloaded serde_json v1.0.79
Downloaded jsonrpc-pubsub v18.0.0
Downloaded parity-ws v0.11.1
Downloaded group v0.11.0
Downloaded fastrand v1.7.0
Downloaded if-watch v0.2.2
Downloaded finality-grandpa v0.15.0
Downloaded file-per-thread-logger v0.1.5
Downloaded ed25519-dalek v1.0.1
Downloaded ff v0.11.0
Downloaded libp2p-metrics v0.1.0
Downloaded hmac-drbg v0.3.0
Downloaded hostname v0.3.1
Downloaded futures-core v0.3.21
Downloaded ethereum v0.12.0
Downloaded directories v4.0.1
Downloaded hmac v0.11.0
Downloaded parity-wasm v0.42.2
Downloaded kv-log-macro v1.0.7
Downloaded crossbeam-deque v0.8.1
Downloaded humantime v2.1.0
Downloaded serde_nanos v0.1.2
Downloaded either v1.6.1
Downloaded crossbeam-channel v0.5.4
Downloaded futures-timer v3.0.2
Downloaded ethbloom v0.12.1
Downloaded hmac v0.8.1
Downloaded futures-task v0.3.21
Downloaded coins-bip32 v0.6.0
Downloaded rustls-pemfile v0.2.1
Downloaded futures-channel v0.3.21
Downloaded futures v0.3.21
Downloaded impl-serde v0.3.2
Downloaded semver v1.0.6
Downloaded ethabi v17.0.0
Downloaded try-lock v0.2.3
Downloaded semver v0.6.0
Downloaded pin-project-internal v0.4.29
Downloaded pin-project v1.0.10
Downloaded hyper v0.14.18
Downloaded pin-project-internal v1.0.10
Downloaded ethereum-types v0.13.1
Downloaded crossbeam-queue v0.3.5
Downloaded crossbeam-epoch v0.9.8
Downloaded criterion-plot v0.4.4
Downloaded url v2.2.2
Downloaded version_check v0.9.4
Downloaded coins-bip39 v0.6.0
Downloaded uint v0.9.3
Downloaded rustc-demangle v0.1.21
Downloaded value-bag v1.0.0-alpha.8
Downloaded rustc-hex v2.1.0
Downloaded libz-sys v1.1.5
Downloaded librocksdb-sys v0.6.1+6.28.2
Downloaded crypto-mac v0.8.0
Downloaded directories-next v2.0.0
Downloaded unicase v2.6.0
Downloaded rw-stream-sink v0.2.1
Downloaded secrecy v0.8.0
Downloaded salsa20 v0.9.0
Downloaded scale-info-derive v2.1.1
Downloaded scale-info v2.1.1
Downloaded pin-project-lite v0.2.8
Downloaded sha2 v0.10.2
Downloaded rustls-native-certs v0.6.1
Downloaded rustls v0.19.1
Downloaded rustc_version v0.4.0
Downloaded rustversion v1.0.6
Downloaded crypto-bigint v0.3.2
Downloaded impl-trait-for-tuples v0.2.2
Downloaded jsonrpc-server-utils v18.0.0
Downloaded crypto-common v0.1.3
Downloaded pest_generator v2.1.3
Downloaded unicode-bidi v0.3.7
Downloaded ucd-trie v0.1.3
Downloaded strum_macros v0.24.0
Downloaded signal-hook v0.3.13
Downloaded libp2p-mdns v0.32.0
Downloaded libp2p-identify v0.31.0
Downloaded jsonrpc-core v18.0.0
Downloaded hex_fmt v0.3.0
Downloaded fdlimit v0.2.1
Downloaded hex-literal v0.3.4
Downloaded hash-db v0.15.2
Downloaded fs-swap v0.2.6
Downloaded dyn-clonable-impl v0.9.0
Downloaded hashbrown v0.11.2
Downloaded ed25519 v1.4.1
Downloaded dyn-clone v1.0.5
Downloaded data-encoding-macro-internal v0.1.10
Downloaded spki v0.5.4
Downloaded ctor v0.1.22
Downloaded ss58-registry v1.17.0
Downloaded ref-cast v1.0.6
Downloaded ripemd160 v0.9.1
Downloaded textwrap v0.11.0
Downloaded termcolor v1.1.3
Downloaded tempfile v3.3.0
Downloaded synstructure v0.12.6
Downloaded remove_dir_all v0.5.3
Downloaded regex v1.5.5
Downloaded curve25519-dalek v2.1.3
Downloaded rawpointer v0.2.1
Downloaded fatality-proc-macro v0.0.6
Downloaded curve25519-dalek v3.2.0
Downloaded rayon-core v1.9.1
Downloaded rayon v1.5.1
Downloaded der v0.5.1
Downloaded proc-macro-error v1.0.4
Downloaded platforms v2.0.0
Downloaded libp2p-deflate v0.30.0
Downloaded libp2p-core v0.30.2
Downloaded platforms v1.1.0
Downloaded futures-rustls v0.21.1
Downloaded heck v0.3.3
Downloaded futures-io v0.3.21
Downloaded ctr v0.8.0
Downloaded csv-core v0.1.10
Downloaded cuckoofilter v0.5.0
Downloaded libp2p v0.40.0
Downloaded ct-logs v0.8.0
Downloaded kvdb-rocksdb v0.15.2
Downloaded futures-macro v0.3.21
Downloaded strum v0.24.0
Downloaded keccak v0.1.0
Downloaded enumflags2 v0.6.4
Downloaded elliptic-curve v0.11.12
Downloaded enumflags2 v0.7.5
Downloaded proc-macro2 v1.0.37
Downloaded crypto-mac v0.11.1
Downloaded tinytemplate v1.2.1
Downloaded tokio-rustls v0.22.0
Downloaded tinyvec v1.5.1
Downloaded sha-1 v0.9.8
Downloaded sha-1 v0.8.2
Downloaded rand_chacha v0.3.1
Downloaded polling v2.2.0
Downloaded primitive-types v0.11.1
Downloaded poly1305 v0.7.2
Downloaded jsonrpsee-types v0.10.1
Downloaded proc-macro-crate v1.1.3
Downloaded k256 v0.10.4
Downloaded handlebars v4.2.2
Downloaded plotters-backend v0.3.2
Downloaded exit-future v0.2.0
Downloaded fallible-iterator v0.2.0
Downloaded gimli v0.26.1
Downloaded tracing-attributes v0.1.20
Downloaded radium v0.7.0
Downloaded half v1.8.2
Downloaded globset v0.4.8
Downloaded glob v0.3.0
Downloaded getrandom v0.1.16
Downloaded generic-array v0.14.5
Downloaded cranelift-codegen-meta v0.80.1
Downloaded bstr v0.2.17
Downloaded blake3 v1.3.1
Downloaded jsonrpsee v0.10.1
Downloaded jsonrpc-client-transports v18.0.0
Downloaded expander v0.0.6
Downloaded webpki v0.22.0
Downloaded vec_map v0.8.2
Downloaded petgraph v0.6.0
Downloaded pest_meta v2.1.3
Downloaded crc32fast v1.3.2
Downloaded cranelift-wasm v0.80.1
Downloaded cranelift-frontend v0.80.1
Downloaded cranelift-codegen-shared v0.80.1
Downloaded percent-encoding v2.1.0
Downloaded libp2p-kad v0.32.0
Downloaded blake2 v0.9.2
Downloaded jobserver v0.1.24
Downloaded constant_time_eq v0.1.5
Downloaded thread_local v1.1.4
Downloaded parking v2.0.0
Downloaded rand v0.8.5
Downloaded hashbrown v0.12.0
Downloaded libp2p-dns v0.30.0
Downloaded integer-sqrt v0.1.5
Downloaded flate2 v1.0.22
Downloaded idna v0.1.5
Downloaded funty v2.0.0
Downloaded js-sys v0.3.56
Downloaded cranelift-native v0.80.1
Downloaded indexmap v1.8.1
Downloaded hyper-rustls v0.23.0
Downloaded fs2 v0.4.3
Downloaded fs-err v2.7.0
Downloaded linux-raw-sys v0.0.36
Downloaded itertools v0.10.3
Downloaded signal-hook-registry v1.4.0
Downloaded fs_extra v1.2.0
Downloaded fixedbitset v0.4.1
Downloaded convert_case v0.4.0
Downloaded maplit v1.0.2
Downloaded block-buffer v0.9.0
Downloaded bindgen v0.59.2
Downloaded libp2p-tcp v0.30.0
Downloaded chacha20 v0.7.1
Downloaded num-integer v0.1.44
Downloaded blake3 v0.3.8
Downloaded cc v1.0.73
Downloaded ansi_term v0.12.1
Downloaded clap v3.1.6
Downloaded build-helper v0.1.1
Downloaded cache-padded v1.2.0
Downloaded aes v0.7.5
Downloaded clap v2.34.0
Downloaded merlin v2.0.1
Downloaded bounded-vec v0.5.0
Downloaded arrayvec v0.5.2
Downloaded chacha20poly1305 v0.8.0
Downloaded miniz_oxide v0.4.4
Downloaded coarsetime v0.1.22
Downloaded oorandom v11.1.3
Downloaded base64ct v1.4.1
Downloaded matchers v0.0.1
Downloaded lru v0.7.5
Downloaded libsecp256k1-gen-ecmult v0.3.0
Downloaded cexpr v0.6.0
Downloaded camino v1.0.7
Downloaded cargo_metadata v0.14.2
Downloaded memoffset v0.6.5
Downloaded log v0.4.16
Downloaded multihash v0.13.2
Downloaded cargo-platform v0.1.2
Downloaded lru v0.6.6
Downloaded libp2p-swarm v0.31.0
Downloaded clang-sys v1.3.1
Downloaded cfg_aliases v0.1.1
Downloaded memory-db v0.29.0
Downloaded cipher v0.3.0
Downloaded byteorder v1.4.3
Downloaded multimap v0.8.3
Downloaded blake2s_simd v0.5.11
Downloaded nalgebra-macros v0.1.0
Downloaded memory-lru v0.1.0
Downloaded async-lock v2.5.0
Downloaded os_str_bytes v6.0.0
Downloaded more-asserts v0.2.2
Downloaded mick-jaeger v0.1.8
Downloaded block-buffer v0.7.3
Downloaded base16ct v0.1.1
Downloaded once_cell v1.10.0
Downloaded memory_units v0.3.0
Downloaded num-rational v0.2.4
Downloaded num-iter v0.1.42
Downloaded nodrop v0.1.14
Downloaded lock_api v0.4.6
Downloaded chrono v0.4.19
Downloaded mio-extras v2.0.6
Downloaded memchr v2.4.1
Downloaded linked-hash-map v0.5.4
Downloaded cfg-if v1.0.0
Downloaded cfg-if v0.1.10
Downloaded byte-slice-cast v1.2.1
Downloaded blocking v1.2.0
Downloaded auto_impl v0.5.0
Downloaded match_cfg v0.1.0
Downloaded block-padding v0.1.5
Downloaded async-global-executor v2.0.3
Downloaded libsecp256k1-gen-genmult v0.3.0
Downloaded bitflags v1.3.2
Downloaded beef v0.5.1
Downloaded libp2p-rendezvous v0.1.0
Downloaded ahash v0.7.6
Downloaded linked_hash_set v0.1.4
Downloaded bzip2-sys v0.1.11+1.0.8
Downloaded cid v0.6.1
Downloaded bitvec v0.17.4
Downloaded libp2p-pnet v0.22.0
Downloaded minimal-lexical v0.2.1
Downloaded libp2p-uds v0.30.0
Downloaded bech32 v0.7.3
Downloaded blake2-rfc v0.2.18
Downloaded blake2b_simd v0.5.11
Downloaded always-assert v0.1.2
Downloaded async-attributes v1.1.2
Downloaded libp2p-noise v0.33.0
Downloaded base58 v0.2.0
Downloaded blake2 v0.10.4
Downloaded async-process v1.3.0
Downloaded async-task v4.2.0
Downloaded block-buffer v0.10.2
Downloaded bincode v1.3.3
Downloaded async-io v1.6.0
Downloaded arrayvec v0.7.2
Downloaded aes-gcm v0.9.4
Downloaded adler v1.0.2
Downloaded Inflector v0.11.4
Downloaded async-executor v1.4.1
Downloaded anyhow v1.0.56
Downloaded async-channel v1.6.1
Downloaded aead v0.4.3
Downloaded aho-corasick v0.7.18
Compiling proc-macro2 v1.0.37
Compiling unicode-xid v0.2.2
Compiling syn v1.0.91
Compiling libc v0.2.121
Compiling version_check v0.9.4
Compiling cfg-if v1.0.0
Compiling serde v1.0.136
Compiling serde_derive v1.0.136
Compiling memchr v2.4.1
Compiling autocfg v1.1.0
Compiling typenum v1.15.0
Compiling log v0.4.16
Compiling once_cell v1.10.0
Compiling spin v0.5.2
Compiling pin-project-lite v0.2.8
Compiling ppv-lite86 v0.2.16
Compiling smallvec v1.8.0
Compiling futures-core v0.3.21
Compiling bytes v1.1.0
Compiling scopeguard v1.1.0
Compiling futures-io v0.3.21
Compiling slab v0.4.5
Compiling futures-sink v0.3.21
Compiling byteorder v1.4.3
Compiling anyhow v1.0.56
Compiling futures-channel v0.3.21
Compiling subtle v2.4.1
Compiling futures-task v0.3.21
Compiling crunchy v0.2.2
Compiling futures-util v0.3.21
Compiling lazy_static v1.4.0
Compiling pin-utils v0.1.0
Compiling futures v0.1.31
Compiling regex-syntax v0.6.25
Compiling opaque-debug v0.3.0
Compiling block-padding v0.2.1
Compiling cpufeatures v0.2.2
Compiling static_assertions v1.1.0
Compiling radium v0.7.0
Compiling parking_lot_core v0.8.5
Compiling getrandom v0.1.16
Compiling base64 v0.13.0
Compiling tinyvec_macros v0.1.0
Compiling convert_case v0.4.0
Compiling parking_lot_core v0.9.1
Compiling either v1.6.1
Compiling arrayvec v0.7.2
Compiling arrayref v0.3.6
Compiling tap v1.0.1
Compiling itoa v1.0.1
Compiling funty v2.0.0
Compiling libm v0.2.2
Compiling byte-slice-cast v1.2.1
Compiling hex v0.4.3
Compiling crc32fast v1.3.2
Compiling serde_json v1.0.79
Compiling ryu v1.0.9
Compiling rustc-hex v2.1.0
Compiling keccak v0.1.0
Compiling stable_deref_trait v1.2.0
Compiling adler v1.0.2
Compiling crossbeam-utils v0.8.8
Compiling rustc-hash v1.1.0
Compiling fallible-iterator v0.2.0
Compiling fs_extra v1.2.0
Compiling paste v1.0.7
Compiling byte-tools v0.3.1
Compiling target-lexicon v0.12.3
Compiling arrayvec v0.5.2
Compiling cranelift-codegen-shared v0.80.1
Compiling opaque-debug v0.2.3
Compiling base64ct v1.4.1
Compiling fake-simd v0.1.2
Compiling wasmparser v0.81.0
Compiling sp-std v4.0.0 (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling bitflags v1.3.2
Compiling io-lifetimes v0.4.4
Compiling rustix v0.31.3
Compiling rustc-demangle v0.1.21
Compiling zstd-safe v4.1.3+zstd.1.5.1
Compiling more-asserts v0.2.2
Compiling parity-util-mem v0.11.0
Compiling rayon-core v1.9.1
Compiling async-trait v0.1.53
Compiling linux-raw-sys v0.0.36
Compiling constant_time_eq v0.1.5
Compiling termcolor v1.1.3
Compiling hash-db v0.15.2
Compiling itoa v0.4.8
Compiling arrayvec v0.4.12
Compiling environmental v1.1.3
Compiling humantime v2.1.0
Compiling wasmtime-cache v0.33.1
Compiling parity-wasm v0.42.2
Compiling ref-cast v1.0.6
Compiling cpp_demangle v0.3.5
Compiling nodrop v0.1.14
Compiling wasmtime v0.33.1
Compiling memory_units v0.3.0
Compiling downcast-rs v1.2.0
Compiling ansi_term v0.12.1
Compiling dyn-clone v1.0.5
Compiling base58 v0.2.0
Compiling tt-call v1.0.8
Compiling futures-timer v3.0.2
Compiling unicode-segmentation v1.9.0
Compiling remove_dir_all v0.5.3
Compiling fastrand v1.7.0
Compiling fnv v1.0.7
Compiling hashbrown v0.11.2
Compiling fixedbitset v0.4.1
Compiling multimap v0.8.3
Compiling untrusted v0.7.1
Compiling matches v0.1.9
Compiling unicode-bidi v0.3.7
Compiling bs58 v0.4.0
Compiling percent-encoding v2.1.0
Compiling httparse v1.6.0
Compiling data-encoding v2.3.2
Compiling pin-project-internal v0.4.29
Compiling hex-literal v0.3.4
Compiling pkg-config v0.3.24
Compiling asn1_der v0.7.5
Compiling void v1.0.2
Compiling try-lock v0.2.3
Compiling tower-service v0.3.1
Compiling httpdate v1.0.2
Compiling prometheus v0.13.0
Compiling cache-padded v1.2.0
Compiling waker-fn v1.1.0
Compiling parking v2.0.0
Compiling cfg-if v0.1.10
Compiling ucd-trie v0.1.3
Compiling linked-hash-map v0.5.4
Compiling sc-executor-wasmtime v0.10.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling event-listener v2.5.2
Compiling scoped-tls v1.0.0
Compiling wasm-bindgen-shared v0.2.79
Compiling heck v0.4.0
Compiling async-task v4.2.0
Compiling rawpointer v0.2.1
Compiling bumpalo v3.9.1
Compiling ipnet v2.4.0
Compiling atomic-waker v1.0.0
Compiling quick-error v1.2.3
Compiling match_cfg v0.1.0
Compiling wasm-bindgen v0.2.79
Compiling nohash-hasher v0.2.0
Compiling pin-project-lite v0.1.12
Compiling dtoa v0.4.8
Compiling rustversion v1.0.6
Compiling bimap v0.6.2
Compiling parity-send-wrapper v0.1.0
Compiling hex_fmt v0.3.0
Compiling base-x v0.2.8
Compiling unsigned-varint v0.5.1
Compiling ip_network v0.4.1
Compiling percent-encoding v1.0.1
Compiling glob v0.3.0
Compiling minimal-lexical v0.2.1
Compiling bindgen v0.59.2
Compiling peeking_take_while v0.1.2
Compiling lazycell v1.3.0
Compiling shlex v1.1.0
Compiling openssl-probe v0.1.5
Compiling fs-err v2.7.0
Compiling snap v1.0.5
Compiling retain_mut v0.1.7
Compiling integer-encoding v3.0.3
Compiling expander v0.0.6
Compiling names v0.13.0
Compiling expander v0.0.4
Compiling textwrap v0.15.0
Compiling strsim v0.10.0
Compiling crossbeam-queue v0.3.5
Compiling nanorand v0.7.0
Compiling camino v1.0.7
Compiling semver v1.0.6
Compiling tiny-keccak v2.0.2
Compiling semver-parser v0.7.0
Compiling same-file v1.0.6
Compiling const-oid v0.7.1
Compiling bstringify v0.1.2
Compiling base16ct v0.1.1
Compiling cfg_aliases v0.1.1
Compiling beefy-merkle-tree v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling sc-consensus-slots v0.10.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling signal-hook v0.3.13
Compiling maplit v1.0.2
Compiling assert_matches v1.5.0
Compiling always-assert v0.1.2
Compiling quick-error v2.0.1
Compiling thousands v0.2.0
Compiling rustls v0.20.4
Compiling platforms v2.0.0
Compiling base58 v0.1.0
Compiling platforms v1.1.0
Compiling base64 v0.12.3
Compiling bech32 v0.7.3
Compiling radium v0.3.0
Compiling polkadot-performance-test v0.9.19 (https://github.com/paritytech//polkadot?rev=f00a2772497aadddf75b8b4b475843ea0d910c48#f00a2772)
Compiling instant v0.1.12
Compiling generic-array v0.14.5
Compiling value-bag v1.0.0-alpha.8
Compiling ahash v0.7.6
Compiling proc-macro-error-attr v1.0.4
Compiling proc-macro-error v1.0.4
Compiling unicase v2.6.0
Compiling slotmap v1.0.6
Compiling thread_local v1.1.4
Compiling indexmap v1.8.1
Compiling num-traits v0.2.14
Compiling miniz_oxide v0.4.4
Compiling num-integer v0.1.44
Compiling memoffset v0.6.5
Compiling crossbeam-epoch v0.9.8
Compiling num-bigint v0.2.6
Compiling rayon v1.5.1
Compiling num-rational v0.2.4
Compiling num-bigint v0.4.3
Compiling num-rational v0.4.0
Compiling atomic v0.5.1
Compiling num-iter v0.1.42
Compiling libloading v0.7.3
Compiling lock_api v0.4.6
Compiling parity-wasm v0.32.0
Compiling rustls-pemfile v0.2.1
Compiling tinyvec v1.5.1
Compiling itertools v0.10.3
Compiling wyz v0.5.0
Compiling rlp v0.5.1
Compiling owning_ref v0.4.1
Compiling block-padding v0.1.5
Compiling regex-automata v0.1.10
Compiling cranelift-codegen-meta v0.80.1
Compiling blake2b_simd v0.5.11
Compiling blake2s_simd v0.5.11
Compiling trie-root v0.17.0
Compiling wasmi-validation v0.4.1
Compiling wasm-instrument v0.1.1
Compiling heck v0.3.3
Compiling http v0.2.6
Compiling form_urlencoded v1.0.1
Compiling concurrent-queue v1.2.2
Compiling ckb-merkle-mountain-range v0.3.2
Compiling pest v2.1.3
Compiling lru-cache v0.1.2
Compiling linked_hash_set v0.1.4
Compiling async-mutex v1.4.0
Compiling async-lock v2.5.0
Compiling matrixmultiply v0.3.2
Compiling dns-parser v0.8.0
Compiling clang-sys v1.3.1
Compiling semver v0.6.0
Compiling walkdir v2.3.2
Compiling der v0.5.1
Compiling static_init_macro v0.5.0
Compiling static_init v0.5.2
Compiling bitvec v0.17.4
Compiling tracing-core v0.1.23
Compiling sharded-slab v0.1.4
Compiling rustls-native-certs v0.6.1
Compiling unicode-normalization v0.1.19
Compiling impl-rlp v0.3.0
Compiling triehash v0.8.4
Compiling matchers v0.0.1
Compiling cranelift-codegen v0.80.1
Compiling http-body v0.4.4
Compiling semver-parser v0.10.2
Compiling pest_meta v2.1.3
Compiling build-helper v0.1.1
Compiling spki v0.5.4
Compiling quote v1.0.18
Compiling getrandom v0.2.5
Compiling num_cpus v1.13.1
Compiling atty v0.2.14
Compiling dirs-sys-next v0.1.2
Compiling time v0.1.44
Compiling region v2.2.0
Compiling socket2 v0.4.4
Compiling signal-hook-registry v1.4.0
Compiling hostname v0.3.1
Compiling memmap2 v0.5.3
Compiling iovec v0.1.4
Compiling net2 v0.2.37
Compiling fs-swap v0.2.6
Compiling memmap2 v0.2.3
Compiling fs2 v0.4.3
Compiling tempfile v3.3.0
Compiling dirs-sys v0.3.7
Compiling rpassword v5.0.1
Compiling fdlimit v0.2.1
Compiling coarsetime v0.1.22
Compiling jobserver v0.1.24
Compiling which v4.2.5
Compiling aho-corasick v0.7.18
Compiling os_str_bytes v6.0.0
Compiling nom v7.1.1
Compiling futures-lite v1.12.0
Compiling async-channel v1.6.1
Compiling quicksink v0.1.2
Compiling generic-array v0.12.4
Compiling uint v0.9.3
Compiling hash256-std-hasher v0.15.2
Compiling bitvec v1.0.0
Compiling idna v0.2.3
Compiling idna v0.1.5
Compiling crossbeam-channel v0.5.4
Compiling blake2-rfc v0.2.18
Compiling num-format v0.4.0
Compiling wasm-gc-api v0.1.11
Compiling semver v0.11.0
Compiling substrate-build-script-utils v3.0.0 (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling orml-build-script-utils v0.4.1-dev (/app/git/Acala/orml/build-script-utils)
Compiling rand_core v0.6.3
Compiling threadpool v1.8.1
Compiling parking_lot v0.11.2
Compiling rand_core v0.5.1
Compiling parking_lot v0.12.0
Compiling directories-next v2.0.0
Compiling resolv-conf v0.7.0
Compiling bytes v0.4.12
Compiling directories v4.0.1
Compiling cc v1.0.73
Compiling prost-build v0.9.0
Compiling regex v1.5.5
Compiling cexpr v0.6.0
Compiling petgraph v0.6.0
Compiling async-executor v1.4.1
Compiling blocking v1.2.0
Compiling digest v0.8.1
Compiling block-buffer v0.7.3
Compiling digest v0.9.0
Compiling block-buffer v0.9.0
Compiling crypto-mac v0.8.0
Compiling crypto-common v0.1.3
Compiling block-buffer v0.10.2
Compiling crypto-mac v0.11.1
Compiling cipher v0.3.0
Compiling integer-sqrt v0.1.5
Compiling num-complex v0.4.0
Compiling approx v0.5.1
Compiling ordered-float v1.1.1
Compiling url v2.2.2
Compiling url v1.7.2
Compiling rustc_version v0.3.3
Compiling acala-cli v2.6.2 (/app/git/Acala/node/cli)
Compiling polkadot-cli v0.9.19 (https://github.com/paritytech//polkadot?rev=f00a2772497aadddf75b8b4b475843ea0d910c48#f00a2772)
Compiling rand_chacha v0.3.1
Compiling password-hash v0.2.3
Compiling ff v0.11.0
Compiling hashbrown v0.12.0
Compiling rand_pcg v0.2.1
Compiling rand_chacha v0.2.2
Compiling synstructure v0.12.6
Compiling wasm-bindgen-backend v0.2.79
Compiling pest_generator v2.1.3
Compiling tikv-jemalloc-sys v0.4.3+5.2.1-patched.2
Compiling zstd-sys v1.6.2+zstd.1.5.1
Compiling backtrace v0.3.64
Compiling wasmtime-runtime v0.33.1
Compiling psm v0.1.17
Compiling secp256k1-sys v0.4.2
Compiling ring v0.16.20
Compiling libz-sys v1.1.5
Compiling blake3 v0.3.8
Compiling bzip2-sys v0.1.11+1.0.8
Compiling lz4-sys v1.9.3
Compiling blake3 v1.3.1
Compiling Inflector v0.11.4
Compiling crossbeam-deque v0.8.1
Compiling thiserror-impl v1.0.30
Compiling ctor v0.1.22
Compiling futures-macro v0.3.21
Compiling impl-trait-for-tuples v0.2.2
Compiling derive_more v0.99.17
Compiling tracing-attributes v0.1.20
Compiling sp-debug-derive v4.0.0 (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling ref-cast-impl v1.0.6
Compiling dyn-clonable-impl v0.9.0
Compiling frame-support-procedural-tools-derive v3.0.0 (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling prost-derive v0.9.0
Compiling tokio-macros v1.7.0
Compiling pin-project-internal v1.0.10
Compiling nalgebra-macros v0.1.0
Compiling enum-as-inner v0.3.4
Compiling async-attributes v1.1.2
Compiling open-metrics-client-derive-text-encode v0.1.1
Compiling libp2p-swarm-derive v0.25.0
Compiling derivative v2.2.0
Compiling strum_macros v0.23.1
Compiling data-encoding-macro-internal v0.1.10
Compiling strum_macros v0.24.0
Compiling rlp-derive v0.1.0
Compiling enumflags2_derive v0.6.4
Compiling enumn v0.1.3
Compiling enumflags2_derive v0.7.4
Compiling bencher-procedural v0.1.0 (/app/git/Acala/orml/bencher/bencher-procedural)
Compiling sha2 v0.8.2
Compiling sha-1 v0.8.2
Compiling signature v1.3.2
Compiling libsecp256k1-core v0.3.0
Compiling sha2 v0.9.9
Compiling sha3 v0.9.1
Compiling sha-1 v0.9.8
Compiling ripemd160 v0.9.1
Compiling hmac v0.8.1
Compiling pbkdf2 v0.4.0
Compiling blake2 v0.9.2
Compiling digest v0.10.3
Compiling hmac v0.11.0
Compiling salsa20 v0.9.0
Compiling chrono v0.4.19
Compiling simba v0.5.1
Compiling snow v0.8.0
Compiling rand v0.8.5
Compiling group v0.11.0
Compiling lru v0.7.5
Compiling lru v0.6.6
Compiling rand v0.7.3
Compiling clap_derive v3.1.4
Compiling auto_impl v0.5.0
Compiling zeroize_derive v1.3.2
Compiling parity-util-mem-derive v0.1.0
Compiling wasm-bindgen-macro-support v0.2.79
Compiling pest_derive v2.1.0
Compiling xcm-procedural v0.1.0 (https://github.com/paritytech//polkadot?rev=f00a2772497aadddf75b8b4b475843ea0d910c48#f00a2772)
Compiling thiserror v1.0.30
Compiling tracing v0.1.34
Compiling reed-solomon-novelpoly v1.0.0
Compiling dyn-clonable v0.9.0
Compiling pin-project v1.0.10
Compiling prost v0.9.0
Compiling pin-project v0.4.29
Compiling open-metrics-client v0.12.0
Compiling data-encoding-macro v0.1.12
Compiling strum v0.23.0
Compiling strum v0.24.0
Compiling base58check v0.1.0
Compiling enumflags2 v0.7.5
Compiling ed25519 v1.4.1
Compiling hmac-drbg v0.3.0
Compiling sha3 v0.10.1
Compiling blake2 v0.10.4
Compiling sha2 v0.10.2
Compiling pbkdf2 v0.8.0
Compiling twox-hash v1.6.2
Compiling libsecp256k1-gen-genmult v0.3.0
Compiling libsecp256k1-gen-ecmult v0.3.0
Compiling librocksdb-sys v0.6.1+6.28.2
Compiling fixed-hash v0.7.0
Compiling rand_distr v0.4.3
Compiling substrate-bn v0.6.0
Compiling memory-lru v0.1.0
Compiling cuckoofilter v0.5.0
Compiling zeroize v1.5.4
Compiling wasm-bindgen-macro v0.2.79
Compiling bounded-vec v0.5.0
Compiling futures-executor v0.3.21
Compiling asynchronous-codec v0.6.0
Compiling asynchronous-codec v0.5.0
Compiling toml v0.5.8
Compiling impl-serde v0.3.2
Compiling cargo-platform v0.1.2
Compiling cranelift-entity v0.80.1
Compiling bincode v1.3.3
Compiling tracing-serde v0.1.3
Compiling bstr v0.2.17
Compiling enumflags2 v0.6.4
Compiling beef v0.5.1
Compiling serde_nanos v0.1.2
Compiling tracing-futures v0.2.5
Compiling prost-types v0.9.0
Compiling multibase v0.8.0
Compiling coins-core v0.2.2
Compiling sp-core-hashing v4.0.0 (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling libsecp256k1 v0.7.0
Compiling wasmi v0.9.1
Compiling num v0.4.0
Compiling nalgebra v0.27.1
Compiling curve25519-dalek v3.2.0
Compiling curve25519-dalek v2.1.3
Compiling merlin v2.0.1
Compiling secrecy v0.8.0
Compiling tiny-bip39 v0.8.2
Compiling pkcs8 v0.8.0
Compiling crypto-bigint v0.3.2
Compiling regalloc v0.0.33
Compiling env_logger v0.9.0
Compiling tracing-log v0.1.2
Compiling trie-db v0.23.1
Compiling mio v0.8.2
Compiling want v0.3.0
Compiling polling v2.2.0
Compiling kv-log-macro v1.0.7
Compiling trust-dns-proto v0.20.4
Compiling mio v0.6.23
Compiling thrift v0.15.0
Compiling futures v0.3.21
Compiling sct v0.6.1
Compiling webpki v0.21.4
Compiling webpki v0.22.0
Compiling sct v0.7.0
Compiling unsigned-varint v0.7.1
Compiling unsigned-varint v0.6.0
Compiling proc-macro-crate v1.1.3
Compiling proc-macro-crate v0.1.5
Compiling ss58-registry v1.17.0
Compiling cargo_metadata v0.14.2
Compiling gimli v0.26.1
Compiling object v0.27.1
Compiling clap v3.1.6
Compiling wasmtime-types v0.33.1
Compiling cranelift-bforest v0.80.1
Compiling sp-serializer v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling handlebars v4.2.2
Compiling jsonrpsee-types v0.10.1
Compiling globset v0.4.8
Compiling sp-core-hashing-proc-macro v5.0.0 (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling ed25519-dalek v1.0.1
Compiling x25519-dalek v1.1.1
Compiling schnorrkel v0.9.1
Compiling sec1 v0.2.1
Compiling rfc6979 v0.1.0
Compiling statrs v0.15.0
Compiling js-sys v0.3.56
Compiling file-per-thread-logger v0.1.5
Compiling tracing-subscriber v0.2.25
Compiling tokio v1.17.0
Compiling async-io v1.6.0
Compiling mio-extras v2.0.6
Compiling trust-dns-resolver v0.20.4
Compiling rw-stream-sink v0.2.1
Compiling wasm-timer v0.2.5
Compiling sc-utils v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling yamux v0.9.0
Compiling libp2p-pnet v0.22.0
Compiling jsonrpc-core v18.0.0
Compiling mick-jaeger v0.1.8
Compiling exit-future v0.2.0
Compiling ct-logs v0.8.0
Compiling rustls v0.19.1
Compiling webpki-roots v0.21.1
Compiling webpki-roots v0.22.2
Compiling multistream-select v0.10.4
Compiling tikv-jemallocator v0.4.3
Compiling tikv-jemalloc-ctl v0.4.2
Compiling frame-support-procedural-tools v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling parity-scale-codec-derive v3.1.2
Compiling scale-info-derive v2.1.1
Compiling sp-runtime-interface-proc-macro v5.0.0 (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling sp-api-proc-macro v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling multihash-derive v0.7.2
Compiling sc-chain-spec-derive v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling sc-tracing-proc-macro v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling tracing-gum-proc-macro v0.9.19 (https://github.com/paritytech//polkadot?rev=f00a2772497aadddf75b8b4b475843ea0d910c48#f00a2772)
Compiling polkadot-overseer-gen-proc-macro v0.9.19 (https://github.com/paritytech//polkadot?rev=f00a2772497aadddf75b8b4b475843ea0d910c48#f00a2772)
Compiling num_enum_derive v0.5.7
Compiling frame-election-provider-solution-type v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling pallet-staking-reward-curve v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling cumulus-pallet-parachain-system-proc-macro v0.1.0 (https://github.com/paritytech//cumulus?rev=2317ef00dfa29a4d23fd6aa808d791a5dab82a02#2317ef00)
Compiling jsonrpsee-proc-macros v0.10.1
Compiling jsonrpc-derive v18.0.0
Compiling addr2line v0.17.0
Compiling wasmtime-environ v0.33.1
Compiling libp2p-core v0.30.2
Compiling libp2p-identify v0.31.0
Compiling libp2p-kad v0.32.0
Compiling libp2p-rendezvous v0.1.0
Compiling libp2p-floodsub v0.31.0
Compiling libp2p-noise v0.33.0
Compiling libp2p-plaintext v0.30.0
Compiling libp2p-relay v0.4.0
Compiling libp2p-gossipsub v0.33.0
Compiling sc-network v0.10.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling sc-authority-discovery v0.10.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling elliptic-curve v0.11.12
Compiling substrate-bip39 v0.4.4
Compiling linregress v0.4.4
Compiling wasm-bindgen-futures v0.4.29
Compiling async-global-executor v2.0.3
Compiling if-watch v0.2.2
Compiling async-process v1.3.0
Compiling parity-ws v0.11.1
Compiling tokio-util v0.6.9
Compiling tokio-stream v0.1.8
Compiling parity-tokio-ipc v0.9.0
Compiling tokio-util v0.7.1
Compiling backoff v0.4.0
Compiling jsonrpc-pubsub v18.0.0
Compiling futures-rustls v0.21.1
Compiling tokio-rustls v0.22.0
Compiling rustls-native-certs v0.5.0
Compiling tokio-rustls v0.23.3
Compiling frame-support-procedural v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling parity-scale-codec v3.1.2
Compiling multihash v0.14.0
Compiling num_enum v0.5.7
Compiling cranelift-frontend v0.80.1
Compiling cranelift-native v0.80.1
Compiling ecdsa v0.13.4
Compiling async-std v1.11.0
Compiling h2 v0.3.12
Compiling jsonrpc-server-utils v18.0.0
Compiling jsonrpc-client-transports v18.0.0
Compiling scale-info v2.1.1
Compiling impl-codec v0.6.0
Compiling sp-storage v6.0.0 (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling sp-tracing v5.0.0 (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling fork-tree v3.0.0 (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling multiaddr v0.13.0
Compiling sp-version-proc-macro v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling sp-panic-handler v4.0.0 (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling cranelift-wasm v0.80.1
Compiling k256 v0.10.4
Compiling async-std-resolver v0.20.4
Compiling hyper v0.14.18
Compiling jsonrpc-ipc-server v18.0.0
Compiling jsonrpc-ws-server v18.0.0
Compiling jsonrpc-core-client v18.0.0
Compiling primitive-types v0.11.1
Compiling sp-arithmetic v5.0.0 (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling frame-metadata v15.0.0
Compiling finality-grandpa v0.15.0
Compiling xcm v0.9.19 (https://github.com/paritytech//polkadot?rev=f00a2772497aadddf75b8b4b475843ea0d910c48#f00a2772)
Compiling ethbloom v0.12.1
Compiling sp-externalities v0.12.0 (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling wasmtime-jit v0.33.1
Compiling wasmtime-cranelift v0.33.1
Compiling coins-bip32 v0.6.0
Compiling substrate-prometheus-endpoint v0.10.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling jsonrpc-http-server v18.0.0
Compiling hyper-rustls v0.22.1
Compiling hyper-rustls v0.23.0
Compiling evm-core v0.35.0 (https://github.com/rust-blockchain/evm?rev=0b686f8c2c83a52638917caa649dc23302fda80d#0b686f8c)
Compiling pallet-staking-reward-fn v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling ethereum-types v0.13.1
Compiling libp2p-swarm v0.31.0
Compiling libp2p-dns v0.30.0
Compiling libp2p-yamux v0.34.0
Compiling libp2p-tcp v0.30.0
Compiling libp2p-uds v0.30.0
Compiling libp2p-mplex v0.30.0
Compiling libp2p-wasm-ext v0.30.0
Compiling coins-bip39 v0.6.0
Compiling sc-proposer-metrics v0.10.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling sc-rpc-server v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling memory-db v0.29.0
Compiling kvdb v0.11.0
Compiling evm-runtime v0.35.0 (https://github.com/rust-blockchain/evm?rev=0b686f8c2c83a52638917caa649dc23302fda80d#0b686f8c)
Compiling ethereum v0.12.0
Compiling ethabi v17.0.0
Compiling libp2p-ping v0.31.0
Compiling libp2p-request-response v0.13.0
Compiling libp2p-mdns v0.32.0
Compiling sp-database v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling kvdb-memorydb v0.11.0
Compiling evm-gasometer v0.35.0 (https://github.com/rust-blockchain/evm?rev=0b686f8c2c83a52638917caa649dc23302fda80d#0b686f8c)
Compiling libp2p-metrics v0.1.0
Compiling evm v0.35.0 (https://github.com/rust-blockchain/evm?rev=0b686f8c2c83a52638917caa649dc23302fda80d#0b686f8c)
Compiling module-evm-utility v2.6.2 (/app/git/Acala/modules/evm-utility)
Compiling module-evm-utility-macro v2.6.2 (/app/git/Acala/modules/evm-utility/macro)
Compiling fatality-proc-macro v0.0.6
Compiling multihash v0.13.2
Compiling cid v0.6.1
Compiling secp256k1 v0.21.3
Compiling fatality v0.0.6
Compiling lz4 v1.23.3
Compiling parity-db v0.3.9
Compiling flate2 v1.0.22
Compiling soketto v0.7.1
Compiling libp2p-deflate v0.30.0
Compiling libp2p-websocket v0.31.0
Compiling jsonrpsee-core v0.10.1
Compiling libp2p v0.40.0
Compiling jsonrpsee-client-transport v0.10.1
Compiling jsonrpsee-http-client v0.10.1
Compiling sc-peerset v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling sc-telemetry v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling jsonrpsee-ws-client v0.10.1
Compiling jsonrpsee v0.10.1
Compiling zstd v0.9.2+zstd.1.5.1
Compiling sp-maybe-compressed-blob v4.1.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling substrate-wasm-builder v5.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling kusama-runtime v0.9.19 (https://github.com/paritytech//polkadot?rev=f00a2772497aadddf75b8b4b475843ea0d910c48#f00a2772)
Compiling polkadot-runtime v0.9.19 (https://github.com/paritytech//polkadot?rev=f00a2772497aadddf75b8b4b475843ea0d910c48#f00a2772)
Compiling westend-runtime v0.9.19 (https://github.com/paritytech//polkadot?rev=f00a2772497aadddf75b8b4b475843ea0d910c48#f00a2772)
Compiling rococo-runtime v0.9.19 (https://github.com/paritytech//polkadot?rev=f00a2772497aadddf75b8b4b475843ea0d910c48#f00a2772)
Compiling acala-runtime v2.6.2 (/app/git/Acala/runtime/acala)
Compiling karura-runtime v2.6.2 (/app/git/Acala/runtime/karura)
Compiling mandala-runtime v2.6.2 (/app/git/Acala/runtime/mandala)
Compiling sp-wasm-interface v6.0.0 (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling sp-runtime-interface v6.0.0 (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling sp-core v6.0.0 (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling sp-trie v6.0.0 (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling sp-keystore v0.12.0 (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling sc-allocator v4.1.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling sp-rpc v6.0.0 (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling sp-state-machine v0.12.0 (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling sc-executor-common v0.10.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling sp-io v6.0.0 (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling sc-executor-wasmi v0.10.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling sp-application-crypto v6.0.0 (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling sp-tasks v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling sp-runtime v6.0.0 (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling sc-keystore v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling sp-version v5.0.0 (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling sp-inherents v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling sp-staking v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling polkadot-core-primitives v0.9.19 (https://github.com/paritytech//polkadot?rev=f00a2772497aadddf75b8b4b475843ea0d910c48#f00a2772)
Compiling sp-consensus-vrf v0.10.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling sp-keyring v6.0.0 (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling sp-npos-elections v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling slot-range-helper v0.9.19 (https://github.com/paritytech//polkadot?rev=f00a2772497aadddf75b8b4b475843ea0d910c48#f00a2772)
Compiling sp-api v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling remote-externalities v0.10.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling frame-support v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling sp-consensus v0.10.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling sp-transaction-storage-proof v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling sp-authorship v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling sp-timestamp v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling sc-executor v0.10.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling sp-finality-grandpa v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling sp-block-builder v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling sp-authority-discovery v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling sp-session v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling sp-offchain v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling sp-transaction-pool v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling beefy-primitives v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling frame-system-rpc-runtime-api v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling orml-oracle-rpc-runtime-api v0.4.1-dev (/app/git/Acala/orml/oracle/rpc/runtime-api)
Compiling sp-blockchain v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling sp-consensus-slots v0.10.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling frame-system v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling polkadot-parachain v0.9.19 (https://github.com/paritytech//polkadot?rev=f00a2772497aadddf75b8b4b475843ea0d910c48#f00a2772)
Compiling orml-utilities v0.4.1-dev (/app/git/Acala/orml/utilities)
Compiling bp-runtime v0.1.0 (https://github.com/paritytech//polkadot?rev=f00a2772497aadddf75b8b4b475843ea0d910c48#f00a2772)
Compiling frame-try-runtime v0.10.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling sc-transaction-pool-api v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling orml-oracle-rpc v0.4.1-dev (/app/git/Acala/orml/oracle/rpc)
Compiling sp-consensus-babe v0.10.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling sp-consensus-aura v0.10.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling orml-traits v0.4.1-dev (/app/git/Acala/orml/traits)
Compiling bp-header-chain v0.1.0 (https://github.com/paritytech//polkadot?rev=f00a2772497aadddf75b8b4b475843ea0d910c48#f00a2772)
Compiling bp-message-dispatch v0.1.0 (https://github.com/paritytech//polkadot?rev=f00a2772497aadddf75b8b4b475843ea0d910c48#f00a2772)
Compiling frame-benchmarking v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling polkadot-primitives v0.9.19 (https://github.com/paritytech//polkadot?rev=f00a2772497aadddf75b8b4b475843ea0d910c48#f00a2772)
Compiling pallet-transaction-payment v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling nutsfinance-stable-asset v0.1.0 (/app/git/Acala/ecosystem-modules/stable-asset/lib/stable-asset)
Compiling pallet-authorship v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling frame-election-provider-support v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling pallet-mmr-primitives v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling frame-executive v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling bp-messages v0.1.0 (https://github.com/paritytech//polkadot?rev=f00a2772497aadddf75b8b4b475843ea0d910c48#f00a2772)
Compiling pallet-nicks v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling pallet-recovery v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling pallet-society v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling pallet-sudo v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling orml-nft v0.4.1-dev (/app/git/Acala/orml/nft)
Compiling module-transaction-pause v2.6.2 (/app/git/Acala/modules/transaction-pause)
Compiling orml-authority v0.4.1-dev (/app/git/Acala/orml/authority)
Compiling orml-vesting v0.4.1-dev (/app/git/Acala/orml/vesting)
Compiling sc-client-api v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling orml-tokens v0.4.1-dev (/app/git/Acala/orml/tokens)
Compiling orml-currencies v0.4.1-dev (/app/git/Acala/orml/currencies)
Compiling orml-oracle v0.4.1-dev (/app/git/Acala/orml/oracle)
Compiling orml-rewards v0.4.1-dev (/app/git/Acala/orml/rewards)
Compiling orml-auction v0.4.1-dev (/app/git/Acala/orml/auction)
Compiling orml-payments v0.4.1-dev (/app/git/Acala/orml/payments)
Compiling bp-test-utils v0.1.0 (https://github.com/paritytech//polkadot?rev=f00a2772497aadddf75b8b4b475843ea0d910c48#f00a2772)
Compiling pallet-bridge-dispatch v0.1.0 (https://github.com/paritytech//polkadot?rev=f00a2772497aadddf75b8b4b475843ea0d910c48#f00a2772)
Compiling pallet-transaction-payment-rpc-runtime-api v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling pallet-timestamp v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling xcm-executor v0.9.19 (https://github.com/paritytech//polkadot?rev=f00a2772497aadddf75b8b4b475843ea0d910c48#f00a2772)
Compiling pallet-balances v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling pallet-vesting v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling pallet-proxy v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling frame-system-benchmarking v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling pallet-utility v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling pallet-indices v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling pallet-membership v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling pallet-collective v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling pallet-multisig v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling pallet-scheduler v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling pallet-democracy v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling pallet-identity v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling pallet-elections-phragmen v5.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling pallet-preimage v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling pallet-gilt v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling orml-benchmarking v0.4.1-dev (/app/git/Acala/orml/benchmarking)
Compiling polkadot-node-primitives v0.9.19 (https://github.com/paritytech//polkadot?rev=f00a2772497aadddf75b8b4b475843ea0d910c48#f00a2772)
Compiling polkadot-statement-table v0.9.19 (https://github.com/paritytech//polkadot?rev=f00a2772497aadddf75b8b4b475843ea0d910c48#f00a2772)
Compiling polkadot-runtime-metrics v0.9.19 (https://github.com/paritytech//polkadot?rev=f00a2772497aadddf75b8b4b475843ea0d910c48#f00a2772)
Compiling cumulus-primitives-core v0.1.0 (https://github.com/paritytech//cumulus?rev=2317ef00dfa29a4d23fd6aa808d791a5dab82a02#2317ef00)
Compiling acala-primitives v2.6.2 (/app/git/Acala/primitives)
Compiling pallet-im-online v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling pallet-election-provider-multi-phase v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling pallet-mmr v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling pallet-mmr-rpc v3.0.0 (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling bp-polkadot-core v0.1.0 (https://github.com/paritytech//polkadot?rev=f00a2772497aadddf75b8b4b475843ea0d910c48#f00a2772)
Compiling pallet-bridge-messages v0.1.0 (https://github.com/paritytech//polkadot?rev=f00a2772497aadddf75b8b4b475843ea0d910c48#f00a2772)
Compiling sc-consensus v0.10.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling sc-block-builder v0.10.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling sc-state-db v0.10.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling sc-tracing v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling sc-transaction-pool v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling sc-consensus-uncles v0.10.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling orml-tokens-rpc-runtime-api v0.4.1-dev (/app/git/Acala/orml/tokens/rpc/runtime-api)
Compiling pallet-bridge-grandpa v0.1.0 (https://github.com/paritytech//polkadot?rev=f00a2772497aadddf75b8b4b475843ea0d910c48#f00a2772)
Compiling pallet-transaction-payment-rpc v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling pallet-session v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling pallet-aura v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling pallet-treasury v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling pallet-bags-list v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling pallet-offences v4.0.0-dev (https://github.com/paritytech//substrate?rev=174735ea1bb5fc4513519c45181d8df63d86f613#174735ea)
Compiling xcm-builder v0.9.19 (https://github.com/paritytech//polkadot?rev=f00a2772497aadddf75b8b4b475843ea0d910c48#f00a2772)
Compiling pallet-xcm v0.9.19 (https://github.com/paritytech//polkadot?rev=f00a2772497aadddf75b8b4b475843ea0d910c48#f00a2772)
Compiling pallet-xcm-benchmarks v0.9.19 (https://github.com/paritytech//polkadot?rev=f00a2772497aadddf75b8b4b475843ea0d910c48#f00a2772)
Compiling orml-xcm-support v0.4.1-dev (/app/git/Acala/orml/xcm-support)
Compiling polkadot-erasure-coding v0.9.19 (https://github.com/paritytech//polkadot?rev=f00a2772497aadddf75b8b4b475843ea0d910c48#f00a2772)
Compiling cumulus-test-relay-sproof-builder v0.1.0 (https://github.com/paritytech//cumulus?rev=2317ef00dfa29a4d23fd6aa808d791a5dab82a02#2317ef00)
Compiling cumulus-primitives-utility v0.1.0 (https://github.com/paritytech//cumulus?rev=2317ef00dfa29a4d23fd6aa808d791a5dab82a02#2317ef00)
Compiling cumulus-pallet-xcmp-queue v0.1.0 (https://github.com/paritytech//cumulus?rev=2317ef00dfa29a4d23fd6aa808d791a5dab82a02#2317ef00)
Compiling parachain-info v0.1.0 (https://github.com/paritytech//cumulus?rev=2317ef00dfa29a4d23fd6aa808d791a5dab82a02#2317ef00)
Compiling cumulus-pallet-dmp-queue v0.1.0 (https://github.com/paritytech//cumulus?rev=2317ef00dfa29a4d23fd6aa808d791a5dab82a02#2317ef00)
Compiling cumulus-primitives-timestamp v0.1.0 (https://github.com/paritytech//cumulus?rev=2317ef00dfa29a4d23fd6aa808d791a5dab82a02#2317ef00)
Compiling cumulus-pallet-xcm v0.1.0 (https://github.com/paritytech//cumulus?rev=2317ef00dfa29a4d23fd6aa808d791a5dab82a02#2317ef00)
Compiling module-support v2.6.2 (/app/git/Acala/modules/support)
Compiling module-evm-rpc-runtime-api v2.6.2 (/app/git/Acala/modules/evm/rpc/runtime_api)
error[E0407]: method get_swap_output_amount is not a member of trait StableAsset
--> modules/support/src/mocks.rs:393:2
|
393 | / fn get_swap_output_amount(
394 | | _pool_id: StableAssetPoolId,
395 | | _input_index: PoolTokenIndex,
396 | | _output_index: PoolTokenIndex,
... |
399 | | unimplemented!()
400 | | }
| |_____^ not a member of trait StableAsset

error[E0407]: method get_swap_input_amount is not a member of trait StableAsset
--> modules/support/src/mocks.rs:402:2
|
402 | / fn get_swap_input_amount(
403 | | _pool_id: StableAssetPoolId,
404 | | _input_index: PoolTokenIndex,
405 | | _output_index: PoolTokenIndex,
... |
408 | | unimplemented!()
409 | | }
| |_____^ not a member of trait StableAsset

Compiling module-nft v2.6.2 (/app/git/Acala/modules/nft)
error[E0053]: method get_best_route has an incompatible type for trait
--> modules/support/src/mocks.rs:389:7
|
389 | ) -> Option<(StableAssetPoolId, PoolTokenIndex, PoolTokenIndex, Self::Balance)> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| |
| expected struct StableAssetPoolInfo, found tuple
| help: change the output type to match the trait: std::option::Option<StableAssetPoolInfo<CurrencyId, Balance, Balance, AccountId, BlockNumber>>
|
= note: expected fn pointer fn(_, _, _) -> std::option::Option<StableAssetPoolInfo<CurrencyId, Balance, Balance, AccountId, BlockNumber>>
found fn pointer fn(_, _, _) -> std::option::Option<(u32, u32, u32, Balance)>

error[E0046]: not all trait items implemented, missing: get_swap_amount_exact
--> modules/support/src/mocks.rs:221:1
|
221 | / impl<CurrencyId, Balance, AccountId, BlockNumber> StableAsset
222 | | for MockStableAsset<CurrencyId, Balance, AccountId, BlockNumber>
223 | | {
224 | | type AssetId = CurrencyId;
... |
409 | | }
410 | | }
| |_^ missing get_swap_amount_exact in implementation
|
= help: implement the missing item: fn get_swap_amount_exact(_: u32, _: u32, _: u32, _: <Self as nutsfinance_stable_asset::traits::StableAsset>::Balance) -> std::option::Option<SwapResult<<Self as nutsfinance_stable_asset::traits::StableAsset>::Balance>> { todo!() }

Some errors have detailed explanations: E0046, E0053, E0407.
For more information about an error, try rustc --explain E0046.
error: could not compile module-support due to 4 previous errors
warning: build failed, waiting for other jobs to finish...
error: build failed

@zqhxuyuan
Copy link
Contributor Author

zqhxuyuan commented May 18, 2022

need to merge master as evm is enabled on acala, so this feature can also applied on acala.

@zqhxuyuan
Copy link
Contributor Author

/bench runtime karura module_transaction_payment

@ghost
Copy link

ghost commented May 18, 2022

Finished benchmark for branch: pay_for_other

Benchmark: Benchmark Runtime Karura Module

cargo run --profile production --color=never --bin=acala --features=runtime-benchmarks --features=with-karura-runtime -- benchmark pallet --chain=karura-dev --steps=50 --repeat=20 --pallet=module_transaction_payment --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/karura/src/weights/

Results

Pallet: "module_transaction_payment", Extrinsic: "set_alternative_fee_swap_path", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
Storage: Balances Reserves (r:1 w:1)
Storage: TransactionPayment AlternativeFeeSwapPath (r:0 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 22.99
µs

Reads = 2
Writes = 3

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 22.99
µs

Reads = 2
Writes = 3

Pallet: "module_transaction_payment", Extrinsic: "enable_charge_fee_pool", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
Storage: TransactionPayment GlobalFeeSwapPath (r:1 w:1)
Storage: TransactionPayment PoolSize (r:1 w:1)
Storage: Dex TradingPairStatuses (r:1 w:0)
Storage: Dex LiquidityPool (r:1 w:0)
Storage: Tokens Accounts (r:2 w:2)
Storage: System Account (r:2 w:2)
Storage: TransactionPayment TokenExchangeRate (r:0 w:1)
Storage: TransactionPayment SwapBalanceThreshold (r:0 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 66.91
µs

Reads = 9
Writes = 9

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 66.91
µs

Reads = 9
Writes = 9

Pallet: "module_transaction_payment", Extrinsic: "disable_charge_fee_pool", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
Storage: TransactionPayment TokenExchangeRate (r:1 w:1)
Storage: Tokens Accounts (r:2 w:2)
Storage: System Account (r:2 w:2)
Storage: EvmAccounts EvmAddresses (r:1 w:0)
Storage: TransactionPayment SwapBalanceThreshold (r:0 w:1)
Storage: TransactionPayment GlobalFeeSwapPath (r:0 w:1)
Storage: TransactionPayment PoolSize (r:0 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 65.62
µs

Reads = 7
Writes = 9

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 65.62
µs

Reads = 7
Writes = 9

Pallet: "module_transaction_payment", Extrinsic: "with_fee_path", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 2.246
µs

Reads = 0
Writes = 0

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 2.246
µs

Reads = 0
Writes = 0

Pallet: "module_transaction_payment", Extrinsic: "with_fee_currency", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 2.214
µs

Reads = 0
Writes = 0

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 2.214
µs

Reads = 0
Writes = 0

Pallet: "module_transaction_payment", Extrinsic: "with_fee_paid_by", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 2.1
µs

Reads = 0
Writes = 0

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 2.1
µs

Reads = 0
Writes = 0

Pallet: "module_transaction_payment", Extrinsic: "on_finalize", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: TransactionPayment NextFeeMultiplier (r:1 w:1)
Storage: System BlockWeight (r:1 w:0)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 6.714
µs

Reads = 2
Writes = 1

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 6.714
µs

Reads = 2
Writes = 1

Acala Benchmarking Bot added 2 commits May 18, 2022 06:25
…untime-benchmarks --features=with-karura-runtime -- benchmark pallet --chain=karura-dev --steps=50 --repeat=20 --pallet=module_transaction_payment --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/karura/src/weights/
@zqhxuyuan
Copy link
Contributor Author

/bench runtime acala module_transaction_payment

@ghost
Copy link

ghost commented May 18, 2022

Finished benchmark for branch: pay_for_other

Benchmark: Benchmark Runtime Acala Module

cargo run --profile production --color=never --bin=acala --features=runtime-benchmarks --features=with-acala-runtime -- benchmark pallet --chain=acala-dev --steps=50 --repeat=20 --pallet=module_transaction_payment --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/acala/src/weights/

Results

Pallet: "module_transaction_payment", Extrinsic: "set_alternative_fee_swap_path", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
Storage: Balances Reserves (r:1 w:1)
Storage: TransactionPayment AlternativeFeeSwapPath (r:0 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 23.15
µs

Reads = 2
Writes = 3

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 23.15
µs

Reads = 2
Writes = 3

Pallet: "module_transaction_payment", Extrinsic: "enable_charge_fee_pool", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
Storage: TransactionPayment GlobalFeeSwapPath (r:1 w:1)
Storage: TransactionPayment PoolSize (r:1 w:1)
Storage: Dex TradingPairStatuses (r:1 w:0)
Storage: Dex LiquidityPool (r:1 w:0)
Storage: Tokens Accounts (r:2 w:2)
Storage: System Account (r:2 w:2)
Storage: TransactionPayment TokenExchangeRate (r:0 w:1)
Storage: TransactionPayment SwapBalanceThreshold (r:0 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 67.96
µs

Reads = 9
Writes = 9

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 67.96
µs

Reads = 9
Writes = 9

Pallet: "module_transaction_payment", Extrinsic: "disable_charge_fee_pool", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
Storage: TransactionPayment TokenExchangeRate (r:1 w:1)
Storage: Tokens Accounts (r:2 w:2)
Storage: System Account (r:2 w:2)
Storage: EvmAccounts EvmAddresses (r:1 w:0)
Storage: TransactionPayment SwapBalanceThreshold (r:0 w:1)
Storage: TransactionPayment GlobalFeeSwapPath (r:0 w:1)
Storage: TransactionPayment PoolSize (r:0 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 107.8
µs

Reads = 7
Writes = 9

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 107.8
µs

Reads = 7
Writes = 9

Pallet: "module_transaction_payment", Extrinsic: "with_fee_path", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 2.325
µs

Reads = 0
Writes = 0

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 2.325
µs

Reads = 0
Writes = 0

Pallet: "module_transaction_payment", Extrinsic: "with_fee_currency", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 2.178
µs

Reads = 0
Writes = 0

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 2.178
µs

Reads = 0
Writes = 0

Pallet: "module_transaction_payment", Extrinsic: "with_fee_paid_by", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 2.136
µs

Reads = 0
Writes = 0

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 2.136
µs

Reads = 0
Writes = 0

Pallet: "module_transaction_payment", Extrinsic: "on_finalize", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: TransactionPayment NextFeeMultiplier (r:1 w:1)
Storage: System BlockWeight (r:1 w:0)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 6.479
µs

Reads = 2
Writes = 1

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 6.479
µs

Reads = 2
Writes = 1

…untime-benchmarks --features=with-acala-runtime -- benchmark pallet --chain=acala-dev --steps=50 --repeat=20 --pallet=module_transaction_payment --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/acala/src/weights/
@zqhxuyuan
Copy link
Contributor Author

/bench runtime mandala module_transaction_payment

@ghost
Copy link

ghost commented May 18, 2022

Finished benchmark for branch: pay_for_other

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_transaction_payment --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/mandala/src/weights/

Results

Pallet: "module_transaction_payment", Extrinsic: "set_alternative_fee_swap_path", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
Storage: Balances Reserves (r:1 w:1)
Storage: TransactionPayment AlternativeFeeSwapPath (r:0 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 24.6
µs

Reads = 2
Writes = 3

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 24.6
µs

Reads = 2
Writes = 3

Pallet: "module_transaction_payment", Extrinsic: "enable_charge_fee_pool", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
Storage: TransactionPayment GlobalFeeSwapPath (r:1 w:1)
Storage: TransactionPayment PoolSize (r:1 w:1)
Storage: Dex TradingPairStatuses (r:1 w:0)
Storage: Dex LiquidityPool (r:1 w:0)
Storage: Tokens Accounts (r:2 w:2)
Storage: System Account (r:2 w:2)
Storage: TransactionPayment TokenExchangeRate (r:0 w:1)
Storage: TransactionPayment SwapBalanceThreshold (r:0 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 70.47
µs

Reads = 9
Writes = 9

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 70.47
µs

Reads = 9
Writes = 9

Pallet: "module_transaction_payment", Extrinsic: "disable_charge_fee_pool", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
Storage: TransactionPayment TokenExchangeRate (r:1 w:1)
Storage: Tokens Accounts (r:2 w:2)
Storage: System Account (r:2 w:2)
Storage: EvmAccounts EvmAddresses (r:1 w:0)
Storage: TransactionPayment SwapBalanceThreshold (r:0 w:1)
Storage: TransactionPayment GlobalFeeSwapPath (r:0 w:1)
Storage: TransactionPayment PoolSize (r:0 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 69.6
µs

Reads = 7
Writes = 9

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 69.6
µs

Reads = 7
Writes = 9

Pallet: "module_transaction_payment", Extrinsic: "with_fee_path", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: TransactionPause PausedTransactions (r:1 w:0)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 4.339
µs

Reads = 1
Writes = 0

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 4.339
µs

Reads = 1
Writes = 0

Pallet: "module_transaction_payment", Extrinsic: "with_fee_currency", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: TransactionPause PausedTransactions (r:1 w:0)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 4.121
µs

Reads = 1
Writes = 0

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 4.121
µs

Reads = 1
Writes = 0

Pallet: "module_transaction_payment", Extrinsic: "with_fee_paid_by", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: TransactionPause PausedTransactions (r:1 w:0)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 4.118
µs

Reads = 1
Writes = 0

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 4.118
µs

Reads = 1
Writes = 0

Pallet: "module_transaction_payment", Extrinsic: "on_finalize", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: TransactionPayment NextFeeMultiplier (r:1 w:1)
Storage: System BlockWeight (r:1 w:0)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 6.787
µs

Reads = 2
Writes = 1

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 6.787
µs

Reads = 2
Writes = 1

…untime-benchmarks --features=with-mandala-runtime -- benchmark pallet --chain=dev --steps=50 --repeat=20 --pallet=module_transaction_payment --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/mandala/src/weights/
@xlc xlc merged commit 3012432 into master May 19, 2022
@xlc xlc deleted the pay_for_other branch May 19, 2022 01:20
syan095 pushed a commit that referenced this pull request May 25, 2022
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants