Fixing para-test CI#1479
Merged
crystalin merged 1 commit intomoonbeam-polkadot-v0.9.19from May 10, 2022
Merged
Conversation
crystalin
pushed a commit
that referenced
this pull request
May 10, 2022
* Point cumulus, polkadot, and substrate to moonbeam repos * s/moonbeam-polkadot-v0.9.18/moonbeam-polkadot-v0.9.19/ * Bump tracing crate version * Update Cargo.lock * Revert some version changes * No-op impl for LengthToFee * Bump frontier commit * Use parameter_types! to define byte fee * Specify rust edition of 2021 * Update Cargo.lock * Remove max_past_logs from EthApiServer::new call * Bump frontier commit (fix for GenesisAccount not being pub) * Use fp_evm instead of pallet_evm for GenesisAccount * Use v2::Id from polkadot_primitives * Bump frontier commit (includes LRU cache) * Use v2 from polkadot_primitives in command.rs * Pass None for aux_revert * Comment out benchmark command temporarily * Bump crowdloan-rewards commit * Re-implement benchmark for pallet subcommand * Don't shadow runner with a duplicate * Impl BenchmarkCmd::Block * Impl benchmark storage * Impl aux revert in Revert subcommand * Update Cargo.lock * fmt * toml sort * Fix tests * More test fixes * Bump polkadot commit * Bump cumulus commit * Use match_types instead of match_type * Fixes prepare-polkadot docker CI * Bump frontier * fmt * Remove unused imports * Bump frontier * Adjust events index * Expect hex-string instead of int in test * editorconfig * prettier * Fixing para-test CI (#1479) Co-authored-by: Crystalin <alan@purestake.com>
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
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.
Fixes para-tests CI by using docker container