-
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
Fix CI pipeline #223
Merged
Merged
Fix CI pipeline #223
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
Signed-off-by: John Sahhar <john@entropy.xyz>
ok-john
force-pushed
the
fix-ci-pipeline
branch
from
November 4, 2022 04:56
0d89bfb
to
b7c585e
Compare
jakehemmerle
approved these changes
Nov 4, 2022
JesseAbram
pushed a commit
that referenced
this pull request
Nov 8, 2022
fix-ci-pipeline Signed-off-by: John Sahhar <john@entropy.xyz> Signed-off-by: John Sahhar <john@entropy.xyz>
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
fix-ci-pipeline Signed-off-by: John Sahhar <john@entropy.xyz> Signed-off-by: John Sahhar <john@entropy.xyz>
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.
Our CI pipeline broke, looks like Taplo changed the release names and curl was failing to resolve the address.