Commit Graph

4759 Commits

Author SHA1 Message Date
dd83c9c4f8 Feat: support for engine api over ipc (#7428)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-10 20:31:53 +00:00
69355affb8 ci: fix iai job (#7544) 2024-04-10 18:50:41 +00:00
e48bae9a0e perf(pool): send blob sidecars as Arc to listeners (#7545) 2024-04-10 17:22:26 +00:00
00420477c5 chore: reserve an upper bound in ReusableDecompressor (#7523) 2024-04-10 15:51:47 +00:00
2e10ffb0cc feat: set local enr in nodeInfo (#7543) 2024-04-10 15:08:29 +00:00
8d3085617d Update iai benchmarks to use iai-callgrind (#7534) 2024-04-10 14:48:51 +00:00
b9c677ef9a Update revm-inspectors link (#7541)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-10 16:58:35 +02:00
4b84b99351 feat: add PeersInfo::local_enr (#7539) 2024-04-10 14:38:57 +00:00
e50f942d47 chore: use alloy nodeinfo (#7512) 2024-04-10 14:19:09 +00:00
2e3a827b09 refactor: launch disc services concurrently (#7533)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-10 11:58:11 +00:00
3338a0350e chore: bump jsonrpsee 0.22.4 (#7538) 2024-04-10 13:54:59 +02:00
5c99d06904 chore: bump sse example (#7537) 2024-04-10 13:42:16 +02:00
cf97b23375 chore(stages): log hash insertion progress as Display string (#7535) 2024-04-10 11:04:30 +00:00
283b56c1b9 chore: move request hashes failed log to trace (#7524) 2024-04-09 16:06:45 +00:00
8629184748 test: add forkid rlp tests (#7528) 2024-04-09 16:05:05 +00:00
6c633e9338 chore: use builtin optimism fn (#7522) 2024-04-09 15:56:54 +00:00
fe27dc64dc feat: integrate evm in OP payload builder (#7527) 2024-04-09 15:41:52 +00:00
cfd335b9b7 feat: auto impl Arc, & and Box for StateProviderFactory (#7526) 2024-04-09 15:13:25 +00:00
e43b2f4829 fix: Remove extra return when init uses too much gas (#7521) 2024-04-09 13:43:58 +00:00
5efe17370f test: extend test_pending_ping() to respect limit of pending_pings (#7520) 2024-04-09 12:18:04 +00:00
2e87b2a8d5 chore: add asm-keccak to reth crate docs (#7518) 2024-04-08 23:50:42 +00:00
jn
91a1503079 Implement Compact codec for alloy_primitives::Log (#7474) 2024-04-08 18:34:14 +00:00
33d335837a feat(exex): use unbounded sender for events (#7517) 2024-04-08 18:28:27 +00:00
3826772886 chore: fix some warnings (#7515) 2024-04-08 18:10:10 +00:00
6a104cc174 chore: rm unused execute function (#7513) 2024-04-08 17:28:17 +00:00
6beb53ee10 feat(node-builder): add install_exex to WithLaunchContext (#7514) 2024-04-08 17:18:45 +00:00
03fa7ee85d feat(tree): disable long read transaction safety on newPayload (#7511) 2024-04-08 16:17:29 +00:00
d6dd1c2dab chore: use while for all poll_tick() to make code consistent (#7510) 2024-04-08 15:15:25 +00:00
9d2fdd5e3f chore: remove ethers deps (#7508) 2024-04-08 13:07:45 +00:00
f4f039de01 fix: ensure transfer gas estimation succeeds (#7485) 2024-04-08 12:21:26 +00:00
8c89d9ca85 feat: exex crate (#7506) 2024-04-08 12:20:07 +00:00
f5073e6542 feat: add beacon api headers types (#7493)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-04-08 12:13:49 +00:00
cc2d84a808 chore: set expiration duration properly (#7507) 2024-04-08 11:54:47 +00:00
c6857efa8a chore: bump alloy (#7502) 2024-04-07 15:02:18 +02:00
7f3c934ad7 chore(deps): weekly cargo update (#7499)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2024-04-07 11:49:43 +00:00
15131c723e chore: allow transmute annotations (#7494) 2024-04-06 08:49:38 +02:00
b89af430e2 feat: extract optimism sequencer client to node-optimism (#7482) 2024-04-05 21:35:02 +00:00
71c404d9cb E2e improvements (#7453)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-05 18:35:22 +00:00
48ce6324aa feat(grafana): bad imports (#7481) 2024-04-05 17:01:19 +00:00
30cf40591c feat(grafana): remove networking (#7483) 2024-04-05 16:48:49 +00:00
9265a539e5 fix(grafana): reth-mempool (#7480) 2024-04-05 16:09:33 +00:00
67cfb06fbb chore(deps): migrate to jsonrpsee 0.22 (#5894)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
2024-04-05 16:02:05 +00:00
3236baef5e fix(grafana): warning tx fetcher hashes panel (#7462) 2024-04-05 14:05:19 +00:00
89409992f2 chore: add pid=host to docker-compose.yml (#7479) 2024-04-05 10:48:19 +00:00
9e343c3986 chore(tree): unify remove_and_split_chain method (#7468) 2024-04-05 09:23:07 +00:00
e20c524452 feat: integrate evm in rpc (#7470) 2024-04-05 07:26:11 +00:00
fa4c663239 chore(tree): refactor make_canonical (#7469) 2024-04-05 07:05:39 +00:00
7d25ea2ddb chore(tree): remove useless oneline methods (#7467) 2024-04-05 07:05:21 +00:00
57e25be058 chore(tree): accept owned block hash in make_canonical instead of ref (#7465) 2024-04-04 19:39:30 +00:00
67558db6f3 feat: change evm trait bound (#7463) 2024-04-04 16:35:28 +00:00