Commit Graph

317 Commits

Author SHA1 Message Date
067b0ff420 feat: integrate ExecutorProvider (#7798) 2024-05-03 11:39:46 +00:00
2ac2433a96 feat(examples): add blob support to the rollup ExEx (#8028) 2024-05-02 20:19:44 +00:00
e90dc44be9 feat: remove field ``max_gas_limit` from `BasicPayloadJobGeneratorConfig`` (#7949) 2024-05-02 18:32:36 +00:00
2334317dc7 chore: deduplicate fork timestamp configuration in ChainSpec (#8038) 2024-05-01 21:00:57 +00:00
399afd802c feat(node_builder): allow borrowing self in ConfigureEvm::evm (#8024) 2024-05-01 15:22:49 +00:00
f157ec83b6 chore: remove redundant suffix in ChainPath methods (#8025) 2024-05-01 14:59:42 +00:00
074c5c3013 feat: introduce external context GAT in ConfigureEvm (#7842) 2024-05-01 02:06:37 +00:00
d04d9556fa feat: make nodetypes stateless and move evm to components (#7992) 2024-04-30 16:56:34 +00:00
c3cdd8c646 feat(examples): sqlite rollup exex (#7826) 2024-04-30 12:00:18 +00:00
3fc5cf6461 feat: use ComponentsBuilder as associated type in Node trait (#7957) 2024-04-29 12:09:07 +00:00
bf66a3dd27 Move network.rs example to its own folder (#7936)
Co-authored-by: Elijah Hampton <elijahhampton@MBP-de-Elijah-2.lan>
2024-04-28 09:44:18 +00:00
cc4a418ddf refactor: extract peer types to net/types (#7912)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-27 04:18:59 +00:00
fd46df069e feat: move db-access example into a separate module (#7902) 2024-04-26 09:29:43 +00:00
062b3d76b9 refactor: move network-txpool.rs example to its own folder (#7892)
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
2024-04-25 18:36:09 +00:00
1c81fae4d1 refactor: rename some examples (#7881) 2024-04-25 15:12:30 +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
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
d6b861ea5d feat(exex): send ExExNotification instead of CanonStateNotification (#7803) 2024-04-23 10:05:46 +00:00
18725f1425 fix(examples): send finished height from minimal exex (#7730) 2024-04-18 19:27:00 +00:00
jn
49ceeaf0cc refactor: Drop reth_primitives::Log (#7651)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-16 14:36:06 +00:00
2dcc01210c feat(exex): add Pool to ExExContext (#7573)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-12 16:34:18 +00:00
aa1fbfcba6 refactor(exex): use async fns in op bridge example (#7601) 2024-04-12 15:49:50 +00:00
d950bce3f5 refactor: use async fns in minimal example (#7600) 2024-04-12 15:11:14 +00:00
39dea65b63 feat(examples): minimal viable ExEx (#7565)
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-04-11 16:58:36 +00:00
3ffc729833 feat(examples): OP Stack bridge stats ExEx (#7556)
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-04-11 16:38:03 +00:00
5c99d06904 chore: bump sse example (#7537) 2024-04-10 13:42:16 +02:00
3826772886 chore: fix some warnings (#7515) 2024-04-08 18:10:10 +00:00
e20c524452 feat: integrate evm in rpc (#7470) 2024-04-05 07:26:11 +00:00
c13d7da68d chore: move pk2id and id2pk to primitives (#7382) 2024-03-29 21:43:52 +00:00
be16072728 chore: simplify examples recipient matching (#7385) 2024-03-29 16:06:48 +00:00
43c72b022c Do no use feature secp256k/rand-std in project level Cargo.toml (#7378) 2024-03-28 15:39:00 +00:00
8b4898b651 bump alloy version (#7344) 2024-03-27 11:41:31 +00:00
5968e9f3da feat(reth_db/mdbx): fix API regression in DatabaseArguments (#7323)
Co-authored-by: lmittmann <lmittmann@users.noreply.github.com>
2024-03-26 12:57:29 +00:00
52668c6de4 fix: do not rlp encode extradata (#7256)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-20 18:26:13 +00:00
9d039a233c chore(deps): use tikv-jemallocator instead of jemallocator (#7232) 2024-03-19 17:13:23 +00:00
610731ced8 feat(db): record client version history (#7119) 2024-03-13 12:07:13 +00:00
cab2301125 fix: use INVALID_PAYLOAD_ATTRIBUTES code for attribute validation errors (#7059)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-12 14:58:56 +00:00
494361992d fix(rpc): less clones in logs filter (#7060)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-10 14:18:48 +00:00
d4ff65bfad bump: revm v7.1.0 (#7064) 2024-03-09 00:12:26 +00:00
3c028e5ef4 chore: fix typos (#7049) 2024-03-08 14:23:37 +00:00
1cd05b09ef decrease default tracing permits (#7010)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-07 16:37:56 +00:00
9226488b3a Node tests crate (#6972) 2024-03-06 12:05:15 +00:00
33d01d3206 chore(node-core): log errors in debug when ETA fails to calculate (#6971) 2024-03-05 19:20:37 +00:00
96fcdfbac8 feat(api,rpc): improve engine API abstraction (#6871)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-05 16:05:17 +00:00
5e2cac442f 0x/rm unused dep (#6899)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
2024-03-01 11:34:31 +00:00
c5955f1305 feat: integrate builder (#6611) 2024-02-29 16:50:04 +00:00
17818e79d4 chore(cli): fix clap deprecated warnings (#6872)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-02-29 13:24:13 +00:00
6b5b6f7a40 Breaking changes (#5191)
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
Co-authored-by: joshieDo <ranriver@protonmail.com>
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
Co-authored-by: Thomas Coratger <thomas.coratger@gmail.com>
2024-02-29 12:37:28 +00:00
7d6fb37e36 Revm example (#6855)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-02-29 10:52:17 +00:00