forked from paritytech/substrate
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v0.7 dependency updates (paritytech#259)
* Use official ethereum crate at version 0.7 * Point frontier at v0.7-moonbeam * Bump Ethereum, cumulus/polkadot/substrate Ethereum: v0.7 cumulus: 28d1d00747e1e60a3e26f0112b4580c805fa1557 polkadot: ce03f37 substrate: ca63242 * s/cumulus-primitives/cumulus-primitives-core/ * Remove cumulus-runtime; bump substrate-wasm-builder version * Rename cumulus packages and update Cargo.lock * Reflect rename of cumulus_primitives -> cumulus_primitives * s/cumulus_service/cumulus_client_service/ * Update rust-toolchain from 2020-10-03 -> 2021-01-13 * More renaming to reflect upstream refactors * Bump frontier c364ac4 -> 0db6896 * Bump frontier from 0bd068ab -> cf4be1a * Update Cargo.lock * Reflect upstream naming changes * Update Cargo.lock * Reflect more upstream name changes * More fixes * Reflect StartCollatorParams refactor * Reflect ParachainInherentData refactor * Bump frontier from cf4be1a -> 23f8442 * Use ethereum from current master (commit f11532e) * Remove dead code * cargo fmt * fix author inherent mock * fix stake mock and tests * cargo fmt * oops, how did dev_service.rs come back? * Pass the wrapped FrontierBlockImport to build_relay_chain_consensus * Update dependencies so as not to conflict with substrate * Bump deps to avoid conflict with polkadot/cumulus * Reflect frame_support logging refactor * Point ethereum dependency back to official crate * Point frontier branch to notlesh-substrate-a8c2bc66 * Point substrate back to a8c2bc6 * Bump substrate, polkadot, and cumulus * Point frontier to correct branch in Cargo.toml files * Update Cargo.lock * Update RandomnessSource to include BlockNumber type * Reflect Cumulus change to register_validate_block * Add OnChargeTransaction * Use polkadot commit c8649e5 * Point frontier to new PR * Use frontier branch 1cf3f5b * Update frontier to 3c0c13e * Pass std feature through grandpa, update Cargo.lock * Point frontier at 7866ef0 * Point frontier to d214085 * Point frontier to 6f48d04 * Disable logging in runtime on release build * Point frontier to a65d617 * Incremental service refactor * More incremental service.rs refactor * Update trait impl method signature and unused telemetry argument * Remove wrapping Option in GenesisConfig * Add frontier_backend * Add overrides to EthApi * Remove dead code * Point polkadot to PureStake/polkadot @ moonbeam-v0.7 * Point cumulus at PureStake/cumulus @ moonbeam-v0.7 * Bump binary version to v0.7.0 * Point frontier to PureStake/notlesh-moonbeam-v0.7 * Point frontier to 3fde366 * Updates script tu support purestake/polkadot repo * Bump Frontier commit * Point all substrate crates at 97ecd62 * Update Cargo.lock * Point cumulus, polkadot, frontier, and substrate at purestake repos * Hopeful fix for fc-db usage * Point Cargo.toml files to purestake repos * Update frontier from 383eb23 -> 52c691f * Fixes for fc-mapping-sync * Initialize frontier-mapping-sync-worker in dev service * Update @polkadotjs/apps * Update tests to reflect totalDiffullty returning 0 instead of null * Substrate to rococo-v1#1404f2af * prettier * Fix test mocks * master.into() // but staking tests fail. I probably botched that part of the merge. * Fix staking tests I'm not sure why the index changed, but it doesn't seem relevant to what we're trying to test. Ultimately we got the same error that Amar was expecting. * little cleanup * Fixes launching scripts * Revert "Fixes launching scripts" This reverts commit 53dca638b4d190fb4ad77a34225fc90d3adec4ee. * Updates spec template for parachainStaking * Both services compile * Fix formatting * Update moonbeam-types-bundle/package-lock.json * Update gas limit used in subscription tests * Update another low gas value in test-filter-api.ts * Point to net_peerCount hex string fix in frontier * Adds test failing contract should not generate log * Moves test to the end to avoid breaking ordered tests * point at runtime net version getter * Generic BlockNumber type * cargo fmt * log version 0.4 and minor cleanup * Crude attempt at documentating the updated gas cost of test transaction * Revert change to alphanet parachain execution mode * More thorough approach to magic gas constant * [so much] prettier * Prettier still * Bump spec_version from 26 -> 27 Co-authored-by: Joshy Orndorff <[email protected]> Co-authored-by: Crystalin <[email protected]> Co-authored-by: Gorka Irazoqui <[email protected]> Co-authored-by: Joshy Orndorff <[email protected]>
- Loading branch information
1 parent
ae373f4
commit e6f98b5
Showing
42 changed files
with
2,778 additions
and
2,504 deletions.
There are no files selected for viewing
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Oops, something went wrong.