|
|
69e54da049
|
chore: remove duplicated functions (#12804)
|
2024-11-23 14:24:17 +00:00 |
|
|
|
5db3ad1a67
|
feat: add Transaction AT to TransactionsProvider (#12794)
|
2024-11-22 23:04:42 +00:00 |
|
|
|
4442b5d6fa
|
feat: convert hash field to OnceLock<TxHash> on TransactionSigned (#12596)
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
|
2024-11-21 22:40:29 +00:00 |
|
|
|
7b13a22698
|
perf(tx-pool): avoid copying tx cost (#12629)
|
2024-11-20 09:56:12 +00:00 |
|
|
|
1e7189d3e4
|
feat: trait-based storage API (#12616)
Co-authored-by: joshie <93316087+joshieDo@users.noreply.github.com>
|
2024-11-19 15:39:28 +00:00 |
|
|
|
bf92a5fb59
|
feat: split reth-payload-primitives (#12600)
|
2024-11-16 17:36:57 +00:00 |
|
|
|
d9ed07a367
|
chore: remove revm-primitives re-export (#12599)
|
2024-11-16 11:33:09 +01:00 |
|
|
|
2dc9a06321
|
chore(sdk): add NetworkPrimitives for NetworkManager (#12530)
Co-authored-by: dkathiriya <lakshya-sky@users.noreply.github.com>
|
2024-11-16 05:59:53 +01:00 |
|
|
|
001f3899fd
|
primitives: rm alloy Header reexport (#12515)
|
2024-11-13 16:41:25 +00:00 |
|
|
|
9313737dbb
|
primitives: use SealedHeader::seal (#12507)
|
2024-11-13 13:41:56 +01: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 |
|
|
|
f373efe01d
|
refactor: phase out alloy-rpc-types usage (#12395)
|
2024-11-08 11:36:17 +01:00 |
|
|
|
441ddbf085
|
primitives: rm more alloy block reexports (#12308)
|
2024-11-05 11:37:56 +00:00 |
|
|
|
56b76871ed
|
primitives: rm alloy Withdrawal reexport (#12296)
|
2024-11-04 08:21:17 +00:00 |
|
|
|
d020b41f6a
|
feat: flashbots_validateBuilderSubmissionV3 (#12168)
|
2024-10-31 19:22:42 +00:00 |
|
|
|
c19af293a6
|
feat: add rlp support for EthVersion (#12221)
|
2024-10-31 08:33:33 +00:00 |
|
|
|
b3e8327065
|
chore: rename v1 type (#12205)
|
2024-10-30 17:56:36 +00:00 |
|
|
|
755fac08dd
|
Wrap sidecar in arcs (#11554)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-10-30 16:06:37 +00:00 |
|
|
|
93a9b8a218
|
feat: Eip1559 params in extradata (#11887)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-10-30 12:59:19 +00:00 |
|
|
|
129f3ba911
|
feat: introduce StateCommitment type (#11842)
|
2024-10-30 08:48:43 +00:00 |
|
|
|
7880d4ddb0
|
refactor: change PayloadConfig to use parent header instead of parent block (#12159)
|
2024-10-29 09:52:00 +00:00 |
|
|
|
3f4634ccbc
|
chore: add version to PayloadBuilderAttributes::try_new (#12137)
|
2024-10-28 14:37:36 +00:00 |
|
|
|
f2ac547666
|
Add custom beacon withdrawals example (#9497)
Co-authored-by: Federico Gimenez <federico.gimenez@gmail.com>
|
2024-10-21 21:02:44 +00:00 |
|
|
|
f25cceb9f9
|
perf: use Vec::with_capacity and reserve_exact (#11904)
|
2024-10-21 11:59:09 +00:00 |
|
|
|
cd828c06d9
|
feat: switch to composable executor for Ethereum (#11838)
|
2024-10-19 17:59:32 +00:00 |
|
|
|
e2ecb6224d
|
chore: remove unused deps (#11898)
|
2024-10-19 16:54:07 +00:00 |
|
|
|
1efa764b34
|
chore(engine): rename enveloped associated types to envelope (#11812)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-10-19 13:29:29 +00:00 |
|
|
|
2ae93682b4
|
refactor: move EngineValidator setup to RpcAddOns (#11850)
|
2024-10-19 10:08:34 +00:00 |
|
|
|
8d32fd788b
|
feat: allow awaiting payload in progress (#11823)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-10-18 10:45:51 +00:00 |
|
|
|
a6c8bda029
|
primitives: use alloy MAINNET_GENESIS_HASH constant (#11848)
|
2024-10-17 19:44:04 +00:00 |
|
|
|
6fb271036d
|
feat: move RPC launch to add-ons (#11532)
|
2024-10-15 14:51:40 +00:00 |
|
|
|
5e1bd04941
|
chore(examples): fix db-access example with RO provider (#11670)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-10-11 18:53:34 +00:00 |
|
|
|
28750e5b0e
|
chore: Remove duplicate EthereumChainSpecParser in favor of existing EthChainSpecParser (#11412)
Co-authored-by: garwah <garwah@garwah>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-10-05 10:52:08 +00:00 |
|
|
|
84370b81d7
|
feat: make addons stateful (#11204)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
|
2024-10-04 08:34:37 +02:00 |
|
|
|
64fae4d0f2
|
chore: rm crate reth-rpc-types (#11341)
|
2024-10-02 11:16:20 +02:00 |
|
|
|
07dc861a94
|
chore: rename default chainspec parser (#11398)
|
2024-10-01 22:22:57 +00:00 |
|
|
|
a5538bc041
|
chore: alloy 0.4 (#11334)
|
2024-09-30 12:48:37 +00:00 |
|
|
|
bf679b430e
|
feat(exex): finalize WAL below the given block (#11324)
|
2024-09-30 10:25:17 +00:00 |
|
|
|
e21d75f9aa
|
primitives: rm more alloy_primitives reexports (#11325)
|
2024-09-30 01:06:47 +00:00 |
|
|
|
ea1d04aa75
|
primitives: rm more alloy_primitives reexports (#11255)
|
2024-09-29 16:48:54 +00:00 |
|
|
|
bf18fd927c
|
perf: improve IntegerList API to avoid allocations (#11292)
|
2024-09-27 16:46:33 +00:00 |
|
|
|
65f2664471
|
feat: make NetworkConfigBuilder independent of concrete ChainSpec (#11176)
|
2024-09-26 11:37:20 +00:00 |
|
|
|
f2a508df34
|
primitives: rm more alloy_primitives reexports (#11222)
|
2024-09-26 11:29:18 +00:00 |
|
|
|
76a6e0db69
|
remove IntoRecoveredTransaction (#11221)
|
2024-09-25 17:10:11 +00:00 |
|
|
|
ab66f58e5c
|
chore: Remove ChainSpec from PayloadConfig (#11103)
Co-authored-by: garwah <garwah@garwah>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-09-25 06:45:51 +00:00 |
|
|
|
3bd966c594
|
primitives: rm alloy_genesis reexport (#11181)
|
2024-09-24 23:15:19 +00:00 |
|
|
|
d3114b4eec
|
feat(witness): use block executor to execute block inside debug_execution_witness (#11149)
|
2024-09-24 16:48:32 +00:00 |
|
|
|
c851a1740c
|
feat: EngineValidator (#11144)
|
2024-09-24 11:23:52 +00:00 |
|
|
|
cf294ce397
|
feat: add ChainSpec AT to EngineTypes (#11054)
|
2024-09-23 15:02:57 +00:00 |
|
|
|
faca096263
|
chore: remove reth-rpc-types import (#11125)
|
2024-09-23 14:43:27 +00:00 |
|