|
|
7024e9a8e9
|
chore(dep): reth db workspace (#4782)
|
2023-09-26 11:31:09 +00:00 |
|
|
|
dae31fa2a7
|
chore: timestamp fork activation semantics (#4785)
|
2023-09-26 11:29:38 +00:00 |
|
|
|
8f9d2908ca
|
chore: add and fix more lints, improve docs (#4765)
|
2023-09-25 15:46:46 +00:00 |
|
|
|
0f9def08c0
|
perf: remove unnecessary state clone (#4763)
|
2023-09-25 13:48:48 +00:00 |
|
|
|
5be8ae4b64
|
refactor(engine): update sync state for r/w hooks (#4687)
|
2023-09-21 12:13:44 +00:00 |
|
|
|
6d3e229e12
|
feat(interfaces): move BlockHashNotFoundInChain to BlockchainTreeError (#4697)
|
2023-09-21 11:16:22 +00:00 |
|
|
|
1962014a77
|
feat(primitives): add calculate_blob_gas_used function in SealedBlock (#4692)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-09-20 21:34:07 +00:00 |
|
|
|
0874767cd9
|
refactor(interfaces): Result -> RethResult, Error -> RethError (#4695)
|
2023-09-20 21:13:16 +00:00 |
|
|
|
6016da7a12
|
refactor(engine): always connect buffered blocks on r/w hook finish (#4657)
|
2023-09-20 12:13:45 +00:00 |
|
|
|
afbe88f583
|
feat(error): revamp make_canonical error (#3899)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-09-20 07:25:54 +00:00 |
|
|
|
24a8590e69
|
feat: validate blob_gas_used in header (#4676)
|
2023-09-20 06:58:48 +00:00 |
|
|
|
801294252e
|
feat: Duplicate Withdrawal and move try from impls to rpc-compat (#4186)
|
2023-09-19 16:57:32 +00:00 |
|
|
|
57c10e5b65
|
refactor(engine, tree): connect buffered blocks on pruner finish (#4613)
|
2023-09-19 16:36:24 +00:00 |
|
|
|
1406142af8
|
fix: clear buffered blocks on sync (#4658)
|
2023-09-19 15:48:34 +00:00 |
|
|
|
a80b72041b
|
feat: add pre-block EIP-4788 beacon root contract call (#4457)
|
2023-09-19 15:16:48 +00:00 |
|
|
|
a96dbb476c
|
perf: optimize engine poll loop (#4655)
|
2023-09-19 15:16:04 +00:00 |
|
|
|
11f5f3f8d7
|
feat(engine): hooks (#4582)
|
2023-09-18 17:52:58 +00:00 |
|
|
|
f153d8f4d4
|
feat(revm): Integrate State (#3512)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
|
2023-09-16 11:00:22 +00:00 |
|
|
|
b2750e0e9b
|
Remove redundant clones (#4485)
|
2023-09-05 08:30:18 +00:00 |
|
|
|
60e5b43992
|
chore: fix deps sanity check (#4462)
|
2023-09-03 13:40:26 +00:00 |
|
|
|
19e03ee9cd
|
chore: do not warn when the chain is syncing normally (#4458)
|
2023-09-02 18:41:15 +00:00 |
|
|
|
6bb94af5bb
|
feat(stages): respect PruneModes in TxLookup stage (#4390)
|
2023-09-01 14:06:49 +00:00 |
|
|
|
e66e3e3556
|
feat(storage, tree): respect Transaction Lookup pruning in the blockchain tree (#4410)
|
2023-09-01 12:51:34 +00:00 |
|
|
|
893f4cf2a2
|
feat: validate payload versioned hashes (#4417)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-08-31 00:05:46 +00:00 |
|
|
|
1c83740720
|
feat: add CancunPayloadFields for engine_newPayloadV3 (#4407)
|
2023-08-30 16:28:53 +00:00 |
|
|
|
e576c007e3
|
chore: introduce versioned ExecutionPayload (#4400)
|
2023-08-30 02:28:58 +00:00 |
|
|
|
0c7a93717a
|
feat: add EIP-4788 parent_beacon_block_root to Header (#4299)
|
2023-08-29 17:55:13 +00:00 |
|
|
|
1eee5ee80a
|
feat(pruner, primitives): move prune batch sizes to ChainSpec (#4318)
Co-authored-by: joshieDo <ranriver@protonmail.com>
|
2023-08-23 17:45:53 +00:00 |
|
|
|
312cf724bc
|
feat(pruner): respect batch size per run (#4246)
Co-authored-by: joshieDo <ranriver@protonmail.com>
|
2023-08-23 17:23:25 +00:00 |
|
|
|
7f9116b747
|
dep: move metrics to workspace (#4289)
|
2023-08-21 09:33:50 +00:00 |
|
|
|
2904745650
|
chore: bump metrics (#4265)
|
2023-08-18 14:57:28 +00:00 |
|
|
|
44874bc557
|
feat: add TransactionSigned::recover_signers with the same order (#4120)
|
2023-08-15 17:40:09 +00:00 |
|
|
|
92361ad77f
|
perf: let sync status mirror FCU (#4203)
|
2023-08-15 12:14:21 +00:00 |
|
|
|
3c41e9ffc7
|
fix: return engine on fatal error (#4184)
|
2023-08-14 17:26:39 +00:00 |
|
|
|
427a8395f9
|
feat(txpool): Make TransactionPool trait object safe (#4156)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-08-11 13:34:56 +00:00 |
|
|
|
c412f3935d
|
feat: add kzg_to_versioned_hash (#4085)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
|
2023-08-10 17:56:03 +00:00 |
|
|
|
bbe9d56ef4
|
Revert "feat: add TransactionSigned::recover_signers" (#4115)
|
2023-08-08 14:03:43 +02:00 |
|
|
|
4b0b63766e
|
feat: add TransactionSigned::recover_signers (#4098)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-08-08 09:53:12 +00:00 |
|
|
|
c1dfa7beba
|
feat(eip4844): include TxEip4844 in the primitive Transaction enum (#4074)
|
2023-08-07 19:10:12 +00:00 |
|
|
|
9569debbb5
|
feat: make base fee computation parameters configurable via chain spec (#3992)
|
2023-08-07 15:52:27 +00:00 |
|
|
|
64188a3987
|
chore(engine): downgrade new payload buffering log to debug (#4068)
|
2023-08-04 15:40:37 +00:00 |
|
|
|
b673b6c158
|
feat(engine): set eth_syncing = true if pruner is active (#4063)
|
2023-08-04 15:39:15 +00:00 |
|
|
|
77b7d77819
|
fix(engine): poll prune first (#4048)
|
2023-08-03 16:00:56 +00:00 |
|
|
|
f917d49fb4
|
fix(engine, pruner): prune poll logic, history indices (#4043)
|
2023-08-03 14:54:16 +00:00 |
|
|
|
94dfeb3ade
|
fix: validate headers in full block downloader (#4034)
|
2023-08-02 16:36:48 +00:00 |
|
|
|
bddb60b3fc
|
feat(engine): require VALID latest FCU status before pruning (#3954)
|
2023-08-02 15:08:38 +00:00 |
|
|
|
9510a5ca7e
|
feat(pruner): metrics (#4023)
|
2023-08-02 13:04:55 +00:00 |
|
|
|
bfbad261ec
|
feat(engine): payload cancun fields (#4010)
|
2023-08-01 15:25:10 +00:00 |
|
|
|
334d6068ad
|
feat: add 4844 header fields and consensus checks (#3972)
|
2023-07-29 12:51:16 +00:00 |
|
|
|
f98b1524bb
|
feat: add fcu v3 skeleton (#3940)
|
2023-07-27 08:15:24 +00:00 |
|