Roman Hodulák
|
e2f162038f
|
feat(rpc): Add Primitives associated type to TransactionCompat trait (#16626)
|
2025-06-03 15:27:30 +00:00 |
|
Ishika Choudhury
|
47d623ca21
|
chore: removed otterscan_api_truncate_input function (#16530)
|
2025-05-28 17:39:17 +00:00 |
|
Hai | RISE
|
8bba80e565
|
perf(rpc): clone less when building block response (#15624)
|
2025-04-25 18:35:39 +00:00 |
|
0xMushow
|
aee484ba82
|
refactor(block): Inline from_block_with_transaction fn (#15788)
|
2025-04-17 18:57:20 +00:00 |
|
Matthias Seitz
|
98f51f4b73
|
chore: rm reth-prmitives from rpc compat (#14965)
|
2025-03-11 22:57:02 +01:00 |
|
Poulav Bhowmick
|
cdb7c63d51
|
Added from<alloy_rpc_types_eth::Transaction> for TransactionSigned (#14350)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-02-10 17:27:49 +00:00 |
|
Matthias Seitz
|
2d4ccf10fe
|
chore: simplify rpc block compat (#14225)
|
2025-02-05 11:40:22 +00:00 |
|
Arpit Temani
|
556c79f787
|
chore: convert_to_payload_body_v1 (#14168)
|
2025-02-03 23:16:33 +00:00 |
|
Matthias Seitz
|
2c58d451af
|
chore: use rlp_length_for (#14144)
|
2025-02-02 18:42:53 +00:00 |
|
Arpit Temani
|
209b44829e
|
chore: remove block_to_payload_v1 (#14143)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-02-01 11:06:35 +00:00 |
|
Arpit Temani
|
7da6d671f6
|
chore: remove block_to_payload_v2 (#14142)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-02-01 09:22:02 +00:00 |
|
Steven
|
9e6e2c4695
|
chore: phase out block_to_payload_v3 (#14140)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-02-01 07:41:28 +00:00 |
|
Matthias Seitz
|
214f3b3b8e
|
chore: rm redundant conversion fn (#14129)
|
2025-01-31 18:13:23 +00:00 |
|
DevOrbitlabs
|
6afededdbf
|
feat: phase out payload conversion helpers (#14090)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-01-31 13:04:41 +00:00 |
|
DevOrbitlabs
|
54a5fcc24d
|
feat: remove transaction_to_call_request helper fn (#14089)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-01-31 12:51:16 +00:00 |
|
Roman Krasiuk
|
5322877aed
|
chore: bump alloy 0.11 (#14122)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-01-31 11:44:20 +00:00 |
|
Matthias Seitz
|
901240877a
|
feat: add transactions_iter helper (#13910)
|
2025-01-21 23:37:51 +00:00 |
|
Matthias Seitz
|
64214fd186
|
chore: deprecate recoveredtx alias (#13887)
|
2025-01-20 18:07:14 +00:00 |
|
Matthias Seitz
|
83b2fb9b41
|
feat: add SealedBlock in reth-primitives-traits (#13735)
|
2025-01-15 01:12:43 +00:00 |
|
Matthias Seitz
|
bf65ed45c5
|
chore!: make senders fields private (#13752)
|
2025-01-09 14:58:09 +01:00 |
|
Tony Bo
|
873009fd68
|
refactor: Remove standalone from_recovered functions and make part of TransactionCompat trait (#13653)
|
2025-01-06 14:52:42 +00:00 |
|
Tuan Tran
|
20d3fa6bbb
|
feat: rename reth_primitives::RecoveredTx functions to match alloy::Recovered (#13663)
|
2025-01-06 14:27:43 +00:00 |
|
Matthias Seitz
|
8befda56b0
|
feat: add helper iter for tx hashes (#13638)
|
2025-01-04 10:51:00 +01:00 |
|
Matthias Seitz
|
9b44e2aaf9
|
chore: rm another payload conversion fn (#13637)
|
2025-01-03 17:16:07 +00:00 |
|
Matthias Seitz
|
9923e5ac5b
|
chore: rm some direct header access (#13633)
|
2025-01-03 16:40:00 +00:00 |
|
Matthias Seitz
|
dbd4f0c4fe
|
chore: make block field private (#13628)
|
2025-01-03 15:10:32 +00:00 |
|
Matthias Seitz
|
3c9139e30f
|
chore: remove redundant payload fn (#13624)
|
2025-01-03 14:17:39 +01:00 |
|
Matthias Seitz
|
b69c2ebee0
|
chore: use native conversions for payload to block (#13608)
|
2025-01-02 16:20:28 +00:00 |
|
Matthias Seitz
|
0b135a2670
|
feat: update revm 19 alloy 09 (#13594)
|
2024-12-30 19:49:39 +01:00 |
|
Matthias Seitz
|
86e383f507
|
chore: simplify transaction to call request conversion (#13574)
|
2024-12-29 14:32:27 +01:00 |
|
Arsenii Kulikov
|
4994cdf0b0
|
feat: integrate OpPrimitives (#13556)
|
2024-12-27 15:11:11 +00:00 |
|
Arsenii Kulikov
|
af1c9b7614
|
refactor: integrate BuiltPayload::Primitives (#13484)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-12-23 23:06:47 +00:00 |
|
Arsenii Kulikov
|
d087488479
|
feat: make block <-> payload conversions generic over transaction (#13389)
|
2024-12-13 18:25:31 +00:00 |
|
Miguel Oliveira
|
aca4a2db39
|
feat(rpc): remove total difficulty (#13303)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-12-12 12:52:34 +00:00 |
|
Arsenii Kulikov
|
eb6080863b
|
feat(rpc): relax VaidationApi and EngineApi (#13241)
|
2024-12-09 21:48:29 +00:00 |
|
Arsenii Kulikov
|
c7c84f2d3f
|
feat: relax bounds for eth_simulateV1 (#13232)
|
2024-12-09 19:08:49 +00:00 |
|
Arsenii Kulikov
|
cf2a6a1ee8
|
feat: EthApi traits abstraction (#13170)
|
2024-12-06 12:30:50 +00:00 |
|
Arsenii Kulikov
|
9ed9fa241d
|
refactor: rename TransactionSignedEcRecovered to RecoveredTx (#13074)
|
2024-12-02 23:36:09 +00:00 |
|
Arsenii Kulikov
|
7f88e62781
|
feat: bump alloy (#12930)
Co-authored-by: Ryan Schneider <ryanleeschneider@gmail.com>
|
2024-12-02 00:55:17 +00:00 |
|
Hoa Nguyen
|
9b1d676438
|
feat: move eip1186 conversion helpers to reth-trie-common proofs (#12985)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-11-30 16:01:19 +00:00 |
|
Matthias Seitz
|
36eaf565d9
|
chore: add default for 2718 transactions (#13018)
|
2024-11-29 16:08:58 +00:00 |
|
Arsenii Kulikov
|
dcaa06a01a
|
feat: make more block types generic (#12812)
|
2024-11-25 10:50:10 +00:00 |
|
Matthias Seitz
|
69e54da049
|
chore: remove duplicated functions (#12804)
|
2024-11-23 14:24:17 +00:00 |
|
Arsenii Kulikov
|
5db3ad1a67
|
feat: add Transaction AT to TransactionsProvider (#12794)
|
2024-11-22 23:04:42 +00:00 |
|
Thomas Coratger
|
001f3899fd
|
primitives: rm alloy Header reexport (#12515)
|
2024-11-13 16:41:25 +00:00 |
|
Darshan Kathiriya
|
bad7a4f0c9
|
use result for TransactionCompact::fill. (#12170)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
Co-authored-by: dkathiriya <lakshya-sky@users.noreply.github.com>
|
2024-11-12 10:31:32 +00:00 |
|
Thomas Coratger
|
59ebebaa63
|
primitives: rm alloy Withdrawals reexport (#12421)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-11-09 13:09:46 +00:00 |
|
Matthias Seitz
|
08451ef278
|
chore: rm unused file (#12420)
|
2024-11-09 10:05:15 +01:00 |
|
Hoa Nguyen
|
f373efe01d
|
refactor: phase out alloy-rpc-types usage (#12395)
|
2024-11-08 11:36:17 +01:00 |
|
Arsenii Kulikov
|
29da7d744a
|
fix: eth_getProof response (#12370)
|
2024-11-07 19:31:17 +00:00 |
|