-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump substrate to latest of frontier branch (ca63242) * Bump substrate to version 3.0.0 This also bumps some of frontier's own versions from 2.0.0 to 3.0.0 * Bump sp-consensus from 0.8.0 -> 0.9.0 * Specify parity-scale-codec v2.0.0 * Bump ethereum from v0.6 to v0.7.1 This should resolve the funty/bitcvec compile issues * Bump evm version 0.23 -> 0.24 * Bump kvdb 0.8.0 -> 0.9.0 and kvdb-rocksdb 0.9.0 -> 0.11.0 * Update use of codec * Incremental Cargo.lock update * Bump ethereum-types and primitive-types ethereum-types 0.10.0 -> 0.11.0 primitive-types 0.8.0 -> 0.9.0 * Reflect BlockBuilderApi changes * Remove Inherent from Aura pallet * Point all ethereum to v0.7.1 * Reflect telemetry_span changes and is_network_authority -> is_authority * fix tests with test palletinfo * Point new sp- dependencies to substrate 3.0.0 * Reflect parity-scale-codec changes * Set OnTimestampSet to no-op instead of Aura * Update Cargo.lock * Reflect runtime logging refactor * Use spawn_essential_handle() instead of spawn_handle() * Point substrate to master/a8c2bc66ea8667a1dcbafa13ce184b020bd6f84b * Update Cargo.lock * Remove evm 0.23 entries from Cargo.lock / Cargo.toml * Cherry-pick 8ea8614 (Use runtime's block gas limit in estimate_gas RPC call) * Bump substrate a8c2bc6 -> 8a8c2bc * Remove format! macro call form runtime * Update Cargo.lock * Reflect change to RandomnessCollectiveFlip * Reflect Telemetry refactor * Remove Option from GenesisConfig * Incremental WIP refactoring telemetry * Finish telemetry-related refactor * Reflect modified error string in unit test * Use desired substrate branch (frontier) and commit (8b3e5bc) * Some clean up from telemetry refactor * Point new Cargo.lock entry to substrate commit 8b3e5bc * Restore missing comma * Update Cargo.lock * Remove ConsensusResult::Aura after merge conflict resolution * Use substrate master branch temporarily * Update old version of ethereum-types and parity-scale-codec * Add default-features in frame/dynamic-fee * Point substrate to frontier branch @ 8b3e5bc * Point to evm commit that avoids no_std issue * Revert "Point to evm commit that avoids no_std issue" This reverts commit 6f48d043eb20b99b433bf5b9340f49ceb20a2766. * Bump evm to version 0.25 * Bump CI rust version * Revert "Bump CI rust version" This reverts commit 7db02fbb7912554b03b2f8e7a5f74fc1fc415063. * Use evm v0.25 in new precompile * Add palletAura and palletGrandpa to test specs * Revert "Cherry-pick 8ea8614 (Use runtime's block gas limit in estimate_gas RPC call)" This reverts commit 753cf641d93461daf8c1b957366cc46acc984b0d.
- Loading branch information
Showing
21 changed files
with
536 additions
and
607 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
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
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.