-
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 to
polkadot-v0.9.40
as a base for substrate related deps (#848)
* Use locked/polkadot-v0.9.40 substrate and frontier deps * [substrate-apply] Move grandpa crates to consensus folder #13458 * Use suitable evm version * Fix naming * [frontier-apply] EVM + Weight v2 support #1039 * [substrate-apply] Deprecate Weight::from_{ref_time, proof_size} #13475 * [substrate-apply] Offences report system rework #13425 * Add missing GasLimitPovSizeRatio for pallet_evm::Config * [frontier-apply] Add pending support for eth_getBlockByNumber #1048 * Fix is_precompile return value * Add missing args for weight limit and transaction len at runner call and created methods * Add missing trait OnFinalize * Use SyncingService for Eth * [frontier-apply] sql backend w/ receipt log indexing #883 (part 1) * [frontier-apply] Add txpool RPC and impl new_pending_transaction_filter #1073 * [substrate-apply] Extract syncing protocol from sc-network #12828 * sql backend w/ receipt log indexing #883 (part 2) * [frontier-apply] sql backend w/ receipt log indexing #883 (part 3) * Fix tests * Update features snapshot * Fux typo * Fix clippy default usage * Fix clippy ref usage * Add missing docs * Introduce frontier backend configuration * [frontier-apply] make rocksdb and paritydb optional. (#1088) * Make new_partial async * Return result for frontier backend creation * Implement a helper function to remove frontier offchain db * Update features snapshot * Fix clippy * Update help stdout fixture * [substrate-apply] Pub enum runtime to pub struct runtime #13250 * Update frontier * Properly use evm deps * Fix fmt * Use fully qualified TxPool usage * Link TODO to humanode issue * Add test to verify pending block extraction * Return new_partial to be synchronously * Remove missed added test file * Fix help sdtout fixture * Remove pending block test
- Loading branch information
1 parent
7b2044e
commit 5ce31f7
Showing
58 changed files
with
1,709 additions
and
726 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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.