|
|
6047b3d123
|
fix: read precompile draft (dirty)
|
2025-04-17 07:17:59 +00:00 |
|
|
|
c76ae4e1fb
|
chore: Update dependencies
|
2025-03-21 11:42:21 +00:00 |
|
|
|
72210736ad
|
feat: re-use BlockExecutionStrategy in payload building (#14609)
|
2025-02-20 15:06:19 +00:00 |
|
|
|
4f454c91d6
|
refactor: BlockExecutionStrategy API (#14480)
|
2025-02-19 13:10:50 +00:00 |
|
|
|
29f4ca2a61
|
feat: no_std for reth-evm (#14561)
|
2025-02-18 12:54:56 +00:00 |
|
|
|
336c3d1fac
|
feat: alloy-evm and new revm integration (#14021)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: rakita <rakita@users.noreply.github.com>
|
2025-02-17 19:59:23 +00:00 |
|
|
|
cfb91e94dd
|
chore: no_std for reth-execution-types (#14465)
|
2025-02-13 09:47:40 +00:00 |
|
|
|
37adaf2d2e
|
feat: avoid zstd dependency in reth-evm, reth-evm-ethereum and reth-optimism-evm (#14356)
|
2025-02-10 11:56:07 +00:00 |
|
|
|
2e4376f359
|
add format checker to .toml (#13968)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-01-28 12:20:58 +00:00 |
|
|
|
c46f23f8de
|
feat: add Evm trait (#13823)
|
2025-01-18 15:42:39 +00:00 |
|
|
|
ad89056e48
|
chore: disable chainspec default features (#13583)
|
2024-12-28 18:29:59 +01:00 |
|
|
|
4994cdf0b0
|
feat: integrate OpPrimitives (#13556)
|
2024-12-27 15:11:11 +00:00 |
|
|
|
517e5dbb06
|
chore: disable default std serde_json feature (#13513)
|
2024-12-23 10:46:35 +01:00 |
|
|
|
8d5668a23a
|
chore: disable reth-ethereum-forks default features in workspace (#13054)
|
2024-12-02 11:29:54 +00:00 |
|
|
|
cf4a4454ec
|
fix: feature propagation (#11888)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
|
2024-10-19 20:36:11 +00:00 |
|
|
|
cd828c06d9
|
feat: switch to composable executor for Ethereum (#11838)
|
2024-10-19 17:59:32 +00:00 |
|
|
|
82862fabd7
|
primitives: rm redundant functions for Transaction (#11747)
|
2024-10-16 20:33:57 +00:00 |
|
|
|
0f903b1e20
|
feat: add EthExecutionStrategy (#11584)
|
2024-10-16 09:40:33 +00:00 |
|
|
|
2022dd3de5
|
primitives: rm alloy_consensus::transaction reexports (#11191)
|
2024-09-25 12:13:48 +00:00 |
|
|
|
3bd966c594
|
primitives: rm alloy_genesis reexport (#11181)
|
2024-09-24 23:15:19 +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 |
|
|
|
d7f9a255e1
|
feat(primitives): k256 crate fallback for secp256k1 module (#9989)
|
2024-08-02 12:53:59 +00:00 |
|
|
|
d8e6d01308
|
chore: move revm_spec methods from reth-primitives to chain specific crates (#9152)
|
2024-06-27 19:11:29 +00:00 |
|
|
|
63248bc4ec
|
chore: make reth-ethereum-evm compile with no-std (#8935)
|
2024-06-18 16:15:02 +00:00 |
|
|
|
2a5c93fab3
|
chore: use reth_chainspec where possible (#8891)
|
2024-06-17 16:09:09 +00:00 |
|
|
|
ad0be4ca06
|
refactor: replace BatchBlockExecutionOutput by BundleStateWithReceipts (#8709)
|
2024-06-10 16:46:39 +00:00 |
|
|
|
ade059235b
|
chore: move primitives/prune to reth-prune-types (#8676)
|
2024-06-07 15:24:39 +00:00 |
|
|
|
b8e8ce1f40
|
fix(evm): validate requests in block post-execution (#8529)
|
2024-05-31 15:20:18 +00:00 |
|
|
|
80809a4918
|
feat: implement EIP-6110 (#8507)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
|
2024-05-30 16:02:53 +00:00 |
|
|
|
716976f0d1
|
feat: implement EIP-7002 (#8485)
|
2024-05-30 15:30:59 +00:00 |
|
|
|
9f61d1856f
|
chore: extract block execution errors (#8386)
|
2024-05-24 10:11:08 +00:00 |
|
|
|
f45ca74772
|
refactor(consensus, evm): move post-execution validation to consensus (#8321)
|
2024-05-22 17:20:14 +00:00 |
|
|
|
3efab64218
|
refactor(ethereum, primitives, evm): use Alloy EIP-4788 constants (#8208)
|
2024-05-12 12:43:15 +00:00 |
|
|
|
067b0ff420
|
feat: integrate ExecutorProvider (#7798)
|
2024-05-03 11:39:46 +00:00 |
|
|
|
6a6b3cc3e4
|
chore: introduce ethereum folder (#7744)
|
2024-04-19 13:23:45 +00:00 |
|