Roman Hodulák
|
2b33b59ed8
|
refactor(examples): Rename CustomTxEnv => PaymentTxEnv and CustomEvmTransaction => CustomTxEnv (#16443)
|
2025-05-23 16:04:32 +00:00 |
|
kevaundray
|
24cbfb4943
|
feat!: Add StatelessTrie abstraction (#16419)
|
2025-05-23 15:45:55 +00:00 |
|
Roman Hodulák
|
9203916904
|
feat(optimism): Remove all bounds on BlockAssemblerInput for header (#16442)
|
2025-05-23 15:21:08 +00:00 |
|
Roman Hodulák
|
badbe3d81d
|
feat(examples): Implement BlockAssembler and BlockExecutor for custom blocks in custom_node example (#16435)
|
2025-05-23 13:43:00 +00:00 |
|
Matthias Seitz
|
4e6cba3324
|
feat: add get_recovered_transaction helper (#16436)
|
2025-05-23 13:21:04 +00:00 |
|
Matthias Seitz
|
ecbdf45654
|
chore: bump revm and op-alloy (#16429)
Co-authored-by: Ishika Choudhury <117741714+Rimeeeeee@users.noreply.github.com>
|
2025-05-23 11:22:18 +00:00 |
|
Matthias Seitz
|
b76d4f6617
|
perf: spawn range query on blocking (#16434)
|
2025-05-23 11:04:19 +00:00 |
|
Federico Gimenez
|
22a69277b7
|
ci: run kurtosis every 6h (#16433)
|
2025-05-23 11:54:00 +02:00 |
|
Matthias Seitz
|
8328faf054
|
ci: run op-kurtosis every 6hrs (#16432)
|
2025-05-23 11:39:06 +02:00 |
|
Femi Bankole
|
641f99ffda
|
feat: make max EthMessageID dependent on the EthVersion (#16405)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-05-22 20:02:58 +00:00 |
|
Federico Gimenez
|
29eeb78ad0
|
feat: relax OpExecutorBuilder type constraints (#16423)
|
2025-05-22 19:10:58 +00:00 |
|
Suyash Nayan
|
a7080ac1c3
|
feat(net): Add update_block_range to NetworkSyncUpdater (#16422)
Signed-off-by: 7suyash7 <suyashnyn1@gmail.com>
|
2025-05-22 19:09:32 +00:00 |
|
Alexey Shekhirin
|
d01658e516
|
ci: fix system icons width in release.yml (#16420)
|
2025-05-22 17:32:23 +00:00 |
|
Matthias Seitz
|
42c3b1a4c4
|
fix: rewrite estimate loop condition (#16413)
|
2025-05-22 16:19:13 +00:00 |
|
Roman Hodulák
|
5483a8ed97
|
refactor(examples): Use OpEvm from op-alloy-evm instead of op-revm for CustomEvm in custom_node example (#16417)
|
2025-05-22 16:14:55 +00:00 |
|
Roman Hodulák
|
b347d9d97b
|
feat(examples): Make CustomEvmTransaction local and implement FromRecoveredTx and FromTxWithEncoded in custom_node example (#16415)
|
2025-05-22 14:21:03 +00:00 |
|
Ayush Dubey
|
50ab155b8d
|
chore: Implementing get_by_versioned_hashes_v2 for InMemoryBlobStre a… (#16390)
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-05-22 13:01:10 +00:00 |
|
Acat
|
e41d5ff4e1
|
refactor: use impl IntoIterator for transaction batches and streamline validation calls (#16408)
|
2025-05-22 11:14:17 +00:00 |
|
crStiv
|
6389242a53
|
fix: grammar in multiple files (#16403)
|
2025-05-22 11:10:41 +00:00 |
|
Solar Mithril
|
70dab9f70d
|
feat: fix tasks metrics (#16406)
|
2025-05-22 13:11:09 +02:00 |
|
kevaundray
|
9060b6eb94
|
chore: Add ClientInput struct to reth-stateless (#16320)
|
2025-05-22 10:50:04 +00:00 |
|
Federico Gimenez
|
877c16aa8d
|
feat: relax OpEthApiBuilder type constraints (#16410)
|
2025-05-22 10:34:55 +00:00 |
|
Suyash Nayan
|
9a1e4ffd7e
|
feat(tasks): enable graceful shutdown request via TaskExecutor (#16386)
Signed-off-by: 7suyash7 <suyashnyn1@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-05-22 10:27:26 +00:00 |
|
Acat
|
6cf363ba88
|
fix(RPC): Ensure eth_getTransactionCount returns correct nonce for 'pending' tag (#16407)
|
2025-05-22 12:37:34 +02:00 |
|
Roman Hodulák
|
6c6bfb52bb
|
feat(examples): Implement EvmFactory for CustomEvm in custom_node example (#16404)
|
2025-05-22 10:13:08 +00:00 |
|
Shane K Moore
|
e4212a4028
|
chore: eth69 status message support (#16099)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-05-22 10:08:26 +00:00 |
|
Denis Kolodin
|
f18273fb55
|
feat: configure tracing layers (#16126)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-05-21 22:13:41 +00:00 |
|
Arsenii Kulikov
|
27609ceda2
|
fix: forward sequencer error (#16401)
|
2025-05-21 16:50:35 +00:00 |
|
Federico Gimenez
|
6772ed8c1e
|
feat: relax OpEthApi type constraints (#16398)
|
2025-05-21 15:49:51 +00:00 |
|
kevaundray
|
3bf1110403
|
feat: Genericise stateless_validation API so that it is not fixed to Eth types (#16328)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-05-21 15:36:31 +00:00 |
|
Emilia Hane
|
73fd146267
|
chore(book): Bump alloy-hardforks and alloy-op-harfroks (#16300)
|
2025-05-21 14:44:23 +00:00 |
|
Roman Hodulák
|
1b2883a823
|
feat(examples): Add CustomEvm for the execution of CustomTransaction in the custom_node example (#16394)
|
2025-05-21 14:29:39 +00:00 |
|
greg
|
49f6d1e871
|
fix: InvalidTimestamp display (#16395)
Signed-off-by: Gregory Edison <gregory.edison1993@gmail.com>
|
2025-05-21 14:26:56 +00:00 |
|
Ayush Dubey
|
2629b49716
|
chore: Refactoring manual clone for opPoolBuilder (#16392)
|
2025-05-21 12:52:39 +00:00 |
|
Oleg
|
d6ad30d5f8
|
chore: fixed broken link (#16365)
|
2025-05-21 10:09:18 +00:00 |
|
Torprius
|
c5fc1db888
|
fix(ipc): Improve server code correctness, logging, and doc comments (#16372)
|
2025-05-21 10:07:54 +00:00 |
|
Federico Gimenez
|
608ed5938b
|
feat: relax OpNetworkBuilder type constraints (#16387)
|
2025-05-21 09:21:20 +00:00 |
|
stevencartavia
|
452ee50d02
|
chore: Move subscription_task_spawner into EthPubSubInner (#16383)
|
2025-05-21 08:24:42 +00:00 |
|
Arsenii Kulikov
|
0b30387eed
|
chore(deps): bump alloy-evm (#16385)
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
|
2025-05-21 08:23:34 +00:00 |
|
Dan Cline
|
6e88d7fb3b
|
feat(trie): decode proofs in multiproof task (#16098)
Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
|
2025-05-20 22:10:04 +00:00 |
|
Alexey Shekhirin
|
a62bde37ca
|
feat(node): bump Hoodi gas limit to 60M (#16379)
|
2025-05-20 20:24:25 +00:00 |
|
Roman Hodulák
|
f0c1bf5d3c
|
feat(examples): Add CustomTxEnv for EVM that supports conversions from the extended transaction envelope in the custom_node example (#16381)
|
2025-05-20 19:39:54 +00:00 |
|
Roman Hodulák
|
d7a808873d
|
refactor(examples): Split evm module into submodules in the custom_node example (#16380)
|
2025-05-20 19:11:54 +00:00 |
|
Roman Krasiuk
|
3f8b3f8a1f
|
feat(txpool): activate osaka in tx validator (#16371)
|
2025-05-20 15:24:59 +00:00 |
|
Roman Krasiuk
|
5c03c1e717
|
feat(txpool): properly validate sidecar according to the active fork (#16370)
|
2025-05-20 15:22:04 +00:00 |
|
Roman Hodulák
|
72ab1d6ee8
|
refactor(examples): Replace redundant type definitions with a CustomTransaction alias in the custom_node example (#16367)
|
2025-05-20 14:57:54 +00:00 |
|
Roman Hodulák
|
9919b7a350
|
feat: Implement conversion from built-in transaction envelopes into Extended (#16366)
|
2025-05-20 14:56:22 +00:00 |
|
Roman Krasiuk
|
0de50d3b7b
|
feat(txpool): use BlobTransactionSidecarVariant (#16356)
|
2025-05-20 14:49:10 +00:00 |
|
Matthias Seitz
|
2db8ccf62f
|
chore: re-export node-builder as builder (#16363)
|
2025-05-20 11:48:49 +00:00 |
|
Max Bytefield
|
d849731aaf
|
feat(stages): reduce index history progress logging frequency (#16290)
Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
|
2025-05-20 11:27:16 +00:00 |
|