Arsenii Kulikov
|
f5c2502f55
|
feat: delay block -> payload conversions (#17681)
|
2025-08-06 17:53:37 +00:00 |
|
stevencartavia
|
f74efdb02b
|
chore: fix clippy warnings (#17707)
|
2025-08-01 20:37:25 +00:00 |
|
Federico Gimenez
|
7d660b57b0
|
refactor: move BasicEngineValidator creation into EngineApiValidatorBuilder trait (#17664)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
|
2025-08-01 17:08:00 +00:00 |
|
Sergey Melnychuk
|
dd4b2869d3
|
docs(example): extract full contract state from db (#17601)
Co-authored-by: sergey-melnychuk <sergey-melnychuk@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-07-30 11:36:30 +00:00 |
|
Arsenii Kulikov
|
9d1af5a09c
|
refactor: introduce Enginvalidator in tree (#17598)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-07-28 09:09:55 +00:00 |
|
Federico Gimenez
|
ed8eacfc5b
|
refactor: move EngineValidator trait to reth-engine-tree (#17559)
|
2025-07-23 11:25:58 +00:00 |
|
Hai | RISE
|
868c421c5d
|
feat(pool): return state of an added tx (#17442)
|
2025-07-22 14:51:03 +00:00 |
|
Arsenii Kulikov
|
53df3b803a
|
feat: add AddOns for custom node example (#17544)
|
2025-07-22 13:04:37 +02:00 |
|
Arsenii Kulikov
|
94c1c3f078
|
feat: ComponentsFor type alias (#17533)
|
2025-07-21 14:51:40 +00:00 |
|
Matthias Seitz
|
8f26b95643
|
chore: bump alloy-evm 015 (#17528)
|
2025-07-21 13:30:13 +00:00 |
|
Matthias Seitz
|
5bc8589162
|
chore: extend exex ethapi example (#17481)
|
2025-07-21 14:50:04 +02:00 |
|
Matthias Seitz
|
ca116aa7b7
|
docs: add code example to extend_rpc_modules method (#17446)
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Jennifer <jenpaff0@gmail.com>
|
2025-07-18 09:57:07 +00:00 |
|
Léa Narzis
|
0b1d950f67
|
feat(tx-pool): add submit methods to TransactionPool (#17431)
|
2025-07-17 13:46:10 +00:00 |
|
Arsenii Kulikov
|
7ccb37ebe3
|
refactor: move receipt conversions to RpcConverter (#17450)
|
2025-07-17 13:19:30 +00:00 |
|
cakevm
|
1179da2222
|
chore: simplify blob count extraction using new blob_count() method (#17439)
|
2025-07-16 10:56:13 +00:00 |
|
Matthias Seitz
|
5d72088ecd
|
chore: add txpool submit examples (#17420)
|
2025-07-15 17:34:06 +02:00 |
|
Léa Narzis
|
73f820af40
|
feat(sdk): add local_payload_attributes_builder to DebugNodeLauncher (#17297)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
|
2025-07-09 19:19:25 +02:00 |
|
Starkey
|
818712124b
|
docs: myrpc_ext.rs: fix namespace inconsistency in myrpcExt comments (#17300)
|
2025-07-09 09:10:22 +00:00 |
|
Roman Hodulák
|
cb42ac94b5
|
refactor(examples): Use TransactionEnvelope macro from alloy for CustomPooledTransaction in the custom-node example (#17302)
|
2025-07-09 09:09:10 +00:00 |
|
Roman Hodulák
|
c63459884e
|
refactor: Replace reth recover_singer_with_buf with alloy (#17107)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-06-30 13:41:35 +00:00 |
|
adust
|
c08d41a2f7
|
docs: remove reference to ContextStatefulPrecompile in precompile cache example (#17130)
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-06-29 11:35:24 +00:00 |
|
Roman Hodulák
|
7349abd126
|
refactor(examples): Use TransactionEnvelope macro from alloy for CustomTransaction in the custom-node example (#17057)
|
2025-06-25 21:16:09 +00:00 |
|
Arsenii Kulikov
|
88edd52649
|
feat: bump revm v26 (#16969)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-06-23 09:16:16 +00:00 |
|
Soubhik Singha Mahapatra
|
55fdebdc0e
|
chore: changed example command (#16993)
|
2025-06-22 17:28:39 +02:00 |
|
Matthias Seitz
|
34ef2a27e0
|
feat: add RlpBincode helper (#16849)
|
2025-06-17 14:31:19 +02:00 |
|
Matthias Seitz
|
a1a1c0c6bc
|
chore: update op-alloy deps to 0.18.2 (#16827)
|
2025-06-16 14:18:58 +00:00 |
|
Roman Hodulák
|
fb477d8c28
|
feat(examples): Add extension into engine_getPayload RPC method response in custom_node example (#16772)
|
2025-06-15 09:34:18 +00:00 |
|
Roman Hodulák
|
8d691ab2c2
|
feat(examples): Add CustomEngineValidator and its builder to the custom_node example (#16774)
|
2025-06-13 12:06:53 +00:00 |
|
Léa Narzis
|
9f98728deb
|
feat(net): make bloom filter optional on receipts request (#16718)
|
2025-06-12 11:48:33 +00:00 |
|
Luis_
|
1e40b36afc
|
feat: make EthEvmConfig generic over chainSpec (#16758)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
|
2025-06-12 00:07:02 +00:00 |
|
Soubhik Singha Mahapatra
|
0a4c21527c
|
chore: used Opstorage impl for optimism (#16594)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
|
2025-06-04 14:25:14 +00:00 |
|
Arsenii Kulikov
|
66692a7e45
|
feat: make NewBlock message generic (#16627)
|
2025-06-03 19:32:12 +00:00 |
|
Léa Narzis
|
ea7eaf61c3
|
feat: enable external EngineApi access (#16248)
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
|
2025-06-03 13:10:36 +00:00 |
|
Matthias Seitz
|
3fc463c8a0
|
feat: impl compress decompress for customheader (#16617)
|
2025-06-03 12:39:33 +00:00 |
|
Ethan Nguyen
|
1e69bf4f45
|
chore: Remove OmmersProvider (#16539)
|
2025-06-03 10:41:13 +00:00 |
|
Arsenii Kulikov
|
b5864e0bdf
|
chore: simplify NetworkPrimitives (#16556)
|
2025-06-02 11:45:43 +00:00 |
|
Ethan Nguyen
|
95558cb451
|
chore: Remove Withdrawals Provider (#16538)
|
2025-05-31 13:28:21 +02:00 |
|
Roman Hodulák
|
04144c5a4b
|
feat(examples): Replace CustomConsensusBuilder using OpConsensusBuilder with custom generics in custom_node example (#16560)
|
2025-05-30 12:09:14 +00:00 |
|
Roman Hodulák
|
586976f12f
|
feat(examples): Replace redundant type definitions with a CustomPooledTransaction alias in the custom_node example (#16554)
|
2025-05-30 01:05:10 +00:00 |
|
Roman Hodulák
|
a3013c6e64
|
feat(examples): Replace CustomPoolBuilder using OpPoolBuilder with custom generics in custom_node example (#16552)
|
2025-05-29 20:42:49 +00:00 |
|
Roman Hodulák
|
672d97307a
|
feat(examples): Replace CustomNetworkBuilder using OpNetworkBuilder with custom generics (#16551)
|
2025-05-29 19:51:02 +00:00 |
|
Roman Hodulák
|
676dc0df34
|
feat(examples): Replace () with appropriate component builders in custom_node example (#16445)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
|
2025-05-29 18:16:16 +00:00 |
|
Roman Hodulák
|
19b7489518
|
feat(examples): Add CustomExecutorBuilder and implement ExecutorBuilder for it in custom_node example (#16444)
|
2025-05-27 03:15:06 +00:00 |
|
Veer Chaurasia
|
7ca286110f
|
refactor: remove reth dependencies and instead use reth_ethereum (#16416)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-05-24 08:35:40 +00:00 |
|
Roman Hodulák
|
2b33b59ed8
|
refactor(examples): Rename CustomTxEnv => PaymentTxEnv and CustomEvmTransaction => CustomTxEnv (#16443)
|
2025-05-23 16:04:32 +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 |
|
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 |
|
Roman Hodulák
|
6c6bfb52bb
|
feat(examples): Implement EvmFactory for CustomEvm in custom_node example (#16404)
|
2025-05-22 10:13:08 +00:00 |
|