Commit Graph

790 Commits (2d02f6be412d022c49da81d1a5cca92398dd07cc)

Author SHA1 Message Date
Fabio Di Fabio 30bff31823
Transaction pool improvements to avoid filling the pool with not executable transactions (#4425) 2 years ago
Fabio Di Fabio 5e156253ab
Retry mechanism for block creation (#4407) 2 years ago
matkt c57dcd99d9
fix trie by asking peers (#4312) 2 years ago
Justin Florentine 93109ecc2c
adds means to report causing exception up to RPC layer so it can decide how to present it to the CL (#4352) 2 years ago
Simon Dudley fd666dfd61
Add ZeroBaseFeeMarket to support post-London free gas networks (#4174) 2 years ago
Danno Ferrin e0d554b225
Update Paris Block Definition (#4277) 2 years ago
garyschulte cdeecf36fd
Bugfix/clique post merge fast sync (#4276) 2 years ago
garyschulte bd9b98c002
fix for fast sync regression on post-merge networks (#4224) 2 years ago
Miguel Angel Rojo 95d9626b0e
Enclave public key length constraint removed for private transactions (#4086) 2 years ago
garyschulte 721638dc04
revert for now (#4210) 2 years ago
garyschulte 826648b2de
Feature/engine api override (#4190) 2 years ago
Fabio Di Fabio 93da04cf00
Allow to set any value for baseFeePerGas in the genesis file (#4177) 2 years ago
garyschulte 01d077bd65
add sepolia mergeNetSplit block (#4158) 2 years ago
Daniel Lehrner 979988707b
Fix post merge chain reog with invalid block (#4131) 2 years ago
Jiri Peinlich 1dd7357257
Allow creating the Trie Log Layer objects outside of its package (#4096) 2 years ago
matkt 3ce7f0ff7a
candidate fix for missing parent worldstate (#4094) 2 years ago
matkt 49e4fd8602
fix parent world state is not available issue on bonsai (#4069) 2 years ago
Fabio Di Fabio 90f891b78c
When on PoS the head can be only be updated by ForkchoiceUpdate (#4013) 2 years ago
garyschulte b5fa62c0bf
re-add a "sync check" before accepting/processing remote transactions, but only check that we have completed an initial sync and have a chain head (#4035) 2 years ago
Simon Dudley 6031ed43e5
Support free gas networks when using London fee market (#4003) 2 years ago
Jiri Peinlich 82aed63577
Backwards Sync now adding blocks to BadBlocksManager (#3999) 2 years ago
Jiri Peinlich 2b42f6e222
Backward Sync should remember recent finalized blocks. (#3808) 2 years ago
Daniel Lehrner 4996a8731a
Gray glacier hard fork (#3962) 2 years ago
matkt 6f85e1f83b
Add checkpoint sync (#3849) 3 years ago
Diego López León 02d389a19e
Migrate referenceTests to Junit5 (#3850) 3 years ago
garyschulte 20daaf40a9
Feature/remove experimental merge flag (#3875) 3 years ago
Daniel Lehrner 38490d821d
Return Invalid forkchoice state if fcU contains invalid finalizedBlockHash or safeBlockHash (#3828) 3 years ago
Danno Ferrin bdb00b299e
Upgrade Errorprone (#3851) 3 years ago
Danno Ferrin d88bb5867f
Ref tests 10.4 (#3835) 3 years ago
Fabio Di Fabio 3835cb7238
Fix: implement getMixHashOrPrevRandao to return the acutal value in the block header (#3839) 3 years ago
Diego López León eb5e604bcd
Migrate integrationTests to Junit5 (#3815) 3 years ago
Diego López León 2cf97a0e67
Replace expected Junit 4 @Test field with assertThatThrownBy (#3814) 3 years ago
Sally MacFarlane 47197235a9
[MINOR] code cleanup - Lists.emptyList (#3780) 3 years ago
Diego López León a154034531
Add errorprone to prevent Log4j direct usage (#3759) 3 years ago
Sally MacFarlane 0fb2e4b606
changed for loops with int vs long comparison (#3777) 3 years ago
garyschulte 12a06d546d
use paris evm config in merge protocolschedule (#3748) 3 years ago
Jiri Peinlich 918b5359b1 Improving backwards sync (#3638) 3 years ago
matkt 009c246a48
fix bonsai bug during fastsync - mark the worldtsate as missing (#3712) 3 years ago
Sally MacFarlane 00851d042c
Not null annotations (#3708) 3 years ago
matkt 507ab4f660
Update storage for snapsync and fastsync (#3684) 3 years ago
garyschulte 89100a0824
rename premerge fork to paris, keep premerge as an alias (#3615) 3 years ago
Danno Ferrin fc6b2ec13c
Fix precompile deprecation warnings (#3690) 3 years ago
Danno Ferrin e03ef28669
Remove Gas object and replace with primitive long (#3674) 3 years ago
matkt e9b9de6844
Add snapsync pipeline (#3656) 3 years ago
Sally MacFarlane e336f87dc8
FlexiblePrivacyPrecompile - Handle invalid Payload ID (#3664) 3 years ago
Danno Ferrin b4027d6e39
Use JUnit 5 for unit test execution (#3620) 3 years ago
matkt cfd3d691cb
fix nullpointer exception on bonsai trie (#3645) 3 years ago
matkt 7e0d06ac61
preparing the snapsync pipeline (#3625) 3 years ago
Fabio Di Fabio 6c179ba596
Improve eth/66 support (#3616) 3 years ago
matkt 0d182b80ae
SNAPSYNC add request task (#3601) 3 years ago