|
|
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 |
|
|
|
007b0ebd6d
|
chore: move ethereum payload builder to ethereum (#8490)
|
2024-06-07 12:03:52 +00:00 |
|
|
|
c7338593aa
|
chore: reintroduce receipts verification debug log (#8662)
|
2024-06-07 01:21:22 +00:00 |
|
|
|
c362fc6c36
|
feat: Introduce payload primitives (#8642)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-06-06 23:19:21 +00:00 |
|
|
|
ae9ab69f5f
|
refactor(node-builder): use datadir provided by the config (#8592)
|
2024-06-04 18:46:36 +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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
072d4225de
|
chore: minify almost all JSON files (#8495)
|
2024-05-29 20:43:09 +00:00 |
|
|
|
19c529e8df
|
add use_self clippy lint (#8325)
|
2024-05-29 13:14:14 +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 |
|
|
|
9f61d1856f
|
chore: extract block execution errors (#8386)
|
2024-05-24 10:11:08 +00:00 |
|
|
|
39d24b495f
|
feat: return parent beacon block root in payload conversion (#8349)
|
2024-05-23 14:37:39 +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 |
|
|
|
adbe1ba9b1
|
chore: use with_chain_id for CfgEnv (#8327)
|
2024-05-21 08:31:08 +00:00 |
|
|
|
383693762b
|
fix(txpool): local transaction configuration (#8323)
|
2024-05-20 14:21:57 +00:00 |
|
|
|
b177c29f93
|
feat(e2e): add helpers to TransactionTestContext (#8237)
|
2024-05-17 08:01:13 +00:00 |
|
|
|
3efab64218
|
refactor(ethereum, primitives, evm): use Alloy EIP-4788 constants (#8208)
|
2024-05-12 12:43:15 +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 |
|
|
|
05e434eae3
|
feat: rm txmeta associated type (#8138)
|
2024-05-07 15:28:53 +00:00 |
|
|
|
5e778317fb
|
convert ``OptimismBlockExecution`` error variant into a general purpose error variant (#8100)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-05-06 13:07:25 +00:00 |
|
|
|
00a02f5b5c
|
chore: remote try_ prefix from block to payload conversion methods (#8117)
|
2024-05-06 11:14:57 +00:00 |
|
|
|
66f70838ae
|
chore: move dao hardfork constants to evm-ethereum (#8078)
|
2024-05-03 15:26:48 +00:00 |
|
|
|
43599f983c
|
chore: move node-ethereum to ethereum/node (#8076)
|
2024-05-03 12:52:00 +00:00 |
|
|
|
90f3161256
|
chore: remove InspectorStack (#8073)
|
2024-05-03 12:15:04 +00:00 |
|
|
|
067b0ff420
|
feat: integrate ExecutorProvider (#7798)
|
2024-05-03 11:39:46 +00:00 |
|
|
|
399afd802c
|
feat(node_builder): allow borrowing self in ConfigureEvm::evm (#8024)
|
2024-05-01 15:22:49 +00:00 |
|
|
|
074c5c3013
|
feat: introduce external context GAT in ConfigureEvm (#7842)
|
2024-05-01 02:06:37 +00:00 |
|
|
|
053b14abdc
|
feat: add method to EthBuiltPayload to get blob sidecars (#7979)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-04-30 10:12:11 +00:00 |
|
|
|
2deb259ead
|
feat: replace duplicate Withdrawal type with alloy (#7931)
|
2024-04-27 15:09:28 +00:00 |
|
|
|
7a593882e1
|
chore(github): use codespell to inspect and correct spelling issues (#7775)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-04-23 21:32:59 +00:00 |
|
|
|
ee1c811c43
|
feat: integrate RpcMiddleware in IPC (#7790)
|
2024-04-23 15:08:32 +00:00 |
|
|
|
9a1d6ea9ca
|
feat: base fee param fetching at a specific block (#7783)
|
2024-04-22 15:46:56 +00:00 |
|
|
|
d214daebbd
|
chore: move engine primitives (#7746)
|
2024-04-19 15:07:11 +00:00 |
|
|
|
6a6b3cc3e4
|
chore: introduce ethereum folder (#7744)
|
2024-04-19 13:23:45 +00:00 |
|