Arsenii Kulikov
|
91eb50c59f
|
feat: eth_simulateV1 support (#10829)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-09-18 17:38:04 +00:00 |
|
Thomas Coratger
|
5e9f38164d
|
evm: use Header AT in ConfigureEvmEnv (#10968)
|
2024-09-17 23:03:15 +00:00 |
|
malik
|
abd4642d65
|
reafctor: improve tx count (#10889)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-09-17 10:27:34 +00:00 |
|
nk_ysg
|
bf800986d3
|
chore: use MIN_TRANSACTION_GAS replace magic number (#10910)
|
2024-09-16 21:28:35 +00:00 |
|
Emilia Hane
|
c498fa6349
|
Move EthBlocks::block_receipts default impl to impl for EthApi (#10785)
|
2024-09-11 12:30:22 +00:00 |
|
Emilia Hane
|
bbaccc2a3a
|
chore(rpc): LoadReceipt::build_transaction_receipt default impl to impl for EthApi (#10786)
|
2024-09-11 09:06:29 +00:00 |
|
Håvard Anda Estensen
|
60dcea847c
|
rpc: replace reth-primitive imports (#10812)
|
2024-09-11 00:28:09 +00:00 |
|
nk_ysg
|
b78e0f6069
|
feat: remove constraint of concrete type AnyTransactionReceipt for EthApiTypes::NetworkType (#10693)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
|
2024-09-09 13:46:40 +00:00 |
|
Ryan Schneider
|
7a20b413f5
|
feat: Include missing block id in error responses (#7416)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-09-07 11:02:17 +00:00 |
|
Delweng
|
3efe22eae7
|
feat(rpc): dedup rpc getTxBySenderAndNonce (#10600)
Signed-off-by: jsvisa <delweng@gmail.com>
|
2024-08-31 16:57:34 +00:00 |
|
nk_ysg
|
24f04710c0
|
feat: use alloy_network::Network::ReceiptResponse instead of AnyTransactionReceipt in RPC (#10621)
|
2024-08-30 16:58:59 +00:00 |
|
nk_ysg
|
237c22f234
|
feat: use alloy_network::Network::BlockResponse instead of reth_rpc_types::Block in RPC (#10613)
|
2024-08-30 16:06:47 +00:00 |
|
Arsenii Kulikov
|
ec5ce21965
|
chore(deps): bump alloy (#10537)
Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
|
2024-08-29 13:23:04 +00:00 |
|
Roman Krasiuk
|
6f086d1060
|
chore(trie): clean up state root methods (#10598)
|
2024-08-28 14:41:29 +00:00 |
|
malik
|
3be92d5049
|
Pending receipt (#10597)
Co-authored-by: Emilia Hane <emiliaha95@gmail.com>
Co-authored-by: Federico Gimenez <fgimenez@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-08-28 13:22:35 +00:00 |
|
Roman Krasiuk
|
29b02cc0e1
|
chore(trie): StorageRootProvider (#10592)
|
2024-08-28 12:56:47 +00:00 |
|
Roman Krasiuk
|
cf7416e2f2
|
chore(trie): remove plain state proof variant (#10593)
|
2024-08-28 12:00:46 +00:00 |
|
nk_ysg
|
a24fe46b13
|
remove transaction forwarder trait (#9678)
|
2024-08-26 18:17:34 +00:00 |
|
Delweng
|
ec31b247e9
|
feat(rpc): implement eth_getTransactionBySenderAndNonce (#10540)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-08-26 16:25:48 +00:00 |
|
Oliver
|
20756d672c
|
feat: use system call to update blockhashes (#10535)
|
2024-08-26 11:45:08 +00:00 |
|
malik
|
1b1e835fb1
|
Feat: exact gasUsed for eth_createAccessList (#10422)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-08-26 10:49:07 +00:00 |
|
Thomas Coratger
|
29058ad7ee
|
clippy: add cloned_instead_of_copied clippy lint (#10530)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
|
2024-08-26 09:04:19 +00:00 |
|
Thomas Coratger
|
dfcfe8d271
|
tx-pool: add try_from_consensus for PoolTransaction (#10504)
|
2024-08-25 14:53:18 +00:00 |
|
Skanda Bhat
|
b50a9ba458
|
refactor(rpc): Use TransactionInfo instead of individual fields (#10500)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Emilia Hane <emiliaha95@gmail.com>
|
2024-08-24 14:16:01 +00:00 |
|
Thomas Coratger
|
6dc00a29c9
|
tx-pool: rm into tx constraint for PoolTransaction (#10057)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
|
2024-08-24 13:32:10 +00:00 |
|
Emilia Hane
|
7d8196e29c
|
chore(rpc): config network specific transaction type in node builder (#10417)
|
2024-08-22 14:36:38 +00:00 |
|
Arsenii Kulikov
|
f2e0bc073a
|
feat: ChainSpec associated type (#10292)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-08-22 12:30:09 +00:00 |
|
nk_ysg
|
82f10164db
|
feat: make js-feature non default (#10447)
|
2024-08-22 12:04:18 +00:00 |
|
nk_ysg
|
aa8b3de6ba
|
Make js-feature non default (#10445)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-08-22 09:26:35 +00:00 |
|
Miguel Tavares
|
dc4643f69c
|
chore: replace RichBlock by Block (#10399)
Co-authored-by: Thomas Coratger <60488569+tcoratger@users.noreply.github.com>
|
2024-08-22 03:08:07 +00:00 |
|
greged93
|
1f5fb90bc8
|
fix: getAccount (#10402)
|
2024-08-21 07:41:01 +00:00 |
|
greged93
|
297934fe21
|
feat(rpc): get_account (#10369)
|
2024-08-19 11:29:17 +00:00 |
|
Thomas Coratger
|
45285cfdd4
|
rpc: small refactor in ommer_by_block_and_index (#10325)
|
2024-08-15 19:45:28 +00:00 |
|
Thomas Coratger
|
c9af0847c4
|
rpc: small refactoring in build_transaction_receipt (#10269)
|
2024-08-12 22:35:53 +00:00 |
|
Nikolai Golub
|
340b6069c6
|
reth-eth-types: Do not import JsInspectorError by default (#10202)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-08-08 12:21:57 +00:00 |
|
nk_ysg
|
d29c5a8807
|
chore: remove clippy::manual_unwarp_or_default (#10146)
|
2024-08-06 16:58:53 +00:00 |
|
Matthias Seitz
|
247be8c6aa
|
feat: add api bindings for eth_simulateV1 (#10050)
|
2024-08-05 10:22:04 +00:00 |
|
Luca Provini
|
52cdcf0a9a
|
Added sync stages status to eth_sync (#10042)
|
2024-08-03 02:53:47 +00:00 |
|
Thomas Coratger
|
054f8ffbb3
|
tx-pool: rm constraint for PoolTransaction (#10024)
|
2024-08-02 15:45:07 +00:00 |
|
Miguel Tavares
|
f2bb8e74d9
|
chore: use correct type in getAccount (#10023)
|
2024-08-02 15:31:58 +00:00 |
|
Delweng
|
340c95eba0
|
fix(rpc/trace): trace_filter filting with trace's address (#9722)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-08-02 12:21:39 +00:00 |
|
Thomas Coratger
|
f25367cffd
|
tx-pool: Make txpool independent of primitive tx types (#9916)
|
2024-08-01 13:39:58 +00:00 |
|
Matthias Seitz
|
f17c72ff04
|
fix: also ignore nonce in eth_estimate (#9968)
|
2024-08-01 07:06:40 +00:00 |
|
Matthias Seitz
|
65720c9fc1
|
fix: ensure we can handle pending target for feeHistory (#9904)
|
2024-07-30 16:00:33 +00:00 |
|
Emilia Hane
|
e4ae2a7ac1
|
fix(op): ensure EthApiServer helper trait method default impls, call OpEthApi overrides (#9879)
|
2024-07-30 15:35:56 +00:00 |
|
Matthias Seitz
|
85b326756d
|
chore: improve tx forwarding (#9878)
|
2024-07-29 21:31:03 +00:00 |
|
c0np4nn4
|
f43fd7bd61
|
refactor: Add AccessList result type to eth_createAccessList (#9811)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-07-29 18:06:40 +00:00 |
|
Matthias Seitz
|
b96e0c67ff
|
fix: rm bad rpc error conversion (#9857)
|
2024-07-28 15:21:47 +00:00 |
|
Thomas Coratger
|
f6a69f93e4
|
rpc: refactor transaction_by_hash_at (#9854)
|
2024-07-28 10:29:58 +00:00 |
|
Thomas Coratger
|
966ca011fa
|
rpc: refactor rpc-eth-api (#9843)
|
2024-07-27 05:53:29 +00:00 |
|