-
Notifications
You must be signed in to change notification settings - Fork 2
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
Upgrade Substrate to follow Polkadot releases #207
Merged
Merged
Conversation
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 reverts commit 44a3ed2.
This was
linked to
issues
Oct 13, 2022
jakehemmerle
changed the title
swap
swap Oct 13, 2022
subxt
0.20.0 for 0.24.0subxt
0.20.0 for 0.24.0; remove communication-manager
dont review this yet I still need to fix deps on the substrate side |
actually, theres a build error with server that would be great to have some eyes on since I know nothing about |
still needs updated free-tx test since FRAME tx are transactional by default
jakehemmerle
changed the title
swap
~~swap Oct 21, 2022
subxt
0.20.0 for 0.24.0; remove communication-manager
subxt
0.20.0 for 0.24.0; remove communication-manager
~~ Upgrade Substrate
jakehemmerle
changed the title
~~swap
Upgrade Substrate to follow Polkadot releases
Oct 21, 2022
subxt
0.20.0 for 0.24.0; remove communication-manager
~~ Upgrade Substrate
jakehemmerle
force-pushed
the
jsonrpsee
branch
from
October 31, 2022 03:18
8124b7a
to
685995d
Compare
This was
linked to
issues
Oct 31, 2022
ok-john
approved these changes
Oct 31, 2022
JesseAbram
approved these changes
Nov 2, 2022
JesseAbram
pushed a commit
that referenced
this pull request
Nov 8, 2022
* PR #201 key association logic; to be reverted * Revert "PR #201 key association logic; to be reverted" This reverts commit 44a3ed2. * added types and comments for readability and clarity in staking-extension * subxt points to temp branch with updated deps * refactored server sp_core stuff to use subxt::ext::sp_core * updated server to use subxt 0.24.0 (from 0.20.0) * BROKEN: updated substrate to polkadot-v0.9.30 and jakehemmerle subxt * update Event and Call to RuntimeEvent and RuntimeCall * fix pallet-free-tx weights * fix pallet-transaction-pause weights * fix pallet-staking-extension weights * updated mock runtimes and tests still needs updated free-tx test since FRAME tx are transactional by default * upgraded pallet-free-tx to substrate-polkadot 0.9.30 * pallets are all updated * entropy-runtime tests pass with runtime-benchmarks * handled client rpc and service...? * entropy compiles and tests * additional refactoring * added entropy-executor * entropy tests pass with runtime-benchmarks * fixed testing-utils * thanks jesse, fixed server, everything works * clippy pt 1 * clippy pt 2 * fixing tests * reenable extensions * fixed a test * updated runtime metadata * added babe and grandpa to rpc * jesse rocks; fixed subxt Config * fmt * clippy * taplo * fmt and clippy * clippy * updated deps * updates
JesseAbram
added a commit
that referenced
this pull request
Nov 8, 2022
* remove most unwraps * remove more unwraps * fmt * Upgrade Substrate to follow Polkadot releases (#207) * PR #201 key association logic; to be reverted * Revert "PR #201 key association logic; to be reverted" This reverts commit 44a3ed2. * added types and comments for readability and clarity in staking-extension * subxt points to temp branch with updated deps * refactored server sp_core stuff to use subxt::ext::sp_core * updated server to use subxt 0.24.0 (from 0.20.0) * BROKEN: updated substrate to polkadot-v0.9.30 and jakehemmerle subxt * update Event and Call to RuntimeEvent and RuntimeCall * fix pallet-free-tx weights * fix pallet-transaction-pause weights * fix pallet-staking-extension weights * updated mock runtimes and tests still needs updated free-tx test since FRAME tx are transactional by default * upgraded pallet-free-tx to substrate-polkadot 0.9.30 * pallets are all updated * entropy-runtime tests pass with runtime-benchmarks * handled client rpc and service...? * entropy compiles and tests * additional refactoring * added entropy-executor * entropy tests pass with runtime-benchmarks * fixed testing-utils * thanks jesse, fixed server, everything works * clippy pt 1 * clippy pt 2 * fixing tests * reenable extensions * fixed a test * updated runtime metadata * added babe and grandpa to rpc * jesse rocks; fixed subxt Config * fmt * clippy * taplo * fmt and clippy * clippy * updated deps * updates * Fix CI pipeline (#223) fix-ci-pipeline Signed-off-by: John Sahhar <john@entropy.xyz> Signed-off-by: John Sahhar <john@entropy.xyz> * Add scripts for running devnet (#222) Signed-off-by: John Sahhar <john@entropy.xyz> * Create a recoverable signature * remove most unwraps * fmt * remove mutex unwraps * fmt Signed-off-by: John Sahhar <john@entropy.xyz> Co-authored-by: Jake Hemmerle <jakehemmerle@protonmail.com> Co-authored-by: ok-john <john@entropy.xyz> Co-authored-by: Bogdan Opanchuk <bogdan@opanchuk.net>
fjarri
pushed a commit
that referenced
this pull request
May 5, 2023
* PR #201 key association logic; to be reverted * Revert "PR #201 key association logic; to be reverted" This reverts commit 44a3ed2. * added types and comments for readability and clarity in staking-extension * subxt points to temp branch with updated deps * refactored server sp_core stuff to use subxt::ext::sp_core * updated server to use subxt 0.24.0 (from 0.20.0) * BROKEN: updated substrate to polkadot-v0.9.30 and jakehemmerle subxt * update Event and Call to RuntimeEvent and RuntimeCall * fix pallet-free-tx weights * fix pallet-transaction-pause weights * fix pallet-staking-extension weights * updated mock runtimes and tests still needs updated free-tx test since FRAME tx are transactional by default * upgraded pallet-free-tx to substrate-polkadot 0.9.30 * pallets are all updated * entropy-runtime tests pass with runtime-benchmarks * handled client rpc and service...? * entropy compiles and tests * additional refactoring * added entropy-executor * entropy tests pass with runtime-benchmarks * fixed testing-utils * thanks jesse, fixed server, everything works * clippy pt 1 * clippy pt 2 * fixing tests * reenable extensions * fixed a test * updated runtime metadata * added babe and grandpa to rpc * jesse rocks; fixed subxt Config * fmt * clippy * taplo * fmt and clippy * clippy * updated deps * updates
fjarri
added a commit
that referenced
this pull request
May 5, 2023
* remove most unwraps * remove more unwraps * fmt * Upgrade Substrate to follow Polkadot releases (#207) * PR #201 key association logic; to be reverted * Revert "PR #201 key association logic; to be reverted" This reverts commit 44a3ed2. * added types and comments for readability and clarity in staking-extension * subxt points to temp branch with updated deps * refactored server sp_core stuff to use subxt::ext::sp_core * updated server to use subxt 0.24.0 (from 0.20.0) * BROKEN: updated substrate to polkadot-v0.9.30 and jakehemmerle subxt * update Event and Call to RuntimeEvent and RuntimeCall * fix pallet-free-tx weights * fix pallet-transaction-pause weights * fix pallet-staking-extension weights * updated mock runtimes and tests still needs updated free-tx test since FRAME tx are transactional by default * upgraded pallet-free-tx to substrate-polkadot 0.9.30 * pallets are all updated * entropy-runtime tests pass with runtime-benchmarks * handled client rpc and service...? * entropy compiles and tests * additional refactoring * added entropy-executor * entropy tests pass with runtime-benchmarks * fixed testing-utils * thanks jesse, fixed server, everything works * clippy pt 1 * clippy pt 2 * fixing tests * reenable extensions * fixed a test * updated runtime metadata * added babe and grandpa to rpc * jesse rocks; fixed subxt Config * fmt * clippy * taplo * fmt and clippy * clippy * updated deps * updates * Fix CI pipeline (#223) fix-ci-pipeline Signed-off-by: John Sahhar <john@entropy.xyz> Signed-off-by: John Sahhar <john@entropy.xyz> * Add scripts for running devnet (#222) Signed-off-by: John Sahhar <john@entropy.xyz> * Create a recoverable signature * remove most unwraps * fmt * remove mutex unwraps * fmt Signed-off-by: John Sahhar <john@entropy.xyz> Co-authored-by: Jake Hemmerle <jakehemmerle@protonmail.com> Co-authored-by: ok-john <john@entropy.xyz> Co-authored-by: Bogdan Opanchuk <bogdan@opanchuk.net>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR updates the entire underlying substrate infrastructure to reflect the latest polkadot release (v0.9.31). It includes:
jsonrpsee
needed to build the new key querying RPCsubxt
to the latest version (0.20.0 to 0.24.0), including all tests in server etcsubxt
has been forked toentropyxyz/subxt
since it has outdated deps with somewhat of an explination here. Until parity starts updating the client and primitive substrate crates upstream, we will need to have this fork and update is deps each time we update polkadot versions.