|
|
ae262b6d5a
|
Make node read-only
Transactions should be sent to official rpc; mark it as read only and check if we can proxy the requests later
|
2025-02-26 03:26:42 +00:00 |
|
|
|
d574b9ef58
|
Initial reth port
|
2025-02-25 06:19:19 +00:00 |
|
|
|
340d7ba008
|
refactor: merge signed tx traits (#14622)
|
2025-02-24 13:43:31 +00:00 |
|
|
|
33443de09a
|
Make PayloadOrAttributes generic over ExecutionData (#14666)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-02-24 08:50:39 +00:00 |
|
|
|
40364d5321
|
Relax EngineApi ExecutionData bounds (#14648)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-02-22 08:52:37 +01:00 |
|
|
|
86e8a2a245
|
Return RecoveredBlock in ensure_well_formed_payload (#14625)
|
2025-02-21 10:42:54 +00:00 |
|
|
|
81cff4a90b
|
add metrics for engine_getBlobsV1 (#14621)
|
2025-02-20 20:02:52 +00:00 |
|
|
|
f03e7e02f7
|
chore(payload): Custom PayloadError variant (#14607)
|
2025-02-20 11:45:34 +00:00 |
|
|
|
4f454c91d6
|
refactor: BlockExecutionStrategy API (#14480)
|
2025-02-19 13:10:50 +00:00 |
|
|
|
e92cf35ac9
|
refactor: simplify SystemCaller API (#14578)
|
2025-02-19 10:08:49 +00:00 |
|
|
|
cec1c11ece
|
chore: handle all revm errors (#14574)
|
2025-02-19 01:28:39 +00:00 |
|
|
|
534b028203
|
chore: make return for debug_codeByHash optional (#14572)
|
2025-02-18 18:42:15 +00:00 |
|
|
|
ffd0f11252
|
chore: remove needless clippy lint (#14550)
|
2025-02-18 08:18:59 +00:00 |
|
|
|
dde5cd8d9d
|
Add Alias and update usage for emvenv (#14547)
|
2025-02-18 08:18:41 +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 |
|
|
|
7fbeccca57
|
extending engine capabilities (#14528)
Co-authored-by: steven <corderosteven6@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-02-17 12:25:57 +00:00 |
|
|
|
344537a3a0
|
feat(rpc): Implement debug_codeByHash. (#14524)
|
2025-02-17 11:13:03 +01:00 |
|
|
|
c341ee3431
|
chore: relax bounds on RPC types (#14529)
|
2025-02-17 10:33:59 +01:00 |
|
|
|
16c3c5b733
|
fix(mev): Fix issues in mev_simBundle. (#14502)
|
2025-02-14 18:36:45 +00:00 |
|
|
|
735ff493a1
|
chore: rm reth_primitives from rpc_testing_util (#14488)
|
2025-02-14 10:16:22 +00:00 |
|
|
|
b45478c08c
|
Revert "Disable default features for reth-storage-api in workspace manifest" (#14471)
|
2025-02-13 13:51:05 +01:00 |
|
|
|
58275b8931
|
Disable default features for reth-storage-api in workspace manifest (#14466)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-02-13 12:31:16 +00:00 |
|
|
|
46462ae0a6
|
refactor: remove PostExecutionInput (#14464)
|
2025-02-13 10:24:00 +00:00 |
|
|
|
a699ee5405
|
Upstream ExecutionData to alloy (#14188)
|
2025-02-13 09:02:33 +00:00 |
|
|
|
15dff0f6a6
|
feat(mev): Enable mev_ namespace. (#14457)
|
2025-02-12 21:01:00 +00:00 |
|
|
|
fc7a3e5bc6
|
chore: use shorter map names (#14445)
|
2025-02-12 11:59:42 +00:00 |
|
|
|
9a805b06db
|
chore: bump alloy 0.11.1 (#14439)
|
2025-02-12 10:15:10 +00:00 |
|
|
|
5383f4b08e
|
perf: only fetch parent if not latest (#14412)
|
2025-02-11 18:09:37 +00:00 |
|
|
|
3d1883d03f
|
fix(validation-rpc): validate against parent, not latest (#14405)
|
2025-02-11 14:04:29 +00:00 |
|
|
|
63bec101bf
|
chore: rm unused dependencies from optimism crates (#14396)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-02-11 09:07:54 +00:00 |
|
|
|
ba8cec3550
|
fix: bytecode override (#14390)
|
2025-02-10 23:54:04 +00:00 |
|
|
|
cdb7c63d51
|
Added from<alloy_rpc_types_eth::Transaction> for TransactionSigned (#14350)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-02-10 17:27:49 +00:00 |
|
|
|
46d63e8054
|
add debug_chainConfig endpoint (#14346)
|
2025-02-09 22:27:07 +00:00 |
|
|
|
104bd6e039
|
refactor: move ValidationApi setup to EthereumAddOns (#14342)
|
2025-02-09 14:14:53 +00:00 |
|
|
|
dbf4e23e63
|
chore: rm reth-primitives from engine api crate (#14324)
|
2025-02-08 07:17:56 +00:00 |
|
|
|
4066ad4cc5
|
feat: add newPayload latency gauge metric (#14287)
|
2025-02-06 22:35:03 +00:00 |
|
|
|
823d065071
|
feat: abstract OpPooledTransaction and OpPool over consensus tx (#14256)
|
2025-02-06 11:26:06 +00:00 |
|
|
|
42a1912224
|
feat: add exceeds allowance error message (#14232)
|
2025-02-05 20:42:27 +00:00 |
|
|
|
2d4ccf10fe
|
chore: simplify rpc block compat (#14225)
|
2025-02-05 11:40:22 +00:00 |
|
|
|
6d5607dc2b
|
docs: add docs for instantiating EthFilter (#14224)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
|
2025-02-05 01:12:33 +00:00 |
|
|
|
f43cf9c18a
|
fix: rm redundant revert in error message (#14215)
|
2025-02-04 17:40:42 +00:00 |
|
|
|
1303bb5dc6
|
chore: update authmodule new with new engine trait (#14206)
|
2025-02-04 17:48:18 +01:00 |
|
|
|
7fb74066b8
|
feat: type erase concrete engine server trait (#14204)
|
2025-02-04 12:58:11 +00:00 |
|
|
|
e468d4d7c5
|
feat: add ExecutionData AT (#14179)
|
2025-02-04 01:08:47 +00:00 |
|
|
|
556c79f787
|
chore: convert_to_payload_body_v1 (#14168)
|
2025-02-03 23:16:33 +00:00 |
|
|
|
04c1d7120e
|
refactor: couple ExecutionPayload and ExecutionPayloadSidecar (#14172)
|
2025-02-03 21:04:42 +00:00 |
|
|
|
2c58d451af
|
chore: use rlp_length_for (#14144)
|
2025-02-02 18:42:53 +00:00 |
|
|
|
a041b41b59
|
chore: use chainspec blob_params for blob calculations (#14139)
|
2025-02-01 16:41:22 +00:00 |
|
|
|
fd4ca7d6d6
|
feat: simplify envelope conversion (#14146)
|
2025-02-01 14:29:41 +00:00 |
|
|
|
209b44829e
|
chore: remove block_to_payload_v1 (#14143)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-02-01 11:06:35 +00:00 |
|