-
Notifications
You must be signed in to change notification settings - Fork 458
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Eip1559 - Fee market change for ETH 1.0 chain (#2341)
* init eip1559 txpool * first stage of removing NDM from Nethermind solution * goerli synchronizing * tests passing lol * data protection * silly * try to resolve this ref conflict * 3.1.8 * 3.1.8 * refs... * check the rest * next try * back proxy * remove ndm refs * try to resolve on clean * remove YAML * more updates * protection... * 16.7.1 * try without git tag * 16.7.1 ever * bring back git describe * 16.7.1 * try with api moved out * no CLI test * plugins * update * one more * adding projs * 16.7.1 one more * bigger ref review * remove CLI * move IInitConfig * IInitCOnfig fix * allow CLI modules loading from other assemblies * clean CLI * type discovery and fixed the issue with assembly loader contexts * a bit better info on initial timings * resolve IPs in parallel * fixed nethdev init * discover / initialize and dynamics for test * ipResolver tests fix * type discovery non static for tests * dynamic causing trouble * move validator store to AuraAPi * NDM api initializer improvements and some comments on the Nethermind API * Baseline and Vault plugins * some cleanup around plugins * fix the build after IPlugin -> INethermindPlugin rename * removed apprunner, apprunnerbase, cleared startup and bootstrap, cleared json rpc loaders and grpc and publishers and much more * simpler CLI modules loading * remove unused usings * post review fixes * NDM plugin fixes * add runner to tests * fix cc build file * how do I stop this * resolving frombasedir too * ANalytics added as a full plugin example * tx pool listener * runner tests name * removed unused classes * plugin loader for NDM * fixed test actions namings * Revert "init eip1559 txpool" This reverts commit cbf656d. * new header encoding * eip1559 gas targets * limits for gas in txs * configs * eip1559 * various fixes * fully synced eip1559 * gas limit vs gas target * post merge build * post merge fixes * remove diag * unnecessary change * less changes * update eip1559 duration * set base fee in Clique * fix no split on gas limit check * a + b * tx pool generating transactions * large testnet * one more fix * various test fixes post merge * post merge ethereum tests build * fix to high limits on eip1559 * forgiving diag tracer
- Loading branch information
1 parent
d372dda
commit df2b915
Showing
72 changed files
with
1,591 additions
and
217 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
Oops, something went wrong.