-
Notifications
You must be signed in to change notification settings - Fork 335
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump polkadot and substrate versions * cumulus-parachain-upgrade renamed to cumulus-parachain-system * Update frontier branch v0.5-hotfixes -> v0.6-moonbeam * Resolve parity-util-mem dependency conflicts * Revert "cumulus-parachain-upgrade renamed to cumulus-parachain-system" This reverts commit 15c6218. The change this was meant to addressed isn't introduced in Cumulus until commit b5f6580. * Don't specify frontier commit * Cargo wants to play rough * Bump cumulus and polkadot versions * Reintroduce upgrade -> system renaming * Bump parity-scale-codec and related intermediate dependencies * Remove deadbeef precompile * Make it compile * Revert substrate 9659509 -> 93b231e * Reflect upstream changes in Cumulus * Don't specify git rev in toml file * Properly specify BlockGasLimit Co-authored-by: Joshy Orndorff <JoshOrndorff@users.noreply.github.com> * Add EthFilterApi * Add filter pool maintenance task * Add filter pool test * Specify MAXIMUM_BLOCK_WEIGHT * Update Cargo.lock * Refactor logger initialization * Hard tabs > spaces * Simplify gas_to_weight impl * Spaces > hard tabs (for javascript) * Update Cargo.lock * Import the whole test file from frontier... * Oops, actually add test * rustfmt * Chop contract data into smaller chunks * 100 chars max line length * Apply prettier * Update Cargo.lock files to make standalone build * Add filter_pool and remove telemetry_on_connect from standalone * Undo earlier testing changes * Chop lines at 100 chars * Missed one * Point to notlesh fork of ethereum * Bump target gas to 12.5M per block * Modify test to reflect updated gas limit * s/frontier/moonbeam/ * s/context.web3/context.polkadotApi/ * Update Cargo.lock * Upstream changes for newly merged code * Add FilterPool to dev_service * Revert map_err() change * Fixes node command error returned * Format command.rs * Reduce max ethereum txn gas and bump GAS_PER_SECOND to target 12.5M / sec * Update comment about gas limits * s/Upgrade/System/ * Update gas constants in test-gas.ts * Update gas values in test based on observed values * Update gasLimit in tests; comment about gas calculation * Add EthFilterApi maintenance task to dev-service * Pass graph to EthApi * rustfmt * kill processes on exit and sigint * retyped events and updated api * Reflect changes to event ordering in test-balance.ts * s/upgrade/system/ AGAIN * Fix compiler warnings * log-- * Bump GAS_PER_SECOND to 40M * Chop long line * Update gasLimit expectations in tests Co-authored-by: Joshy Orndorff <JoshOrndorff@users.noreply.github.com> Co-authored-by: Crystalin <alan.sapede@gmail.com> Co-authored-by: tgmichel <telmo@purestake.com> Co-authored-by: joelamouche <estienne.antoine@gmail.com>
- Loading branch information
1 parent
c330ce5
commit 5308f49
Showing
32 changed files
with
5,534 additions
and
768 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.