Skip to content

Commit

Permalink
feat: update to polkadot v1.9.0 (#1290)
Browse files Browse the repository at this point in the history
* update Cargo deps to v1.5 and uplift Astar runtime

* fmt

* uplift shiden and shibuya

* uplift genesis config

* updated client

* updated lift tests

* fmt

* fix try-runtime and runtime-benchmarks

* fmt

* clippy fix

* Fixed integration tests

* fix Cargo

* fix Cargo

* rollback fix  Cargo

* remove dep

* add rust-src to components

* fix try-runtime compilation

* merge

* Pr comments

* fix Shiden try-runtime dep

* Added migration

* updated weight

* updated benchmark

* feat: update dep to v1.9.0

* feat: update evm tracing vendor crates

* feat: update codebase

* feat: add pov host function & enable proof recording in block import

* fix: pallet_xcm weights

* feat: add `CheckMetadataHash` extension

* fix: benchamrks

* fix local chain spec

* fix check

* xcm migrations

* fix xcm tests

* identity migration

* move default impl of genesis into tests

* remove genesis default

* pallet_xcm new weights

* fix evm tracing

* pallet_assets new weight

* fix newline

* update comments

* clear corrupt unified mapping

* pallet_balances new weights

* fix

* add missing license

* prepare orml_oracle benchmarking

* fix

* orml_oracle new weights

* cleanup

* set transactional processor

* bring back genesis config

* fix vendor toml

---------

Co-authored-by: PierreOssun <pierre.giraud@mailfence.com>
Co-authored-by: Ermal Kaleci <ermalkaleci@gmail.com>
  • Loading branch information
3 people authored Jul 12, 2024
1 parent 7596fdc commit 31763c5
Show file tree
Hide file tree
Showing 114 changed files with 5,341 additions and 4,238 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,9 @@ jobs:
- name: Srtool build
id: srtool_build
uses: chevdor/srtool-actions@v0.8.0
env:
# needed to enable metadata hash generation
BUILD_OPTS: "--features on-chain-release-build"
with:
chain: ${{ matrix.chain }}
runtime_dir: runtime/${{ matrix.chain }}
Expand Down
Loading

0 comments on commit 31763c5

Please sign in to comment.