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

upgrade to version polkadot-v0.9.40 #242

Merged
merged 24 commits into from
Jul 6, 2023
Merged

Conversation

b-yap
Copy link
Contributor

@b-yap b-yap commented May 30, 2023

closes #219

not yet ready! Just visibility on the changes I've done so far. Added comments on where I got the changes too.

Update: development-runtime should compile fine.

  • update foucoco-runtime
  • update amplitude-runtime
  • update pendulum-runtime
  • update node directory
  • fix test cases

runtime/foucoco/src/lib.rs Outdated Show resolved Hide resolved
@b-yap b-yap requested review from ebma and TorstenStueber June 1, 2023 12:18
@b-yap b-yap force-pushed the 219-update-runtimes-to-polkadot-v0940 branch from 2a0227b to 19dceb0 Compare June 12, 2023 08:29
@b-yap b-yap marked this pull request as ready for review June 12, 2023 08:30
Copy link
Member

@ebma ebma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks good overall. Hard to say if everything is correct since it's just so much that changed. Thanks, @b-yap for commenting with code links on the more critical/confusing parts 👍 I marked most of them as resolved to indicate acknowledgment. Although maybe I should have waited for fellow reviewers to also read them before doing that.

node/src/service.rs Show resolved Hide resolved
pallets/parachain-staking/src/benchmarking.rs Outdated Show resolved Hide resolved
runtime/amplitude/src/xcm_config.rs Show resolved Hide resolved
runtime/amplitude/src/xcm_config.rs Show resolved Hide resolved
runtime/development/src/xcm_config.rs Outdated Show resolved Hide resolved
runtime/development/src/xcm_config.rs Outdated Show resolved Hide resolved
runtime/development/src/xcm_config.rs Show resolved Hide resolved
runtime/integration-tests/pendulum/Cargo.toml Outdated Show resolved Hide resolved
runtime/pendulum/src/xcm_config.rs Outdated Show resolved Hide resolved
Copy link
Member

@ebma ebma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for all your work @b-yap. I re-reviewed and it looks good to me. Although it's quite a lot of changes and hard to grasp all of it.

Just a question regarding the benchmarks. It's great that we have them, and also for the other pallets. Was this a requirement by the new Polkadot version that the WeightInfo field cannot be empty?

runtime/amplitude/src/lib.rs Show resolved Hide resolved
runtime/amplitude/Cargo.toml Show resolved Hide resolved
runtime/development/Cargo.toml Outdated Show resolved Hide resolved
runtime/integration-tests/pendulum/src/lib.rs Outdated Show resolved Hide resolved
Cargo.toml Show resolved Hide resolved
@b-yap b-yap force-pushed the 219-update-runtimes-to-polkadot-v0940 branch from 742f7a7 to 4dca813 Compare July 6, 2023 05:09
@b-yap b-yap force-pushed the 219-update-runtimes-to-polkadot-v0940 branch from 4dca813 to 09176d4 Compare July 6, 2023 07:13
@ebma ebma self-requested a review July 6, 2023 10:11
Copy link
Member

@ebma ebma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I closed the unresolved conversations now and will approve and merge.

@ebma ebma merged commit 72ac423 into main Jul 6, 2023
@ebma ebma deleted the 219-update-runtimes-to-polkadot-v0940 branch July 6, 2023 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update runtimes to polkadot-v0.9.40
3 participants