Commit Graph

5765 Commits

Author SHA1 Message Date
a03306eb94 chore(deps): rm unused dev deps (#9005) 2024-06-20 23:20:34 +00:00
8492ab3d52 chore: remove proptest arbitrary from codec derive and tests (#8968) 2024-06-20 23:02:07 +00:00
6b2c3af8b9 test: disable dns discovery (#9004) 2024-06-20 21:40:21 +00:00
135e11b19b fix: skip failed new payload submission (#9003) 2024-06-20 21:12:20 +00:00
13b5819142 feat: add _with_senders_unchecked methods to SealedBlock (#9002) 2024-06-20 21:02:10 +00:00
4fcf26c5ae chore(deps): bump revm 10.0, un-git revm-inspectors (#8997) 2024-06-20 18:45:12 +00:00
27d26ac10d chore: rm custom chainspec parser (#8998) 2024-06-20 18:44:31 +00:00
d213c1eadf chore: bump alloy to 0.1.2 (#8990) 2024-06-20 18:22:18 +00:00
542bcf054e fix(pruner): prune history segments first (#8996) 2024-06-20 18:18:35 +00:00
ef2088d57c chore: weaken engine type requirements (#8976) 2024-06-20 17:10:03 +00:00
55831500cf chore(deps): bump interprocess and others (#8982) 2024-06-20 15:37:35 +00:00
f571183d08 perf: memoize address pruning filter as a hashset (#8989) 2024-06-20 15:06:20 +00:00
b3cb1fde75 docs(book): add sigma_prime_audit_v1.pdf (#8942)
Signed-off-by: 9547 <29431502+9547@users.noreply.github.com>
Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
2024-06-20 14:49:26 +00:00
e90b526a66 Update docs db (#8979)
Signed-off-by: 9547 <29431502+9547@users.noreply.github.com>
2024-06-20 11:35:13 +00:00
93b82469b0 Make ReceiptFileClient generic (#8955) 2024-06-20 11:00:53 +00:00
abbc0e6338 feat(stages): clarify Merkle error (#8981) 2024-06-20 10:53:51 +00:00
554e8b1913 feat(exex): derive serde ser/deser for ExExNotification (#8963) 2024-06-20 10:33:53 +00:00
8b6ca877d6 chore: use alloy-genesis imports for Genesis (#8973) 2024-06-19 23:14:25 +00:00
bf9cac7571 feat: add stage unwind to sync 100k CI flow (#8974) 2024-06-19 22:58:58 +00:00
50cf64bfbb fix: make sure to commit static file provider on stage run (#8972) 2024-06-19 22:55:24 +00:00
e2b8254a3d chore: use execution-types instead of provider where possible (#8971) 2024-06-19 22:42:25 +00:00
da49358483 chore: remove cursed comments from broken proptest impl (#8969) 2024-06-19 22:18:23 +00:00
aed6120524 chore: update CODEOWNERS with updated layout (#8970) 2024-06-19 22:17:45 +00:00
88dbb9bd31 feat: make FullNodeComponents Clone (#8966) 2024-06-19 18:29:57 +00:00
5293a2f58d chore: add stateful precompile example to readme (#8965) 2024-06-19 20:09:14 +02:00
8e452016ef implement From for ChainSplitTarget (#8962) 2024-06-19 17:48:32 +00:00
152b2765bd use watch channels instead of rwlock (#8950) 2024-06-19 17:09:25 +00:00
5a1c99034d chore: move GotExpected, log and gas_units to reth-primitives-traits (#8958) 2024-06-19 17:08:47 +00:00
d0b27f0635 fix: enable autoseal in op correctly (#8961) 2024-06-19 16:48:53 +00:00
254647c425 chore(ci): exclude examples from docs (#8953) 2024-06-19 16:47:57 +00:00
b5b15f03a0 chore: remove revm/compat from reth-primitives (#8960) 2024-06-19 16:42:54 +00:00
a21a2b72eb chore: move StorageEntry to reth-primitives-traits (#8949) 2024-06-19 16:39:30 +00:00
01766217ba chore(makefile): remove cfg-check (#8959) 2024-06-19 18:37:25 +02:00
32500aa9a6 chore: move Bytecode, Requests and Withdrawals to reth-primitives-traits (#8954) 2024-06-19 15:21:00 +00:00
590356b341 fix(ethereum-forks): add missing transitions_at_timestamp (#8944) 2024-06-19 14:17:09 +00:00
d0b241c0c2 chore: move IntegerList to reth-primitives-traits (#8948) 2024-06-19 14:13:31 +00:00
a3fd112915 feat: move calculate_intrinsic_gas_after_merge to tx pool (#8914)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-06-19 12:10:47 +00:00
5edf449633 feat(consensus-auto-seal): fix missing logs_bloom gas_used receipts_root for dev env (#8946)
Co-authored-by: Stas Stepanov <stanislav@ankr.com>
2024-06-19 11:30:20 +00:00
9d49abb2b8 chore(deps): bump curve25519-dalek (#8947) 2024-06-19 13:37:33 +02:00
7bfc604a10 fix(rpc/trace): include block rewards in trace_filter rpc (#8868)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-06-18 23:13:20 +00:00
da0004e361 fix: don't drop the TaskManager (#8941) 2024-06-18 21:54:20 +00:00
450f06aea1 feat: Add no-std support to reth-chainspec (#8939) 2024-06-18 21:35:34 +00:00
1557b7b570 ci: fix no_std script (#8938) 2024-06-18 17:40:14 +00:00
655799f5bf feat: extend LaunchContext with more components (#8937) 2024-06-18 16:47:28 +00:00
8d4cf43d6e feat: re-export test types (#8936) 2024-06-18 16:24:44 +00:00
63248bc4ec chore: make reth-ethereum-evm compile with no-std (#8935) 2024-06-18 16:15:02 +00:00
0f88965fdc chore: make reth-evm compile with no-std (#8934) 2024-06-18 16:07:36 +00:00
87d6bcde62 chore(cargo): rm enr default features (#8933)
Signed-off-by: 9547 <29431502+9547@users.noreply.github.com>
2024-06-18 15:48:25 +00:00
b5f55d9a2b chore: make reth-revm compile with no-std (#8931) 2024-06-18 15:33:04 +00:00
1f2bd941d9 chore: simplify optimism tx compat (#8925) 2024-06-18 15:30:42 +00:00