Commit 6076d78
feat: ⏫ upgrade to Polkadot SDK v1.13.0 (#216)
* refactor: 🎨 moved runtime apis into their own file
* fix: ⬆️ fix upgrade to polkadot-sdk v1.10.0
* fix: 🐛 add removed runtime api `get_worst_case_scenario_slashable_amount`
* fix: 🐛 add missing generic in storage providers runtime api
* chore: 🏷️ run typegen
* style: 🚨 run cargo fmt
* fix: 🎨 fix cargo clippy
* fix: 🚑 fix mocked relay chain randomness
* style: 🚨 run cargo fmt
* chore: 🚨 temporary remove unused import (until v1.13.0)
* fix: 🩹 update `query_earliest_file_volunteer_tick` runtime api
* fix: 🚑 fix issues with merge from main
* style: 🚨 run cargo fmt
* feat: 📦 initial update to polkadot sdk v1.11.0
* feat: ⬆️ finish upgrade to polkadot sdk v1.11.0
* chore: 🏷️ run typegen
* chore: 🏷️ run typegen
* fix: ✅ fix node tests after rebenchmark of balances pallet in v1.11.0
* feat: ⬆️ update to Polkadot SDK v1.12.0
* feat: ⬆️ update to Polkadot SDK v1.13.0
* fix: ⬆️ finish upgrading to Polkadot SDK v1.13.0
* fix: 🐛 add missing imports (and run typegen)
* fix: ⬇️ rollback polkadotjs api dependencies
* chore: 🏷️ rerun pnpm typegen
* fix: 🚨 format and lint
* fix: 🚨 remove trailing whitespace
* Update runtime/src/configs/mod.rs
Co-authored-by: Facundo Farall <[email protected]>
* Update mod.rs
* chore: 🏷️ run typegen
---------
Co-authored-by: Facundo Farall <[email protected]>1 parent 41c24ec commit 6076d78
File tree
43 files changed
+2398
-2173
lines changed- api-augment
- dist
- interfaces
- types/interfaces
- src/interfaces
- client/file-transfer-service
- src
- node/src
- pallets/proofs-dealer/src
- runtime
- src
- configs
- xcm-simulator
- src
- parachain/xcm_config
- relay_chain
- xcm_config
- storagehub
- configs
- system_chain/xcm_config
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
43 files changed
+2398
-2173
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
526 | 526 | | |
527 | 527 | | |
528 | 528 | | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
529 | 540 | | |
530 | 541 | | |
531 | 542 | | |
| |||
534 | 545 | | |
535 | 546 | | |
536 | 547 | | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
537 | 556 | | |
538 | 557 | | |
539 | 558 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1178 | 1178 | | |
1179 | 1179 | | |
1180 | 1180 | | |
| 1181 | + | |
| 1182 | + | |
| 1183 | + | |
| 1184 | + | |
| 1185 | + | |
| 1186 | + | |
| 1187 | + | |
| 1188 | + | |
1181 | 1189 | | |
1182 | 1190 | | |
1183 | 1191 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| |||
1172 | 1173 | | |
1173 | 1174 | | |
1174 | 1175 | | |
| 1176 | + | |
| 1177 | + | |
| 1178 | + | |
| 1179 | + | |
| 1180 | + | |
| 1181 | + | |
| 1182 | + | |
| 1183 | + | |
| 1184 | + | |
| 1185 | + | |
| 1186 | + | |
| 1187 | + | |
| 1188 | + | |
| 1189 | + | |
1175 | 1190 | | |
1176 | 1191 | | |
1177 | 1192 | | |
| |||
1200 | 1215 | | |
1201 | 1216 | | |
1202 | 1217 | | |
| 1218 | + | |
| 1219 | + | |
| 1220 | + | |
| 1221 | + | |
| 1222 | + | |
| 1223 | + | |
| 1224 | + | |
| 1225 | + | |
| 1226 | + | |
| 1227 | + | |
| 1228 | + | |
1203 | 1229 | | |
1204 | 1230 | | |
1205 | 1231 | | |
| |||
Lines changed: 68 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| 32 | + | |
| 33 | + | |
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
| |||
659 | 662 | | |
660 | 663 | | |
661 | 664 | | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
662 | 728 | | |
663 | 729 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
51 | 67 | | |
52 | 68 | | |
53 | 69 | | |
| |||
0 commit comments