Commit Graph

7213 Commits

Author SHA1 Message Date
a0867a6b05 feat(grafana): ExEx WAL (#11461) 2024-10-03 15:12:37 +00:00
59c6329ffa fix: ensure the request's gas limit does not exceed the target gas limit (#11462) 2024-10-03 14:57:03 +00:00
f1aae36c69 feat(rpc): Add codes in execution witness return (#11443) 2024-10-03 14:06:34 +00:00
96f1406a14 chore(provider): use block_ref instead on BlockState (#11458) 2024-10-03 13:48:37 +00:00
e567810951 chore: release 1.0.8 (#11457) 2024-10-03 13:45:32 +00:00
91af1a75c2 feat: add metrics for failed deliveries (#11456) 2024-10-03 13:44:41 +00:00
ac85fc0507 chore(provider): find last_database_block_number with BlockState anchor instead (#11455) 2024-10-03 13:19:02 +00:00
8cd052c4d9 chore(provider): use get_in_memory_or_storage_by_block on fn block_body_indices (#11452) 2024-10-03 13:17:17 +00:00
a6b1fee539 chore(exex): adjust WAL gauge metric names (#11454) 2024-10-03 13:10:07 +00:00
05a7bdc9ac chore(provider): use get_in_memory_or_storage on transactions_by_block_range (#11453) 2024-10-03 13:08:38 +00:00
4960b927bc feat: impl payload attributes builder (#11336)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-10-03 12:27:05 +00:00
601c6fe73e fix(exex): limit the duration of a backfill job to 30 seconds (#11450) 2024-10-03 12:10:08 +00:00
73d5ce78c3 chore: replace Compact with bincode on ETL usage of SealedHeader (#11442) 2024-10-03 11:48:24 +00:00
fe1f189e69 fix(exex): WAL size metric (#11448) 2024-10-03 11:43:36 +00:00
7fbe19a9bf primitives: remove optimism re-export in reth-primitives (#11438) 2024-10-03 10:38:18 +00:00
575669b744 fix: env tempdir failure on WAL creation (#11446)
Co-authored-by: 0xurb <urbadeil@gmail.com>
2024-10-03 09:54:42 +00:00
6b261db644 docs: fix wrong method name (#11441) 2024-10-02 22:47:07 +00:00
70d498d296 chore: make clippy happy (#11439) 2024-10-02 19:19:13 +00:00
5ec448ef94 feat: add get_in_memory_or_storage_by_tx_range (#11414)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-10-02 17:45:06 +00:00
c4ce9977f2 fix: reset pruned sender numbers on stage drop (#11150) 2024-10-02 17:36:43 +00:00
16be8b9059 feat(exex): commit notifications to WAL before sending to ExExes (#11354) 2024-10-02 16:18:33 +00:00
3bbbade9cf Fix: Reorder all serde_bincode_compat module definitions (#11435)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-10-02 16:18:06 +00:00
e882d00f1a feat(exex): WAL metrics (#11431) 2024-10-02 15:49:03 +00:00
2ca8231e73 chore(provider): dont recover sender from BlockState transaction on transaction_sender (#11424) 2024-10-02 13:55:07 +00:00
e2f35ce6df chore: remove temporary allow attribute (#11428) 2024-10-02 13:05:02 +00:00
d36683d1a3 chore(sdk): define traits for primitives Block and BlockBody (#11411) 2024-10-02 12:39:19 +00:00
da23e1ce8d chore(provider): rename to get_in_memory_or_storage_by_block_range_while (#11421) 2024-10-02 12:23:02 +00:00
b66e4f5ad3 fix(exex): do not finalize WAL with a block higher than finalized header (#11420) 2024-10-02 11:58:45 +00:00
b44fff4dd0 feat(chain-state): notify about new safe/finalized only if modified (#11383) 2024-10-02 11:51:41 +00:00
afbe2bb5e9 fix: apply 4788 system call in tracing (#11417) 2024-10-02 11:50:06 +00:00
2a4f46b750 feat(stages): fail Execution if post execute commit input isn't consumed (#11418) 2024-10-02 11:47:45 +00:00
4491b0d96a feat(trie): bincode compatibility for trie updates (#11409) 2024-10-02 11:22:07 +00:00
a07efa7b5b chore: rm todos (#11400) 2024-10-02 10:40:50 +00:00
8d3a03a3b9 fix(exex): check exex head against node head to determine canonical (#11410) 2024-10-02 10:29:16 +00:00
82cc96d0c0 fix(stages): call post execute/unwind commit hooks (#11413) 2024-10-02 10:24:05 +00:00
d47904f7cd dev: swap_remove (#11405) 2024-10-02 10:13:44 +00:00
7c15326e0b feat: add get_in_memory_or_storage_by_block to BlockchainProvider2 (#11384) 2024-10-02 09:05:48 +00:00
64fae4d0f2 chore: rm crate reth-rpc-types (#11341) 2024-10-02 11:16:20 +02:00
d5bdc1c8c0 feat(net): Perform graceful network shutdown before dropping network in NetworkManager (#11404)
Co-authored-by: garwah <garwah@garwah>
2024-10-02 11:15:12 +02:00
7cec526370 chore: make clippy happy (#11408) 2024-10-02 10:09:44 +02:00
c6529a830d chore: add metric and trace for already executed blocks (#11406) 2024-10-02 10:07:33 +02:00
12554c426f fix: fetch header by hash (#11407) 2024-10-02 10:07:22 +02:00
2d59212512 ci: pin clippy to working version (#11401) 2024-10-02 07:23:38 +00:00
07dc861a94 chore: rename default chainspec parser (#11398) 2024-10-01 22:22:57 +00:00
7e4b1bff7a chore(Makefile): separate features by spaces only (#11393) 2024-10-01 22:20:26 +00:00
408d793bfd fix(engine): is_fork header traversal (#11368) 2024-10-01 21:58:24 +00:00
9c6e31fcb9 feat(primitives): bincode compatibility for EIP-7702 transaction (#11394) 2024-10-01 21:04:32 +00:00
9c9b1fdf84 fix: add tracing features to op binary (#11395) 2024-10-01 21:34:07 +02:00
b9341a7b47 fix(tree): use in-memory data first to query total difficulty (#11382) 2024-10-01 18:57:32 +00:00
2d221dbf49 fix: use pending state if available (#11391) 2024-10-01 18:34:14 +00:00