Commit Graph

4968 Commits

Author SHA1 Message Date
0f7e3541b1 chore: add cli/* to CODEOWNERS (#7870) 2024-04-25 11:36:53 +00:00
132f7fbd80 chore: remove evalir from CODEOWNERS (#7868) 2024-04-25 11:12:12 +00:00
90bf4005e0 chore: merge consensus and revm owners (#7867) 2024-04-25 11:05:03 +00:00
d0382fb88d chore: add trie-parallel to CODEOWNERS (#7866) 2024-04-25 11:01:34 +00:00
9f0874d59f chore: add reth-stages-api to CODEOWNERS (#7865) 2024-04-25 10:53:36 +00:00
652be135c7 feat: adds panels for execution extension metrics (#7605) 2024-04-25 10:00:34 +00:00
4cef3809e4 docs: update examples readme (#7852) 2024-04-24 21:58:26 +00:00
0e8e573180 chore: rename exex example crate names (#7851) 2024-04-24 21:34:41 +00:00
766e77a811 chore: log failed tip fetch only after 20 tries (#7850) 2024-04-24 21:00:25 +00:00
a22cf2189f fix: still delete headers from db in headers unwind (#7579) 2024-04-24 20:24:10 +00:00
76a3d8278a feat: add thorough error message to state root error (#7607) 2024-04-24 20:23:45 +00:00
659059c67f feat: split nodebuilder generics into separate states (#7847) 2024-04-24 20:18:07 +00:00
ddc5ed3263 fix(rpc): correct Other error msg (#7845) 2024-04-24 18:36:19 +00:00
66c6cbc573 feat(exex): do not log ID on ExEx start (#7846) 2024-04-24 18:34:11 +00:00
90da3205de refactor: remove unused map_err (#7837)
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
2024-04-24 18:29:19 +00:00
784d8dc597 refactor: replace OP error variant with general purpose error (#7844)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-04-24 18:19:33 +00:00
1f84c27c35 chore: delete empty files (#7843) 2024-04-24 16:35:21 +00:00
4f81f3acc9 feat(discv5): recycle clean up code (#7727)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-04-24 09:53:54 +00:00
dc6a02ce78 docs(book): recommend running with Docker Compose (#7637) 2024-04-24 09:38:38 +00:00
f372db40c5 feat: blob e2e test (#7823) 2024-04-24 09:36:31 +00:00
9db17123b4 refactor: replace to_primitive_transaction_kind by From impl (#7831) 2024-04-24 09:32:22 +00:00
dcad03c9b8 refactor(reth-basic-payload-builder): remove unnecessary assignment (#7835) 2024-04-24 09:31:04 +00:00
86980836b8 fix: dont panic on invalid l1 blockinfo calldata (#7834) 2024-04-23 22:37:24 +00:00
7a593882e1 chore(github): use codespell to inspect and correct spelling issues (#7775)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-23 21:32:59 +00:00
665e67ec7c ci: use HOMEBREW secret (#7829) 2024-04-23 21:30:34 +00:00
0f9145b728 chore: add CanonStateSubscriptions to NoopTree (#7828) 2024-04-23 21:17:36 +00:00
a75d6cd753 chore: rm dbg (#7827) 2024-04-23 21:10:58 +00:00
cfeead7598 add reth-evm-optimism (#7821) 2024-04-23 20:55:09 +00:00
c659e28aa0 feat(storage): replace Tree generic with Arc<dyn TreeViewer> (#7810)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-23 19:10:45 +00:00
a8a434d2c4 chore: flatten more deps (#7824) 2024-04-23 19:06:12 +00:00
ce1e401d21 docs: add warning regarding increment_block necessity on write_to_storage (#7816) 2024-04-23 16:40:18 +00:00
ee1c811c43 feat: integrate RpcMiddleware in IPC (#7790) 2024-04-23 15:08:32 +00:00
00ca9cd024 feat: add prague helpers to spec (#7817) 2024-04-23 14:50:14 +00:00
b3db4cf56d feat: add UX improvements on e2e testing (#7804) 2024-04-23 14:30:38 +00:00
9fd35f948c chore: move TestConensus to reth-consensus (#7813) 2024-04-23 12:42:51 +00:00
672e4c512c chore(bin/stage): add explicit doc of the use of to-block and hashing stage (#7805)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-04-23 12:26:57 +00:00
eabd0220c6 feat: support short issue links in label workflow (#7814) 2024-04-23 12:24:58 +00:00
6d2e20cd85 chore: Move consensus trait to standalone crate (#7757)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-23 11:50:19 +00:00
3224837523 fix(args/txpool): duplicate arg of txpool.max-account-slots (#7806)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-04-23 11:18:32 +00:00
d1e38966a1 fix(stages): send revert chain notification instead of a reorg on unwind (#7808) 2024-04-23 10:36:00 +00:00
d6b861ea5d feat(exex): send ExExNotification instead of CanonStateNotification (#7803) 2024-04-23 10:05:46 +00:00
c499797a6c chore: export tables macro (#7807) 2024-04-23 09:25:42 +00:00
jn
b9db4cb61b Implement Compact for Withdrawal (#7604)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-23 09:15:53 +00:00
a2027c817f chore: add network or chain question to bug template (#7800) 2024-04-22 17:38:24 +00:00
ac29b4b73b release: v0.2.0-beta.6 (#7802) 2024-04-22 17:29:01 +00:00
9179e4e8ac feat(rpc-engine-api): add engine API response type metrics (#7801) 2024-04-22 16:53:39 +00:00
9a1d6ea9ca feat: base fee param fetching at a specific block (#7783) 2024-04-22 15:46:56 +00:00
24a8202481 fix(cli): read exact chunk len (#7777) 2024-04-22 13:34:31 +00:00
250da4e449 chore: ask for debug logs in bug template (#7795) 2024-04-22 12:17:59 +00:00
31801c7bc5 chore: flatten beacon-consensus test deps (#7796) 2024-04-22 12:12:31 +00:00