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

feat: upgrade to Polkadot v0.9.26 #386

Merged
merged 2 commits into from
Jul 28, 2022
Merged

Conversation

wischli
Copy link
Contributor

@wischli wischli commented Jul 21, 2022

fixes KILTProtocol/ticket#2101

Noteworthy mentions

Checklist:

  • I have verified that the code works
    • No panics! (checked arithmetic ops, no indexing array[3] use get(3), ...)
  • I have verified that the code is easy to understand
  • I have left the code in a better state
  • I have documented the changes (where applicable)

@wischli wischli requested review from weichweich and ntn-x2 July 21, 2022 05:34
@@ -269,6 +269,7 @@ parameter_types! {
}

impl pallet_transaction_payment::Config for Runtime {
type Event = Event;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Interesting to note: For standalone we do a lazy assignment of the TransactionPayment module:

TransactionPayment: pallet_transaction_payment = 7,

For the parachain runtimes we don't. That's why we did not have to add the Event<T> type as was done for Spiritnet and Peregrine.

Copy link
Member

@ntn-x2 ntn-x2 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
Contributor

@weichweich weichweich left a comment

Choose a reason for hiding this comment

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

LGTM!

@wischli wischli enabled auto-merge (squash) July 28, 2022 10:04
@wischli wischli merged commit bbacd91 into develop Jul 28, 2022
@wischli wischli deleted the wf/2101-polkadot-v0.9.26 branch July 28, 2022 13:10
wischli added a commit that referenced this pull request Aug 30, 2022
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