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.13 #545

Merged
merged 7 commits into from
Jan 17, 2022
Merged

Update to polkadot-v0.9.13 #545

merged 7 commits into from
Jan 17, 2022

Conversation

akru
Copy link
Contributor

@akru akru commented Jan 10, 2022

Pull Request Summary

  • polkadot upgraded to v0.9.13
  • fixed customsig pallet bug

Check list

  • contains breaking changes
  • adds new feature
  • modifies existing feature (bug fix or improvements)
  • updated spec version
  • relies on other tasks
  • documentation changes
  • tests and/or benchmarks are included
  • changed API client type definition or chain metadata

This pull request makes the following changes:

Adds

  • (ex: Add feature A)

Fixes

  • (ex: Fix validation function)

Changes

  • (ex: Change document B)

To-dos

*Feel free to remove this section if it's not applicable

  • (ex: add user list)

@akru akru requested review from Dinonard and hoonsubin January 10, 2022 14:47
Copy link
Contributor

@hoonsubin hoonsubin left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@Dinonard Dinonard left a comment

Choose a reason for hiding this comment

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

LGTM as long as Shibuya isn't upgraded :)

polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "release-v0.9.12" }
polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "release-v0.9.12" }
polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "release-v0.9.13" }
polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "release-v0.9.13" }

# Astar pallets
pallet-block-reward = { path = "../../frame/block-reward", default-features = false }
Copy link
Member

Choose a reason for hiding this comment

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

Git won't let me mark the dApps-staking line but regarding the line 74, it states that the commit with unbonding-period is used.
It should be changed to use the local version if you plan to upgrade Shibuya before unbonding-period is merged.

@akru akru force-pushed the feature/polkadot-v0.9.13 branch from 4a2789f to e9f3c63 Compare January 15, 2022 06:05
@akru akru mentioned this pull request Jan 16, 2022
8 tasks
@akru akru merged commit 389fc60 into master Jan 17, 2022
@akru akru deleted the feature/polkadot-v0.9.13 branch January 17, 2022 00:46
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.

3 participants