Skip to content

Commit

Permalink
Update to polkadot-v0.9.40 (#948)
Browse files Browse the repository at this point in the history
* feat: remove use of deperecated `Weights::from_[ref_time/proof_size]`

* feat: replace enum runtime to pub struct runtime

* chore: bump zombienet to 1.3.37 in CI

* feat: update deps to v0.9.40

* feat: update runtimes for frontier v0.9.40

* feat: update node for v0.9.40 changes

* feat: update for bumped frontier branch

* feat: remove deprecated `Store` trait from pallets

* feat: remove use of deperecated `Weights::from_[ref_time/proof_size]`

* feat: uplift `pallet_xcm`

* feat: update deps to v0.9.40

* feat: update vendor crates (tracing, etc) to v0.9.40

* chore: bump pallet xcm version

* feat: bump `evm` to 0.39

* fix: add comment back

* feat: bump versions

* feat: apply code suggestions

* chore: bump parity_scale_codec
  • Loading branch information
ashutoshvarma authored Jul 5, 2023
1 parent f105448 commit 3f37b4c
Show file tree
Hide file tree
Showing 54 changed files with 1,678 additions and 1,446 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/zombienetRpcTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
zombienet_tag:
description: 'Release tag version for zombinet tool'
required: true
default: '1.3.35'
default: '1.3.37'

jobs:
rpc-tests:
Expand Down
Loading

0 comments on commit 3f37b4c

Please sign in to comment.