Commit Graph

552 Commits (2c5d7728caad76135ebc642672193d4215422927)

Author SHA1 Message Date
Bakuchi d2382c6b2b
fix typo in error message. (#4736) 2 years ago
Fabio Di Fabio 2ee204cb77
Do not send new payloads to backward sync if initial sync is in progress (#4720) 2 years ago
Fabio Di Fabio 9d4ec3bca4
Restore updating chain head and finalized block during backward sync (#4718) 2 years ago
Gabriel-Trintinalia 7d374b6a1b
Add type field to eth_getTransactionReceipt (#4713) 2 years ago
Sally MacFarlane e5d73e0cca
retry block processing (#4600) 2 years ago
Fabio Di Fabio 098558a274
Remove log statements that are keeping references to objects for too long (#4705) 2 years ago
Stefan Pingel e02cc04e41
use fork id to filter out non matching peers (#4459) 2 years ago
Danno Ferrin f20b4b3bd1
"Small" Ethereum Object Format (EIP-3540 + EIP-3670) (#4644) 2 years ago
Fabio Di Fabio af04357874
Backward sync log UX improvements (#4655) 2 years ago
Antoine Toulme 5b462af0a7
Otel take 2 (#4075) 2 years ago
Daniel Lehrner 6a3d4528bd
Add new RPC endpoints debug_setHead & debug_replayBlock (#4580) 2 years ago
Danno Ferrin 0287ec5cb1
Make Json RPC TLS Test Java 17 friendly (#4622) 2 years ago
Fabio Di Fabio db9b623be2
Explain and improve price validation for London transactions during selection (#4602) 2 years ago
mark-terry 5f9c68a946
Remove 'publicKey' and 'raw' from Transaction RPC API response. (#4575) 2 years ago
Fabio Di Fabio 166aa69531
TxPool code refactor to improve readability (#4566) 2 years ago
Gabriel Camargo Fukushima 42260fd56b
Add port conflict exception (#4565) 2 years ago
garyschulte 341799bf46
latent review feedback from pr 4531 (#4589) 2 years ago
garyschulte 76d6429cc0
Snapshot based non-persisting MutableWorldState usage (#4531) 2 years ago
Danno Ferrin 6f20060182
Rollback #4578 and #44562 (#4583) 2 years ago
Danno Ferrin aff38f414d
Remove Bytes32.ZERO (#4578) 2 years ago
Fabio Di Fabio 5137e89538
Fix for NoSuchElementException when sending local transactions (#4569) 2 years ago
Justin Florentine fe79c02102
4512 invalid badblock (#4554) 2 years ago
Danno Ferrin b322ef6ae1
Migrate storage APIs to Bytes32 (#4562) 2 years ago
mark-terry 26c4bcf1ae
Corrected eth_getLogs default fromBlock value. (#4513) 2 years ago
mark-terry 618ad09b21
Refactored spy stubbing. (#4544) 2 years ago
Gabriel Camargo Fukushima 226557af40
Add more details to rpc http/ws apis error message (#4538) 2 years ago
Fabio Di Fabio e9f979ebd3
Try to build better block proposals until timeout or GetPayload is ca… (#4516) 2 years ago
Justin Florentine e0b26d2ca4
don't add to bad blocks manager on StorageException (#4524) 2 years ago
Danno Ferrin 7cab18e978
Make GraphQL scalar parsing compatible with variables (#4522) 2 years ago
Daniel Lehrner 5dec71c925
Avoid a cyclic reference while printing EngineExchangeTransitionConfigurationParameter (#4357) 2 years ago
Sally MacFarlane 32125fb690
add debug logging for invalid case (#4520) 2 years ago
Daniel Lehrner 4b20e77a08
Always return a transaction type for pending transactions (#4364) 2 years ago
mark-terry 7a2db24695
RPC parameter error improvements. Test updates. (#4510) 2 years ago
Antoine Toulme af25c9bac0
upgrade tuweni to 2.3.0 (#4464) 2 years ago
Justin Florentine 6b31efa0b9
Log receipts reorg (#4497) 2 years ago
Fabio Di Fabio 84eab6977e
Refactor unverified forkchoice event (#4487) 2 years ago
Jiri Peinlich e179b86b48
The block variable was keeping too much memory while waiting for future to finish (#4489) 2 years ago
Fabio Di Fabio 4c3514a8c1
Improve UX of initial sync logs, pushing not relevant logs to debug l… (#4486) 2 years ago
Danno Ferrin ef69a6c3aa
Update GraphQL to be closer to execution-api spec (#4112) 2 years ago
Daniel Lehrner 4c2251b749
Log index is counted per block, not per transaction (#4355) 2 years ago
Gabriel-Trintinalia 4c66cc69cf
Add Rpc method name when logging IOException (#4406) 2 years ago
Fabio Di Fabio 64bf83cfeb
Keep the best block built until now instead of the last one (#4455) 2 years ago
Justin Florentine 5fe49c60b3
these don't need to be at info (#4432) 2 years ago
Pedro Novais 361390372f
logs JSON-RPC request and responses in TRACE mode (#4395) 2 years ago
Fabio Di Fabio 30bff31823
Transaction pool improvements to avoid filling the pool with not executable transactions (#4425) 2 years ago
Daniel Lehrner bc9ff867c4
Less strict engine QoS timer (#4411) 2 years ago
ahamlat 53193764be
Fix StacklessClosedChannelException caused by the fact that all Engine API requests are executed sequentially. (#4410) 2 years ago
Pedro Novais 6dc07494bb
Inject synchronous Vertx as dependency for engine api (#4289) 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
garyschulte 8ee253982c
Feature/tx sender future nonce limits (#4336) 2 years ago