-
Notifications
You must be signed in to change notification settings - Fork 11
feat: ⏫ upgrade to Polkadot SDK v1.13.0 #216
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
2eff08b
refactor: :art: moved runtime apis into their own file
TDemeco 303feb3
fix: :arrow_up: fix upgrade to polkadot-sdk v1.10.0
TDemeco e5ba5bd
Merge branch 'main' into update/polkadot-sdk-1.10.0
TDemeco 3e4328d
fix: :bug: add removed runtime api `get_worst_case_scenario_slashable…
TDemeco 3605611
fix: :bug: add missing generic in storage providers runtime api
TDemeco 3659377
chore: :label: run typegen
TDemeco c1219f1
style: :rotating_light: run cargo fmt
TDemeco 5ac0258
fix: :art: fix cargo clippy
TDemeco e82a113
Merge branch 'main' into update/polkadot-sdk-1.10.0
TDemeco 91ae601
fix: :ambulance: fix mocked relay chain randomness
TDemeco 97c0b64
style: :rotating_light: run cargo fmt
TDemeco 787d1df
chore: :rotating_light: temporary remove unused import (until v1.13.0)
TDemeco 9653a4e
Merge branch 'main' into update/polkadot-sdk-1.10.0
TDemeco 6fb8bd4
fix: :adhesive_bandage: update `query_earliest_file_volunteer_tick` r…
TDemeco cde6b90
fix: :ambulance: fix issues with merge from main
TDemeco 570e548
style: :rotating_light: run cargo fmt
TDemeco 9bb33cc
feat: :package: initial update to polkadot sdk v1.11.0
TDemeco e28f09b
feat: :arrow_up: finish upgrade to polkadot sdk v1.11.0
TDemeco 2947b01
Merge branch 'main' into update/polkadot-sdk-1.10.0
TDemeco 5c07140
chore: :label: run typegen
TDemeco f86f2c1
Merge branch 'update/polkadot-sdk-1.10.0' into update/polkadot-sdk-1.…
TDemeco f4964fc
chore: :label: run typegen
TDemeco f85735d
fix: :white_check_mark: fix node tests after rebenchmark of balances …
TDemeco b7090b5
feat: :arrow_up: update to Polkadot SDK v1.12.0
TDemeco 889fa3c
feat: :arrow_up: update to Polkadot SDK v1.13.0
TDemeco 9587713
fix: :arrow_up: finish upgrading to Polkadot SDK v1.13.0
TDemeco 5142fdd
Merge branch 'main' into update/polkadot-sdk-v1.13.0
TDemeco 4eb7f24
fix: :bug: add missing imports (and run typegen)
TDemeco 73a343f
fix: :arrow_down: rollback polkadotjs api dependencies
TDemeco 090bfa6
chore: :label: rerun pnpm typegen
TDemeco b857c6d
fix: :rotating_light: format and lint
TDemeco c6157a0
fix: :rotating_light: remove trailing whitespace
TDemeco eb25fad
Update runtime/src/configs/mod.rs
TDemeco 6a5b67d
Update mod.rs
TDemeco 32f4de8
Merge branch 'update/polkadot-sdk-v1.13.0' of https://github.com/Moon…
TDemeco 0c7782b
Merge branch 'main' into update/polkadot-sdk-v1.13.0
TDemeco f01a61e
chore: :label: run typegen
TDemeco File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: 🚨 remove trailing whitespace
- Loading branch information
commit c6157a0ccb98605faf4dcdc8b078c2a61bf5a946
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few too many tabs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's weird, it looks totally normal locally, not sure what happened here