|
|
0016d91ed6
|
feat: install op miner endpoint (#13147)
|
2024-12-05 11:35:09 +01:00 |
|
|
|
0fcc6cf19e
|
feat: Add Transaction AT to ConfigureEvm (#13106)
|
2024-12-03 17:09:44 +00:00 |
|
|
|
9d5e159968
|
feat: make InvalidBlockHook generic over NodePrimitives (#13105)
|
2024-12-03 15:38:10 +00:00 |
|
|
|
5724114947
|
feat: use primitive transaction as PoolTransaction::Consensus (#13086)
|
2024-12-03 08:46:37 +00:00 |
|
|
|
332cce1f9b
|
feat: add header AT to provider (#13030)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
|
2024-12-02 13:24:48 +00:00 |
|
|
|
5d71150355
|
feat: consensus trait generic over NodePrimitives (#13026)
|
2024-11-29 22:26:36 +00:00 |
|
|
|
db6e5b5cd4
|
feat: make js-tracer feature optional for node builder crate (#12178)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-11-29 14:15:21 +00:00 |
|
|
|
95b52b3be0
|
chore: relax pipeline bounds (#13011)
|
2024-11-29 13:57:38 +00:00 |
|
|
|
29289ccaec
|
feat: add Primitives AT to BlockExecutorProvider (#12994)
|
2024-11-29 12:53:25 +00:00 |
|
|
|
cca6372e87
|
feat: integrate type specific engine validator in tree service (#12952)
|
2024-11-28 16:09:54 +00:00 |
|
|
|
7a6a725d91
|
feat: add Receipt AT to writer traits (#12892)
|
2024-11-27 15:31:13 +00:00 |
|
|
|
533b555f87
|
feat: add Receipt AT to ReceiptProvider (#12890)
|
2024-11-27 14:02:25 +00:00 |
|
|
|
b62929c390
|
feat: add engine validator addon (#12905)
|
2024-11-27 13:40:48 +00:00 |
|
|
|
2ce741709f
|
feat: relax provider bounds (#12857)
|
2024-11-26 16:26:36 +00:00 |
|
|
|
26fc701814
|
feat: NodePrimitivesProvider (#12855)
|
2024-11-26 12:06:55 +00:00 |
|
|
|
8e4a917ec1
|
refactor: isolate BlockchainTree setup in DefaultEngineLauncher (#12852)
|
2024-11-25 17:10:49 +00:00 |
|
|
|
c44e11b8ad
|
feat: add Block AT to BlockReader (#12837)
|
2024-11-25 14:28:56 +00:00 |
|
|
|
dcaa06a01a
|
feat: make more block types generic (#12812)
|
2024-11-25 10:50:10 +00:00 |
|
|
|
7f5fd80cb7
|
feat: integrate SignedTx AT into StaticFileProviderRW (#12764)
|
2024-11-22 11:49:25 +00:00 |
|
|
|
3d477e7d6f
|
Replace use of fully qualified syntax (#12751)
|
2024-11-21 17:53:57 +00:00 |
|
|
|
f8d683e80e
|
Improve metrics hooks setup (fixes #12672) (#12684)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-11-21 17:03:15 +00:00 |
|
|
|
4eca2fa1ee
|
chore: rm network event handling from node events (#12736)
|
2024-11-21 13:28:08 +00:00 |
|
|
|
0c5984179e
|
refactor(storage): unify blocks insertion logic (#12694)
|
2024-11-20 22:48:39 +00:00 |
|
|
|
868f3acdbc
|
feat: integrate HeaderValidator + make FileClient generic over block (#12681)
|
2024-11-20 11:07:24 +00:00 |
|
|
|
1e7189d3e4
|
feat: trait-based storage API (#12616)
Co-authored-by: joshie <93316087+joshieDo@users.noreply.github.com>
|
2024-11-19 15:39:28 +00:00 |
|
|
|
66a9d3e424
|
fix: run upkeep manually (#12664)
|
2024-11-19 15:33:19 +00:00 |
|
|
|
1acdf9b2d4
|
fix: add additional op checks for chain specific check (#12623)
|
2024-11-18 11:33:38 +00:00 |
|
|
|
4b4f9cf406
|
feat: install op debug exeuction witness (#12622)
|
2024-11-18 10:53:12 +00:00 |
|
|
|
bf92a5fb59
|
feat: split reth-payload-primitives (#12600)
|
2024-11-16 17:36:57 +00:00 |
|
|
|
d9ed07a367
|
chore: remove revm-primitives re-export (#12599)
|
2024-11-16 11:33:09 +01:00 |
|
|
|
fc97a0cbaf
|
chore: make clippy happy (#12594)
|
2024-11-16 06:04:39 +01:00 |
|
|
|
72a52d5ea5
|
feat: make StaticFileProvider generic over NodePrimitives (#12565)
|
2024-11-15 10:42:58 +00:00 |
|
|
|
7bd7c37b13
|
feat: display warning for op-mainnet launch without pre-Bedrock state (#11765)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-11-14 11:01:23 +00:00 |
|
|
|
001f3899fd
|
primitives: rm alloy Header reexport (#12515)
|
2024-11-13 16:41:25 +00:00 |
|
|
|
aece53ae88
|
feat: make downloaders and clients generic over block parts (#12469)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-11-12 15:13:21 +00:00 |
|
|
|
c44edf5ce2
|
make PayloadStore operate on PayloadBuilder (#12460)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-11-12 13:15:28 +01:00 |
|
|
|
a299f501ce
|
chore(sdk): payload builder AT on NodeComponents and FullNodeComponents (#11529)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-11-09 09:53:33 +00:00 |
|
|
|
d19032fca1
|
chore: remove auto-seal consensus (#12385)
|
2024-11-07 21:29:49 +00:00 |
|
|
|
e34a88d2cc
|
renamed OptimismNode to OpNode (#12338)
|
2024-11-06 08:30:15 +00:00 |
|
|
|
f2de55d8fe
|
chore: make some fields owned (#12274)
|
2024-11-02 12:16:08 +00:00 |
|
|
|
c6b740801f
|
chore: apply same member order (#12253)
|
2024-11-01 11:11:54 +00:00 |
|
|
|
d020b41f6a
|
feat: flashbots_validateBuilderSubmissionV3 (#12168)
|
2024-10-31 19:22:42 +00:00 |
|
|
|
129f3ba911
|
feat: introduce StateCommitment type (#11842)
|
2024-10-30 08:48:43 +00:00 |
|
|
|
44e4c47803
|
chore(sdk): add helper trait to node API to simplify type definition (#10616)
|
2024-10-26 10:55:26 +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 |
|
|
|
2ae93682b4
|
refactor: move EngineValidator setup to RpcAddOns (#11850)
|
2024-10-19 10:08:34 +00:00 |
|
|
|
b1cc16809b
|
feat(cli): make pruning block interval an option (#11810)
|
2024-10-16 20:13:16 +00:00 |
|
|
|
6fb271036d
|
feat: move RPC launch to add-ons (#11532)
|
2024-10-15 14:51:40 +00:00 |
|
|
|
e0a26ac9a2
|
feat: add node builder helpers (#11731)
|
2024-10-15 08:08:45 +00:00 |
|
|
|
523bfb9c81
|
feat: refactor and integrate local engine into EngineNodeLauncher (#11703)
|
2024-10-14 13:21:41 +00:00 |
|