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

Update to polkadot-v0.9.40 #948

Merged
merged 21 commits into from
Jul 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
eee53a6
feat: remove use of deperecated `Weights::from_[ref_time/proof_size]`
ashutoshvarma May 29, 2023
39633bb
feat: replace enum runtime to pub struct runtime
ashutoshvarma May 29, 2023
a3d58ff
chore: bump zombienet to 1.3.37 in CI
ashutoshvarma May 29, 2023
b9c1ec0
feat: update deps to v0.9.40
ashutoshvarma May 30, 2023
358e69d
feat: update runtimes for frontier v0.9.40
ashutoshvarma May 30, 2023
b4ea96a
feat: update node for v0.9.40 changes
ashutoshvarma May 31, 2023
c2c57d2
feat: update for bumped frontier branch
ashutoshvarma Jun 9, 2023
02e5b4f
Merge branch 'master' into temp/polkadot-v0.9.40
ashutoshvarma Jun 19, 2023
a49baaf
feat: remove deprecated `Store` trait from pallets
ashutoshvarma May 29, 2023
291d159
feat: remove use of deperecated `Weights::from_[ref_time/proof_size]`
ashutoshvarma May 29, 2023
daffac1
feat: uplift `pallet_xcm`
ashutoshvarma May 29, 2023
a3f97fe
feat: update deps to v0.9.40
ashutoshvarma May 29, 2023
afb339a
feat: update vendor crates (tracing, etc) to v0.9.40
ashutoshvarma May 29, 2023
537050b
chore: bump pallet xcm version
ashutoshvarma May 29, 2023
55620ac
feat: bump `evm` to 0.39
ashutoshvarma Jun 19, 2023
efe8423
fix: add comment back
ashutoshvarma Jun 8, 2023
cda95a0
feat: bump versions
ashutoshvarma Jun 26, 2023
a53ddf1
Merge branch 'master' into temp/polkadot-v0.9.40
ashutoshvarma Jun 29, 2023
650d711
feat: apply code suggestions
ashutoshvarma Jul 3, 2023
1761037
chore: bump parity_scale_codec
ashutoshvarma Jul 5, 2023
b8a0a27
Merge branch 'master' into temp/polkadot-v0.9.40
ashutoshvarma Jul 5, 2023
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: 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
Loading