|
|
6c762565b8
|
refactor: finalize proofs mod move from reth-primitives to reth-primitives-traits (#13875)
|
2025-01-22 20:15:47 +00:00 |
|
|
|
83b2fb9b41
|
feat: add SealedBlock in reth-primitives-traits (#13735)
|
2025-01-15 01:12:43 +00:00 |
|
|
|
8f2ecc44e8
|
refactor: reduce Hardforks trait usage (#13728)
|
2025-01-08 14:02:49 +00:00 |
|
|
|
f7f2012156
|
refactor: Consensus trait error type (#13655)
|
2025-01-07 16:11:42 +00:00 |
|
|
|
0b135a2670
|
feat: update revm 19 alloy 09 (#13594)
|
2024-12-30 19:49:39 +01:00 |
|
|
|
f36e369021
|
chore: extra data (#13410)
|
2024-12-16 03:58:36 +00:00 |
|
|
|
e9577729f8
|
fix(builder): desired block gas limit (#13351)
|
2024-12-12 16:29:33 +00:00 |
|
|
|
37f3933db2
|
feat: add NetworkPrimitives to NetworkBuilder (#13169)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
|
2024-12-10 20:56:32 +00:00 |
|
|
|
3af2afe995
|
chore: relax more consensus functions (#13236)
|
2024-12-09 18:26:32 +00:00 |
|
|
|
cd13bd91cd
|
feat: unify ReceiptWithBloom from Alloy (#13088)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
|
2024-12-06 19:12:44 +00:00 |
|
|
|
5d71150355
|
feat: consensus trait generic over NodePrimitives (#13026)
|
2024-11-29 22:26:36 +00:00 |
|
|
|
b10f576933
|
chore: make generic header consensus validation (#12965)
|
2024-11-29 07:09:37 +00:00 |
|
|
|
a3eb302f72
|
chore: pass generic header to validate_header_gas (#12931)
|
2024-11-28 08:03:44 +00:00 |
|
|
|
8d70e8921b
|
chore: pass generic header to validate_header_base_fee (#12921)
|
2024-11-27 19:59:50 +00:00 |
|
|
|
e924bdab37
|
Header validator (#12648)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
|
2024-11-19 10:42:40 +00:00 |
|
|
|
a7bb1d1fa3
|
chore: remove constants reexport (#12549)
|
2024-11-14 18:36:31 +01:00 |
|
|
|
001f3899fd
|
primitives: rm alloy Header reexport (#12515)
|
2024-11-13 16:41:25 +00:00 |
|
|
|
9313737dbb
|
primitives: use SealedHeader::seal (#12507)
|
2024-11-13 13:41:56 +01:00 |
|
|
|
24b3e63ab3
|
feat: make Consensus trait generic over block parts (#12451)
|
2024-11-11 16:35:01 +00:00 |
|
|
|
d020b41f6a
|
feat: flashbots_validateBuilderSubmissionV3 (#12168)
|
2024-10-31 19:22:42 +00:00 |
|
|
|
3bd695ee63
|
feat: update el requests for devnet 4 (#11865)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-10-19 12:48:35 +00:00 |
|
|
|
491f154c34
|
primitives-traits: rm redundant definitions of EMPTY_OMMER_ROOT_HASH (#11820)
|
2024-10-17 09:30:26 +00:00 |
|
|
|
a5538bc041
|
chore: alloy 0.4 (#11334)
|
2024-09-30 12:48:37 +00:00 |
|
|
|
e21d75f9aa
|
primitives: rm more alloy_primitives reexports (#11325)
|
2024-09-30 01:06:47 +00:00 |
|
|
|
6e64a14a6f
|
chore(ethereum): replace reth-primitives with alloy (#11155)
Signed-off-by: Abhishekkochar <abhishekkochar2@gmail.com>
|
2024-09-24 11:33:11 +00:00 |
|
|
|
ed1de8996d
|
primitives: use alloy Header struct (#10691)
|
2024-09-23 12:53:43 +00:00 |
|
|
|
6cb26f72af
|
feat: make DatabaseProvider generic over chainspec (#10978)
|
2024-09-19 14:23:06 +00:00 |
|
|
|
de02d626cc
|
chore(reth-ethereum-consensus): use const GAS_LIMIT_BOUND_DIVISOR (#10948)
|
2024-09-17 09:42:23 +00:00 |
|
|
|
ffc4f641af
|
ethereum: add unit tests for consensus validation (#10578)
|
2024-08-28 12:29:44 +00:00 |
|
|
|
a1e93b79aa
|
chore: rm redundant is_optimism checks (#9438)
|
2024-07-11 08:43:14 +00:00 |
|
|
|
26b7b9720c
|
qol: purge goerli (#9310)
|
2024-07-05 10:38:58 +00:00 |
|
|
|
e5a634cece
|
chore(execution): verify cumulative gas used before receipts root (#9224)
|
2024-07-01 15:41:26 +00:00 |
|
|
|
50ee497c75
|
feat: use new ChainHardforks type on ChainSpec (#9065)
|
2024-06-27 17:39:35 +00:00 |
|
|
|
2a5c93fab3
|
chore: use reth_chainspec where possible (#8891)
|
2024-06-17 16:09:09 +00:00 |
|
|
|
22d7f3369f
|
fix: re-add validate_against_parent_4844 to optimism header validation (#8835)
|
2024-06-15 17:10:09 +00:00 |
|
|
|
68e902db2e
|
chore: move header validation from reth-primitives to consensus crates (#8802)
|
2024-06-14 11:21:45 +00:00 |
|
|
|
fc770423b3
|
fix(ci): add missing const fn (#8822)
|
2024-06-14 10:07:39 +00:00 |
|
|
|
92d2f29ab8
|
chore: Remove optimism flag from eth consensus crate (#8760)
|
2024-06-11 19:31:00 +00:00 |
|
|
|
c7338593aa
|
chore: reintroduce receipts verification debug log (#8662)
|
2024-06-07 01:21:22 +00:00 |
|
|
|
7c17c6e469
|
add doc_markdown clippy lint (#8552)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-06-03 13:21:45 +00:00 |
|
|
|
b4a1b733c9
|
feat: implement EIP-7685 (#8424)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-05-28 14:06:28 +00:00 |
|
|
|
7653e81d6f
|
perf(primitives): avoid cloning receipts when calculating the root (#8350)
|
2024-05-22 19:00:06 +00:00 |
|
|
|
f45ca74772
|
refactor(consensus, evm): move post-execution validation to consensus (#8321)
|
2024-05-22 17:20:14 +00:00 |
|
|
|
e172a8e38a
|
Move and rename ``BeaconConsensus` to `EthBeaconConsensus`` (#8140)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-05-07 17:41:03 +00:00 |
|