|
|
92fb25137e
|
feat: eip-7251 (#9335)
|
2024-07-08 12:48:22 +00:00 |
|
|
|
26b7b9720c
|
qol: purge goerli (#9310)
|
2024-07-05 10:38:58 +00:00 |
|
|
|
21a9dfc9ec
|
chore(evm): turn associated ConfigureEvm fns into methods (#9322)
|
2024-07-05 09:26:03 +00:00 |
|
|
|
93f9a857ce
|
feat: backfill job single block iterator (#9245)
|
2024-07-04 16:33:27 +00:00 |
|
|
|
9f55a6a702
|
chore: move withdrawal_requests_contract_call to reth-evm (#9272)
|
2024-07-04 06:40:39 +00:00 |
|
|
|
7a647f4f1e
|
chore: move pre_block_beacon_root_contract_call to evm crates (#9244)
|
2024-07-03 14:54:28 +00:00 |
|
|
|
8e5204c119
|
refactor(evm): set prune modes optionally for the batch executor (#9176)
|
2024-07-03 11:05:02 +00:00 |
|
|
|
82770b0922
|
chore: move fill_block_env to ConfigureEvmEnv (#9238)
|
2024-07-02 10:31:09 +00:00 |
|
|
|
cf8a9163af
|
chore: remove usage of tx_env_with_recovered (#9222)
|
2024-07-01 15:12:36 +00:00 |
|
|
|
b24ca7637f
|
chore: remove tx_env_with_recovered from rpc crates (#9158)
|
2024-06-28 15:43:55 +00:00 |
|
|
|
9129b97c5b
|
feat(exex): backfill executor (#9123)
|
2024-06-28 15:22:42 +00:00 |
|
|
|
d8e6d01308
|
chore: move revm_spec methods from reth-primitives to chain specific crates (#9152)
|
2024-06-27 19:11:29 +00:00 |
|
|
|
5b2cd27a1a
|
chore: remove unused methods from EvmEnvProviders (#9148)
|
2024-06-27 15:42:29 +00:00 |
|
|
|
933a1dea39
|
chore(rpc): reth-eth-api crate (#8887)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-06-27 11:37:52 +00:00 |
|
|
|
ec5795f7ee
|
Using associated trait bound for db error (#8951)
|
2024-06-25 11:12:55 +00:00 |
|
|
|
554e8b1913
|
feat(exex): derive serde ser/deser for ExExNotification (#8963)
|
2024-06-20 10:33:53 +00:00 |
|
|
|
8e452016ef
|
implement From for ChainSplitTarget (#8962)
|
2024-06-19 17:48:32 +00:00 |
|
|
|
b5b15f03a0
|
chore: remove revm/compat from reth-primitives (#8960)
|
2024-06-19 16:42:54 +00:00 |
|
|
|
0f88965fdc
|
chore: make reth-evm compile with no-std (#8934)
|
2024-06-18 16:07:36 +00:00 |
|
|
|
2a5c93fab3
|
chore: use reth_chainspec where possible (#8891)
|
2024-06-17 16:09:09 +00:00 |
|
|
|
333a86db10
|
chore: bump alloy and rm EvmOverrides (#8875)
|
2024-06-17 09:46:42 +00:00 |
|
|
|
69bf592ec1
|
test: add unit tests for Chain execution type (#8826)
|
2024-06-14 13:27:16 +00:00 |
|
|
|
5c2e868945
|
chore(evm): rename bundle.rs to execution_outcome.rs (#8832)
|
2024-06-14 13:26:25 +00:00 |
|
|
|
579da56e97
|
fix: split requests in split_at execution outcome (#8823)
|
2024-06-14 12:41:44 +00:00 |
|
|
|
bc15e6c03a
|
fix: truncate request vectors when reverting exec outcome (#8815)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
|
2024-06-13 23:32:16 +00:00 |
|
|
|
1c148e7f03
|
chore: dont depend on reth-primitives (#8762)
|
2024-06-11 23:56:03 +00:00 |
|
|
|
2bc1642049
|
feat: support no_std for reth-execution-errors (#8729)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-06-11 23:21:48 +00:00 |
|
|
|
64d6853fc3
|
fix: add requests in ExecutionOutcome extend (#8761)
|
2024-06-11 19:09:13 +00:00 |
|
|
|
a5d825edb3
|
refactor: rename BundleStateWithReceipts to BlockExecutionOutcome (#8730)
|
2024-06-11 16:06:49 +00:00 |
|
|
|
87c22d22f8
|
test: add unit tests for BundleStateWithReceipts (#8741)
|
2024-06-11 13:54:28 +00:00 |
|
|
|
ad0be4ca06
|
refactor: replace BatchBlockExecutionOutput by BundleStateWithReceipts (#8709)
|
2024-06-10 16:46:39 +00:00 |
|
|
|
76a1a3d005
|
refactor: simplify Receipts implementation (#8710)
|
2024-06-10 12:26:44 +00:00 |
|
|
|
ade059235b
|
chore: move primitives/prune to reth-prune-types (#8676)
|
2024-06-07 15:24:39 +00:00 |
|
|
|
e02b935e94
|
add match_same_arms clippy lint (#8549)
|
2024-06-03 17:42:25 +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 |
|
|
|
a4df6bbd62
|
feat: run StaticFileProvider::check_consistency on start up (#8143)
|
2024-06-01 10:56:13 +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 |
|
|
|
633b655fef
|
feat: implement EIP-2935 (#8431)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2024-05-30 12:18:00 +00:00 |
|
|
|
3d3f52b2a4
|
Add missing_const_for_fn clippy lint (#8498)
|
2024-05-30 09:50:03 +00:00 |
|
|
|
1d428cbba6
|
feat: add blockexecution msg fn (#8478)
|
2024-05-29 14:52:45 +00:00 |
|
|
|
19c529e8df
|
add use_self clippy lint (#8325)
|
2024-05-29 13:14:14 +00:00 |
|
|
|
9874a1b34e
|
chore: move Chain type (#8433)
|
2024-05-28 15:27:44 +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 |
|
|
|
14f0356330
|
chore: extract bundle state type (#8425)
|
2024-05-28 12:39:51 +00:00 |
|
|
|
749d68b5e4
|
chore: move EvmEnvProvider (#8420)
|
2024-05-27 17:47:09 +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 |
|
|
|
05e434eae3
|
feat: rm txmeta associated type (#8138)
|
2024-05-07 15:28:53 +00:00 |
|
|
|
f8cd8c56a2
|
feat: add helper functions for batch executor (#8087)
|
2024-05-04 11:50:23 +00:00 |
|