Mablr
|
611c307213
|
feat: make more EVM and RPC conversions fallible (#18685)
|
2025-09-30 14:50:23 +01:00 |
|
YK
|
994d73edf6
|
chore: bump rust to edition 2024 (#18692)
|
2025-09-30 14:50:22 +01:00 |
|
emmmm
|
9806e07cf8
|
fix: replace tx_hash method with TxHashRef trait bound (#18357) (#18362)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-09-22 09:31:17 +00:00 |
|
crStiv
|
4ddf3ddb45
|
docs: multiple small textual defects (#18598)
|
2025-09-21 08:36:24 +00:00 |
|
theo
|
fabf3e84d4
|
feat(op/jovian): implement min base fee in op-reth. bump alloy, alloy-evm deps. (#18407)
Co-authored-by: Emilia Hane <emiliaha95@gmail.com>
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
|
2025-09-17 12:47:01 +00:00 |
|
crStiv
|
1b08843bc5
|
docs: multiple small textual defects (#18434)
Co-authored-by: YK <chiayongkang@hotmail.com>
|
2025-09-14 12:08:43 +00:00 |
|
Arsenii Kulikov
|
60568cca8f
|
feat: add helper aliases for node adapters (#18366)
|
2025-09-11 07:55:13 +00:00 |
|
Emilia Hane
|
4c363fe1aa
|
feat(op-sdk): custom precompiles (#18350)
|
2025-09-09 20:04:41 +00:00 |
|
Hai | RISE
|
0cdd54838b
|
chore: delist unused deps with cargo-machete (#18259)
|
2025-09-05 10:23:52 +00:00 |
|
TMOT
|
d69fda1a2b
|
feat(examples): added txpoolExt_clearTxpool to existing example (#18175)
|
2025-09-01 10:07:52 +00:00 |
|
Roman Hodulák
|
f376dd8031
|
feat(optimism): Remove builder of next block environment from FlashBlockService (#18100)
|
2025-08-27 13:59:02 +00:00 |
|
Matthias Seitz
|
2e6ab54248
|
feat: add NoopNetwork example (#18093)
|
2025-08-27 10:25:43 +00:00 |
|
Arsenii Kulikov
|
db04a19101
|
feat: fusaka changes (#18071)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
Co-authored-by: Bharath Vedartham <vedabharath12345@gmail.com>
|
2025-08-26 18:43:36 +00:00 |
|
Hai | RISE
|
d14658dc5e
|
perf(payload): do not clone full attributes for timestamp validation (#18054)
|
2025-08-26 15:29:07 +02:00 |
|
Avory
|
c97b322c54
|
feat: bump jsonrpsee to v0.26.0 (#17901)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-08-25 16:54:30 +02:00 |
|
leniram159
|
d8e8d67ff8
|
fix: remove unused base_fee_params_at_block function (#17992)
Co-authored-by: Dharm Singh <dharmhsing@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-08-22 08:01:45 +00:00 |
|
crStiv
|
a4c57de5ec
|
docs: multiple small textual defects (#17904)
|
2025-08-19 16:50:40 +00:00 |
|
robinsdan
|
29e4b20588
|
refactor: remove StateCommitment trait (#17812)
|
2025-08-18 13:53:53 +00:00 |
|
Matthias Seitz
|
198ba18e86
|
chore: remove Beacon from type names (#17868)
Co-authored-by: petarjuki7 <petar.jukic7@gmail.com>
|
2025-08-15 20:54:05 +00:00 |
|
Roman Hodulák
|
b3479f6622
|
refactor(examples): Replace CustomTransactionEnvelope with Signed<TxPayment> as the variant type in the custom node example (#17894)
|
2025-08-15 14:37:29 +00:00 |
|
Roman Hodulák
|
055331a667
|
fix(examples): Implement Compact using blanket implementation (#17878)
|
2025-08-15 13:01:53 +00:00 |
|
Matthias Seitz
|
0de24935c2
|
chore: clippy happy (#17892)
|
2025-08-15 13:18:37 +02:00 |
|
Roman Hodulák
|
28c7113799
|
feat(examples): Add custom header extensions to payload attributes in custom_node example (#17797)
|
2025-08-13 10:45:10 +00:00 |
|
Pana
|
02eafd75f1
|
chore: update db-access example used method (#17815)
|
2025-08-13 09:10:52 +00:00 |
|
Matthias Seitz
|
0b1c94a150
|
feat: add op db access example (#17796)
|
2025-08-11 15:45:53 +00:00 |
|
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 |
|