Commit Graph

5471 Commits

Author SHA1 Message Date
70b6bc45ad fix(example/op-bridge): ethereum Receipt needless update (#8695)
Signed-off-by: 9547 <29431502+9547@users.noreply.github.com>
2024-06-08 13:52:07 +00:00
6b9623366e fix: ensure jsonrpsee logs are off by default (#8689) 2024-06-08 08:05:36 +00:00
08a0a909f7 chore: add link to new_payload_v4 docs (#8686) 2024-06-07 22:05:42 +00:00
53f5bb0492 feat: add ExecutionPayloadV2 to ExecutionPayloadInputV2 conversion (#8685) 2024-06-07 22:01:53 +00:00
dd9e417d31 fix: atomically write to static file configuration file (#8666) 2024-06-07 20:37:20 +00:00
314da27567 chore: rm unused launch functions (#8663) 2024-06-07 18:12:08 +00:00
a7152eda37 chore: move primitives/exex to reth-exex-types (#8677) 2024-06-07 16:31:24 +00:00
d0e3504ecc example(exex): tests for OP Bridge (#8658) 2024-06-07 15:52:44 +00:00
ade059235b chore: move primitives/prune to reth-prune-types (#8676) 2024-06-07 15:24:39 +00:00
977def880a fix: bad unwrap on resolve (#8675) 2024-06-07 13:59:06 +00:00
4fc289b9d0 chore: move static file crates in static file folder (#8671) 2024-06-07 13:07:51 +00:00
264437a5c7 test: fix flaky test (#8673) 2024-06-07 13:01:20 +00:00
007b0ebd6d chore: move ethereum payload builder to ethereum (#8490) 2024-06-07 12:03:52 +00:00
e4a08fbbf9 chore: misc stages docs (#8669) 2024-06-07 11:08:19 +00:00
bbfb81bbda refactor: extract trusted peer resolve into separate function (#8660)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-06-07 11:04:08 +00:00
280aaaedc4 docs: updates README.md regarding reth-codecs and Compact (#8665) 2024-06-07 10:34:37 +00:00
04d3191ca8 fix: ensure tx forwarder is set (#8664) 2024-06-07 10:09:41 +00:00
e0c22ace34 test(exex): improve PollOnce trait error handling (#8653) 2024-06-07 07:13:06 +00:00
c7338593aa chore: reintroduce receipts verification debug log (#8662) 2024-06-07 01:21:22 +00:00
jn
c362fc6c36 feat: Introduce payload primitives (#8642)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-06-06 23:19:21 +00:00
f80b054174 feat(node-builder): move network setup to node-builder launch/ BuilderContext types (#8648) 2024-06-06 21:47:12 +00:00
7b435e0d6d chore: bump revm-inspectors 53aa2b2 (#8656) 2024-06-06 23:14:45 +02:00
19a9b3ffde chore: add enum_glob_use warn lint (#8655) 2024-06-06 20:58:45 +00:00
961b855b16 chore: Release 0.2.0-beta.9 (#8654) 2024-06-06 20:55:23 +00:00
87ba096e98 fix: do not calculate requests root pre-prague in dev mode (#8652)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-06-06 20:39:00 +00:00
e2cba9fd27 feat: add missing payload behaviour (#8649)
Co-authored-by: Federico Gimenez <fgimenez@users.noreply.github.com>
2024-06-06 18:08:30 +00:00
827e081e05 Add Fjord timestamp conditions to OP+Base Mainnet+Sepolia (#8645) 2024-06-06 17:26:13 +00:00
49c8c96896 chore: change build_empty_payload to require &self (#8646) 2024-06-06 16:06:51 +00:00
a583defad7 fix: save last finalized block (#8473)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2024-06-06 15:31:56 +00:00
37f598ab94 chore: update CODEOWNERS for new crate structure (#8601) 2024-06-06 15:26:57 +00:00
40d8ac099f test(exex): introduce utils for testing (#8636) 2024-06-06 13:28:28 +00:00
b11c83cee6 Fix code spell lint in CI (#8634)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-06-06 09:11:01 +00:00
ffd3153587 fix(op): fix import blocks benchmark (#8620) 2024-06-06 07:22:25 +00:00
ef3f67743d feat: resolve domains in enode strings (#8188)
Co-authored-by: Serge Radinovich <47865535+sergerad@users.noreply.github.com>
2024-06-05 23:43:25 +00:00
c5e38073b5 fix: check for empty tx root in BlockTransactions::Uncle match (#8600) 2024-06-05 20:48:29 +00:00
097f65520a chore: add canonical cgroup docs in memory profiling docs (#8621) 2024-06-05 19:43:54 +00:00
8fc5f842f3 Add fjord activation times/blocks for Base (#8619) 2024-06-05 19:34:44 +00:00
ad80ad89a2 feat: add mgas per second log (#8618) 2024-06-05 19:33:17 +00:00
93f776d19b feat(node-builder): expose block executor (#8617) 2024-06-05 18:23:04 +00:00
5a4b3985ce chore(node-builder): use datadir from config (#8615) 2024-06-05 15:48:14 +00:00
01fd9b3c76 chore: disable default feature for reth-db in workspace (#8476) 2024-06-05 09:15:09 +00:00
7e60bc4dae feature: loglevel value parser (#8573)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-06-05 07:58:26 +00:00
1e0d72459b chore(net): get and peek for LruCache (#8508) 2024-06-05 00:36:53 +00:00
51a28f22da chore: split db abstraction into new crate (#8594) 2024-06-04 21:45:57 +00:00
a8095740fc chore: add EnvironmentArgs and use across all CLI commands (#8590) 2024-06-04 19:30:05 +00:00
e1f39bdc2f feat: move RPC cache constants and type (#8597) 2024-06-04 19:13:19 +00:00
ae9ab69f5f refactor(node-builder): use datadir provided by the config (#8592) 2024-06-04 18:46:36 +00:00
d59fcf5ee2 ci: only run action lint if action changed (#8598) 2024-06-04 18:16:15 +00:00
a1d7b870dd chore: bump alloy 5796024 (#8596)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-06-04 16:49:24 +00:00
d8096aec45 chore: remove GRACE_PERIOD dead code (#8595) 2024-06-04 16:22:37 +00:00