Skip to content

Commit

Permalink
Polkadot v0.9.22 (#2147)
Browse files Browse the repository at this point in the history
* upgrade v0.9.22

* migrate jsonrpc to jsonrpsee

* update orml

* fix xcm test

* fix e2e test

* update stable-asset and orml

* update orml fmt

* update evm-tests and merge orml master

* fix xcm-interface test

* fix polkadot xcm test

* fix ci

* update evm logger

* update deps

* update predeploy contracts

* revert predeploy contracts

* evm internal_error

* fix bench evm (#2162)

* fix bench evm

* update makefile

* update makefile

* update orml

* fix bench

* make bench-evm

* ignore unknown key. will be counted by entry call

* make bench-evm

* update tests

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

* make bench-evm

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

* Revert "update tests"

This reverts commit bb179ca.

* udpate ts-test

Co-authored-by: zjb0807 <[email protected]>
Co-authored-by: Ermal Kaleci <[email protected]>
Co-authored-by: Acala Benchmarking Bot <[email protected]>
  • Loading branch information
4 people authored May 28, 2022
1 parent 0ae648f commit ded6de5
Show file tree
Hide file tree
Showing 91 changed files with 2,747 additions and 2,579 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
run: cargo clippy --features with-karura-runtime -- -D warnings
- name: Run acala-runtime clippy
run: cargo clippy --features with-acala-runtime -- -D warnings
- name: Run build benches
run: make build-benches
benchmarking:
runs-on: [self-hosted, linux]
env:
Expand Down
Loading

0 comments on commit ded6de5

Please sign in to comment.