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.
Bump Frontier and Friends Pre v0.5 (paritytech#176)
* Update substrate -> c9d9365 (master) * Update frontier -> 7e6f52e (v0.5-hotfixes) * Update Cumulus and re-resolve some dependency versions * Use same polkadot commit as Cumulus * Resolve dependencies related to primitive-types * Add SS58Prefix chain id to runtime config * Implement query_fee_details from TransactionPayment trait * Ensure frontier always points to v0.5-hotfixes * Let cargo update Cargo.lock * Move pubsub and rpc "hotfixes" back to frontier * Update cumulus and polkadot * correct hotfixes branch * Made it to compile errors in actual moonbeam code :) * runtime compiles * new logger structure * Fix call to start_collator * Totally not-dubious changes to Cargo.lock * Impl new query_fee_details fn * Revert "Impl new query_fee_details fn" This reverts commit 8c943f7279a9a6a3f453eb9e16beba3c501bd62b. * Update rpc and standalone to use txn graph * Cargo.lock changes again * Add graph to FullDeps @ parachain service * Run cargo fmt * Appease editorconfig * add web3api server * Spawn background task for pending transactions * Add log subscription tests * Add pending transaction RPC test * Prefer spaces over tabs in typescript tests * s/describeWithFrontier/describeWithMoonbeam/ * Post-merge clean up * prettier * rustfmt * fix test formatting * Fixes tests for pallet stake * Update runtime/Cargo.toml Co-authored-by: Joshy Orndorff <JoshOrndorff@users.noreply.github.com> * reapply de-alias * restore missing cargo dep * Fixes new tests * Fixes some tests * Fix test-pending-pool * Fix test-subscription * Update Cargo.lock * Improves polkadot api test (WIP) * Better polkadot tests Co-authored-by: Joshy Orndorff <admin@joshyorndorff.com> Co-authored-by: crystalin <alan.sapede@gmail.com> Co-authored-by: Joshy Orndorff <JoshOrndorff@users.noreply.github.com> Co-authored-by: Crystalin <alan@purestake.com> Co-authored-by: tgmichel <telmo@purestake.com>
- Loading branch information
1 parent
05f9625
commit 5e360a7
Showing
20 changed files
with
1,946 additions
and
3,039 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
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.