|
|
7a7a6de2cd
|
primitive-traits: simplify SealedHeader::default (#12563)
|
2024-11-15 09:35:00 +01:00 |
|
|
|
b1729d22e4
|
feat: impl block for sealedblock (#12555)
|
2024-11-14 22:03:09 +00:00 |
|
|
|
28a5b631d1
|
chore: move gas_spent_by_transactions to traits (#12541)
|
2024-11-14 20:35:04 +00:00 |
|
|
|
217d9f7c12
|
chore(sdk): Add trait bound Compact on <T as FullTransaction>::Type (#12534)
|
2024-11-14 15:58:04 +00:00 |
|
|
|
4a0bc37cbb
|
chore: rm reth testing utils dep from reth-primitives-traits (#12542)
|
2024-11-14 17:08:46 +01:00 |
|
|
|
77e687c28c
|
feat: relax BodyStage bounds (#12539)
|
2024-11-14 15:23:15 +00:00 |
|
|
|
001f3899fd
|
primitives: rm alloy Header reexport (#12515)
|
2024-11-13 16:41:25 +00:00 |
|
|
|
e6f3191c62
|
chore: rm cfg imports (#12518)
|
2024-11-13 15:16:16 +01:00 |
|
|
|
9e77d916e1
|
chore(sdk): improve usability tx primitive traits (#12437)
|
2024-11-13 13:35:59 +00:00 |
|
|
|
9313737dbb
|
primitives: use SealedHeader::seal (#12507)
|
2024-11-13 13:41:56 +01:00 |
|
|
|
b7e8d5aa3e
|
chore: add SealedHeader::seal (#12497)
|
2024-11-13 08:34:20 +00:00 |
|
|
|
ce50370ba5
|
primitives: rm alloy Withdrawal reexport (#12487)
|
2024-11-13 00:15:50 +01:00 |
|
|
|
b39957612a
|
feat: make more network components generic over primitives (#12481)
|
2024-11-12 19:29:42 +00:00 |
|
|
|
aece53ae88
|
feat: make downloaders and clients generic over block parts (#12469)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-11-12 15:13:21 +00:00 |
|
|
|
9f29107abb
|
chore(sdk): add NodePrimitives::TxType (#12332)
|
2024-11-12 11:11:37 +00:00 |
|
|
|
a2e11977d8
|
chore(sdk): Add InMemorySize as super trait of data primitive traits (#12465)
|
2024-11-12 10:52:26 +00:00 |
|
|
|
b5f7eca72f
|
chore(sdk): make ExecutionOutcome generic over receipt (#12448)
Co-authored-by: Federico Gimenez <fgimenez@users.noreply.github.com>
|
2024-11-12 10:38:00 +00:00 |
|
|
|
f38503c2bc
|
chore: move (Full)NodePrimitives to reth-primitive-traits (#12461)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
|
2024-11-12 09:58:36 +00:00 |
|
|
|
5edca402b0
|
feat(op): define OpTxType (#12443)
|
2024-11-12 09:07:05 +00:00 |
|
|
|
eccff7d24b
|
chore(reth_primitives): Use trait for size methods in primitive types (#12201)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-11-11 16:54:00 +00:00 |
|
|
|
24b3e63ab3
|
feat: make Consensus trait generic over block parts (#12451)
|
2024-11-11 16:35:01 +00:00 |
|
|
|
11fd5aa45e
|
chore(sdk): define new BlockHeader trait (#12452)
|
2024-11-11 16:21:39 +00:00 |
|
|
|
b0329ee4d7
|
chore(sdk): impl Receipt for reth_primitives::Receipt (#12446)
|
2024-11-11 12:52:21 +00:00 |
|
|
|
5d5f442024
|
chore(sdk): define helper trait FullNodePrimitives (#12331)
|
2024-11-11 11:58:34 +00:00 |
|
|
|
c1b4fd84c5
|
refactor: remove trait bound on TxType (#12379)
|
2024-11-10 12:25:55 +00:00 |
|
|
|
59ebebaa63
|
primitives: rm alloy Withdrawals reexport (#12421)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-11-09 13:09:46 +00:00 |
|
|
|
d2f494bd88
|
primitives: replace primitive Withdrawals with alloy (#12119)
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-11-09 07:55:06 +00:00 |
|
|
|
38fdc93a12
|
feat: bump alloy (#12215)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-11-06 14:50:25 +00:00 |
|
|
|
660ca389e7
|
chore(sdk): define FullSignedTx trait (#12327)
|
2024-11-06 13:21:17 +00:00 |
|
|
|
d8edf9c80e
|
chore(sdk): define FullBlock trait (#12326)
|
2024-11-06 13:20:51 +00:00 |
|
|
|
56b76871ed
|
primitives: rm alloy Withdrawal reexport (#12296)
|
2024-11-04 08:21:17 +00:00 |
|
|
|
9814041603
|
primitives: rm useless OP_ constants (#12298)
|
2024-11-04 08:18:13 +00:00 |
|
|
|
bb03578eed
|
chore: Move FillTxEnv::fill_tx_env into SignedTransaction trait and implement in TransactionSigned (#12186)
Co-authored-by: garwah <garwah@garwah>
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
|
2024-11-04 07:01:40 +00:00 |
|
|
|
f93dbf54c3
|
Remove redundant SignedTransaction::Signature (#12185)
|
2024-11-01 11:49:37 +00:00 |
|
|
|
b42b189210
|
Reth primitives traits tx type (#11720)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
|
2024-10-30 21:45:16 +00:00 |
|
|
|
82784183e7
|
feat: transaction trait (#11877)
|
2024-10-29 16:47:12 +00:00 |
|
|
|
5568cca846
|
primitive-traits: add unit tests for Account (#12048)
|
2024-10-25 16:39:52 +00:00 |
|
|
|
c3182f2a64
|
primitives-traits: small refac for IntegerList and more doc (#12049)
|
2024-10-25 04:37:20 +00:00 |
|
|
|
777417ad8a
|
feat: add reth test-vectors compact --write|--read (#11954)
|
2024-10-24 18:34:12 +00:00 |
|
|
|
53c5476637
|
chore(primitive-traits): rm EIP1559_ constants (#12036)
|
2024-10-24 13:20:11 +00:00 |
|
|
|
bea6e278df
|
primitive-traits: use alloy MIN_PROTOCOL_BASE_FEE constant (#12037)
|
2024-10-24 12:29:24 +00:00 |
|
|
|
2d83f20489
|
chore: reuse alloy-primitives logs bloom (#12031)
|
2024-10-24 11:12:13 +00:00 |
|
|
|
d50da7fcd6
|
primitives-traits: use alloy SEPOLIA_GENESIS_HASH constant (#12024)
|
2024-10-24 10:50:43 +00:00 |
|
|
|
8bfb7f9ce9
|
primitive-traits: use alloy BEACON_NONCE constant (#12029)
|
2024-10-24 09:58:50 +00:00 |
|
|
|
bbeb799dc1
|
primitive-traits: rm ALLOWED_FUTURE_BLOCK_TIME_SECONDS constant (#12028)
|
2024-10-24 09:56:05 +00:00 |
|
|
|
84a30b0404
|
primitive-traits: use alloy INITIAL_BASE_FEE constant (#12022)
|
2024-10-24 09:53:15 +00:00 |
|
|
|
044e2d6aea
|
refactor(primitive-traits): use alloy EPOCH_SLOTS constant (#12018)
|
2024-10-23 23:15:45 +00:00 |
|
|
|
565e4b400d
|
refactor(primitive-traits): use alloy ETHEREUM_BLOCK_GAS_LIMIT constant (#12019)
|
2024-10-23 23:15:15 +00:00 |
|
|
|
889a7e0b98
|
primitive-traits: use alloy _DURATION constants (#11960)
|
2024-10-23 14:31:22 +00:00 |
|
|
|
e8205936da
|
primitive-traits: rm unused SELECTOR_LEN (#11959)
|
2024-10-22 13:38:45 +02:00 |
|