-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: ⏫ upgrade to Polkadot SDK stable2409 (#228)
* 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 * feat: 🚧 start upgrade to Polkadot SDK 1.14.0 * fix: 🚨 format and lint * fix: 🚨 remove trailing whitespace * feat: ⬆️ upgrade to Polkadot SDK v1.14.0 * chore: 🏷️ run typegen * fix: 🚨 run cargo fmt * docs: 🔥 remove wrong license docs * feat: ⬆️ update Polkadot SDK to stable2407 * chore: 🏷️ run typegen * chore: 🏷️ run typegen * fix: ✅ fix bsp-threshold test * fix: 💚 try to fix tests in CI * fix: ✅ try again to fix the integration tests in the CI * test: 🧪 fix batch file confirm storing test * fix: ✅ remove unused imports from volunteer test * fix: ✅ add wait for file in file storage success and fix volunteer test * fix: ✅ wait more time for bsp volunteering * test: 🧪 fix a few issues * fix: ✅ maybe (hopefully) finish fixing tests * fix: ✅ fix new bsps not catching up to the tip of the chain and missing events in tests * test: ✅ disconnect api * test: 🐛 fix timeout bug * test: ✅ add initialization wait + fix single bsp initialized network * chore: 🚨 removed unused variables * test: 🐛 initialised bsp net now correctly waits for bsp to store file * test: 🐛 add missing wait for chain tip sync on test * fix: 🩹 Remove sleeps from single tests, in favour of putting it in setup * feat: 🚧 start update to stable2409 * feat: ⬆️ update to Polkadot SDK stable2409 * chore: 🏷️ run typegen --------- Co-authored-by: Facundo Farall <[email protected]>
- Loading branch information
Showing
37 changed files
with
2,020 additions
and
2,026 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.