Commit Graph

5071 Commits

Author SHA1 Message Date
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
8382529f7a chore: pull async-stream into workspace deps (#7794) 2024-04-22 12:09:10 +00:00
b0cb2d0df6 chore: remove consensus setup from node-core (#7793) 2024-04-22 12:07:21 +00:00
cf789dce7e chore: use workspace deps in nippy jar (#7792) 2024-04-22 12:05:42 +00:00
cab4420b41 chore(deps): move http crate deps to workspace (#7791) 2024-04-22 11:56:11 +00:00
adcc0643ba chore: relax some bounds (#7789) 2024-04-22 13:28:13 +02:00
fa9f23db98 feat(op): signature encoding (#7769)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2024-04-22 10:04:25 +00:00
ce2f1602a1 bench: fix reth-stages criterion benchmarks (#7786) 2024-04-22 10:00:46 +00:00
c0926ba10e feat: enable OP hardforks in DEV chainspec (#7787) 2024-04-22 09:58:19 +00:00
612cfcbc9c Implement try_from rpc tx for TransactionSignedEcRecovered (#7752) 2024-04-22 09:46:12 +00:00
02314927f2 chore: enable optimism e2e tests (#7776) 2024-04-21 10:14:30 +00:00
4f10d377f7 chore(deps): weekly cargo update (#7778)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2024-04-21 10:13:26 +00:00
223dde200f fix(tree): disable cached trie updates for chains with >1 block (#7753)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-21 09:20:55 +00:00
d81cf8aa5c fix(discv5): fix bug flip byte lookup tgt (#7764)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
2024-04-20 20:39:55 +00:00
3750edd905 chore(e2e): refactor e2e tests (#7773) 2024-04-20 12:58:03 +00:00
66d5ecbd47 chore: bump alloy 39b8695 (#7774) 2024-04-20 14:29:00 +02:00
e35abf8423 feat(op): init genesis alloc (#7748) 2024-04-20 10:55:36 +00:00
6728a5518a feat: gracefully shutdown prometheus server (#7728)
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-04-20 09:44:17 +00:00
615e90b0f8 fix(exex): properly check ready state in poll_ready (#7772) 2024-04-20 09:00:11 +00:00
db5bd06851 chore(lint): duplicate attributes (#7770) 2024-04-20 08:36:08 +00:00
9df9c03a88 fix(tracing): wrong header in error (#7767) 2024-04-20 00:31:14 +00:00
566a7804a3 fix(stages): block number in error (#7766) 2024-04-20 00:00:52 +00:00
71f8e678aa chore: relax some bounds (#7762) 2024-04-19 21:40:37 +00:00
d599ce4683 fix: dont await changes (#7760) 2024-04-19 21:18:33 +00:00
16b747e20c fix(deps): bump rustls (#7758) 2024-04-19 20:43:40 +00:00
20568b8813 perf(discv5): populate kbuckets & improved RLPx peering (#7683) 2024-04-19 20:04:33 +00:00
4f1099b9d8 chore(debug): allow first fcu through in EngineApiSkipFcu interceptor (#7756) 2024-04-19 18:06:47 +00:00
e3c5664788 ci: stop github from fighting us over labels (#7754) 2024-04-19 16:42:14 +00:00
4f7f690ac1 fix: enable --dev for op-reth (#7755) 2024-04-19 16:34:07 +00:00
34c5b42524 docs: add more docs to recover_signer (#7751) 2024-04-19 16:31:13 +00:00
bd4757b3b5 chore: make alloy impls feature gated (#7747) 2024-04-19 15:18:43 +00:00
d214daebbd chore: move engine primitives (#7746) 2024-04-19 15:07:11 +00:00
49c02c3b8e feat: send CanonStateNotifications from execution stage (#7578) 2024-04-19 14:39:52 +00:00
6646a329ad chore: move node-api to node dir (#7743) 2024-04-19 13:23:53 +00:00
6a6b3cc3e4 chore: introduce ethereum folder (#7744) 2024-04-19 13:23:45 +00:00
4c60ed05ba chore: remove todo comments from #7599, and improve the visibility of certain methods. (#7741) 2024-04-19 12:31:04 +00:00
8a0f8cf835 chore: stages crates touchups (#7742) 2024-04-19 12:25:11 +00:00
f4dda95cbd feat(op): allow import without state (#7661) 2024-04-19 12:17:31 +00:00
cf163ba9d8 feat: group optimism crates (#7740) 2024-04-19 11:43:16 +00:00
defe5ff0af refactor: split reth-stages into reth-stages-api and reth-stages (#7666)
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
2024-04-19 11:35:20 +00:00
f14bf14d19 chore: relax some trait bounds (#7739) 2024-04-19 10:18:23 +00:00
e7945f9219 fix(engine): remove block execution error matching (#7735) 2024-04-19 10:08:41 +00:00
04aef71d72 chore(engine): extract fcu make canonical result processing (#7737) 2024-04-19 09:42:59 +00:00
1c46e5ae7d feat: block executor provider and ethereum + op impl (#7594)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2024-04-19 09:41:51 +00:00
93871b3eaf chore(engine): extract fcu pre-validation (#7736) 2024-04-19 08:40:17 +00:00
d5858adc0f chore(engine): remove map insert error (#7733) 2024-04-18 21:34:55 +00:00
61acd7801d docs: update base sequencer url (#7731) 2024-04-18 19:52:30 +00:00
a1059bed99 chore: extract cli runner from node-core (#7719) 2024-04-18 19:50:41 +00:00