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

Polkadot v0.9.22 #2147

Merged
merged 30 commits into from
May 28, 2022
Merged
Show file tree
Hide file tree
Changes from 26 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
fc89e7d
upgrade v0.9.22
zqhxuyuan May 21, 2022
d7ca928
migrate jsonrpc to jsonrpsee
zqhxuyuan May 21, 2022
ebce4d7
update orml
zqhxuyuan May 21, 2022
fe73322
fix xcm test
zqhxuyuan May 22, 2022
87f92e6
fix e2e test
zqhxuyuan May 22, 2022
4977267
update stable-asset and orml
zqhxuyuan May 24, 2022
1641de0
update orml fmt
zqhxuyuan May 24, 2022
b1953ae
update evm-tests and merge orml master
zqhxuyuan May 24, 2022
0e35305
fix xcm-interface test
zqhxuyuan May 24, 2022
17379fc
fix polkadot xcm test
zqhxuyuan May 24, 2022
4c25e52
fix ci
zjb0807 May 25, 2022
e935ba9
update evm logger
zqhxuyuan May 25, 2022
af10556
Merge branch 'polkadot-v0.9.22' of https://github.com/AcalaNetwork/Ac…
zqhxuyuan May 25, 2022
78d020d
update deps
zqhxuyuan May 25, 2022
944ecb9
update predeploy contracts
zqhxuyuan May 25, 2022
2e00c5e
revert predeploy contracts
zqhxuyuan May 25, 2022
f450f0a
evm internal_error
zqhxuyuan May 25, 2022
e6d0448
fix bench evm (#2162)
ermalkaleci May 26, 2022
d38c778
update orml
ermalkaleci May 26, 2022
7b87217
fix bench
ermalkaleci May 26, 2022
8a9c69e
Merge remote-tracking branch 'origin/master' into polkadot-v0.9.22
May 26, 2022
2c89e3b
make bench-evm
May 26, 2022
5a1009a
ignore unknown key. will be counted by entry call
ermalkaleci May 26, 2022
94490da
make bench-evm
May 26, 2022
bb179ca
update tests
ermalkaleci May 26, 2022
759a926
cargo run --profile production --color=never --bin=acala --features=r…
May 26, 2022
5114efc
make bench-evm
May 27, 2022
5bea6b9
cargo run --profile production --color=never --bin=acala --features=r…
May 27, 2022
9eeec31
Revert "update tests"
ermalkaleci May 27, 2022
6bffbe0
udpate ts-test
ermalkaleci May 27, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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