|
|
901240877a
|
feat: add transactions_iter helper (#13910)
|
2025-01-21 23:37:51 +00:00 |
|
|
|
b0b1d9d8df
|
feat: add transactions_recovered iter (#13903)
|
2025-01-21 15:49:00 +00:00 |
|
|
|
21761ad497
|
perf: check block cache for requested header (#13890)
|
2025-01-20 20:09:31 +00:00 |
|
|
|
93d6f807c0
|
perf: lift chainspec call (#13889)
|
2025-01-20 20:07:08 +00:00 |
|
|
|
64214fd186
|
chore: deprecate recoveredtx alias (#13887)
|
2025-01-20 18:07:14 +00:00 |
|
|
|
d2ad477b0e
|
refactor: mv proofs mod to reth-primitives-traits and split tests (#13871)
|
2025-01-20 12:18:29 +00:00 |
|
|
|
f28c71c006
|
chore: simplify evm setup (#13864)
|
2025-01-19 20:07:20 +00:00 |
|
|
|
c46f23f8de
|
feat: add Evm trait (#13823)
|
2025-01-18 15:42:39 +00:00 |
|
|
|
0cc1ff0a0a
|
feat: expose additional eth functions on engine api (#13837)
|
2025-01-17 12:49:11 +00:00 |
|
|
|
8efe441cc0
|
feat: use reth-ethereum-primitives (#13830)
|
2025-01-17 01:22:21 +01:00 |
|
|
|
265f783c22
|
refactor: always create Evm through ConfigureEvm (#13812)
|
2025-01-16 11:40:45 +00:00 |
|
|
|
d5978a78b4
|
refactor: use EvmEnv when setting up Evm (#13800)
|
2025-01-15 16:09:03 +00:00 |
|
|
|
83b2fb9b41
|
feat: add SealedBlock in reth-primitives-traits (#13735)
|
2025-01-15 01:12:43 +00:00 |
|
|
|
ac25fd8c18
|
feat(engine): validate execution requests (#13685)
|
2025-01-13 10:40:46 +00:00 |
|
|
|
6ef86e9340
|
feat(rpc): setters for TransportRpcModules (#13773)
|
2025-01-11 15:35:40 +00:00 |
|
|
|
5a23708eb0
|
chore: make clippy happy (#13772)
|
2025-01-11 11:15:06 +00:00 |
|
|
|
bf65ed45c5
|
chore!: make senders fields private (#13752)
|
2025-01-09 14:58:09 +01:00 |
|
|
|
8f2ecc44e8
|
refactor: reduce Hardforks trait usage (#13728)
|
2025-01-08 14:02:49 +00:00 |
|
|
|
fb6902880c
|
chore: rm beacon consensus deps (#13716)
|
2025-01-07 22:31:04 +00:00 |
|
|
|
35392bd8e9
|
chore: make SealedBlock.header field private (#13646)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-01-07 19:44:39 +00:00 |
|
|
|
f7f2012156
|
refactor: Consensus trait error type (#13655)
|
2025-01-07 16:11:42 +00:00 |
|
|
|
873009fd68
|
refactor: Remove standalone from_recovered functions and make part of TransactionCompat trait (#13653)
|
2025-01-06 14:52:42 +00:00 |
|
|
|
20d3fa6bbb
|
feat: rename reth_primitives::RecoveredTx functions to match alloy::Recovered (#13663)
|
2025-01-06 14:27:43 +00:00 |
|
|
|
b18b0ee848
|
chore: use generics for RecoveredTx (#13650)
|
2025-01-04 11:14:24 +00:00 |
|
|
|
8befda56b0
|
feat: add helper iter for tx hashes (#13638)
|
2025-01-04 10:51:00 +01:00 |
|
|
|
9b44e2aaf9
|
chore: rm another payload conversion fn (#13637)
|
2025-01-03 17:16:07 +00:00 |
|
|
|
9923e5ac5b
|
chore: rm some direct header access (#13633)
|
2025-01-03 16:40:00 +00:00 |
|
|
|
afdffadafd
|
chore: use alloy TransactionMeta (#13632)
|
2025-01-03 15:49:22 +00:00 |
|
|
|
dbd4f0c4fe
|
chore: make block field private (#13628)
|
2025-01-03 15:10:32 +00:00 |
|
|
|
82013f46da
|
chore: use more payload conversion fns (#13625)
|
2025-01-03 16:05:22 +01:00 |
|
|
|
3c9139e30f
|
chore: remove redundant payload fn (#13624)
|
2025-01-03 14:17:39 +01:00 |
|
|
|
b69c2ebee0
|
chore: use native conversions for payload to block (#13608)
|
2025-01-02 16:20:28 +00:00 |
|
|
|
e9332f9cc9
|
chore: bump alloy 0.9.1 (#13602)
|
2024-12-30 23:05:10 +00:00 |
|
|
|
0b135a2670
|
feat: update revm 19 alloy 09 (#13594)
|
2024-12-30 19:49:39 +01:00 |
|
|
|
86e383f507
|
chore: simplify transaction to call request conversion (#13574)
|
2024-12-29 14:32:27 +01:00 |
|
|
|
711c5e812e
|
chore: replace match with let else (#13585)
|
2024-12-28 18:44:54 +00:00 |
|
|
|
4994cdf0b0
|
feat: integrate OpPrimitives (#13556)
|
2024-12-27 15:11:11 +00:00 |
|
|
|
df294e424b
|
chore: make clippy happy (#13561)
|
2024-12-27 09:38:41 +00:00 |
|
|
|
56ce046317
|
perf: query bytecodes with &B256 to avoid copying code hash (#13559)
|
2024-12-26 14:58:56 +00:00 |
|
|
|
031f430b8f
|
perf: query accounts with &Address to avoid copying address (#13554)
|
2024-12-25 12:31:28 +00:00 |
|
|
|
a4410c83e8
|
feat: add L2EthApiExt trait (#13539)
|
2024-12-24 14:58:52 +01:00 |
|
|
|
f67625fd67
|
Add drop aware sender new type (fixes #13242) (#13495)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-12-24 10:13:20 +00:00 |
|
|
|
af1c9b7614
|
refactor: integrate BuiltPayload::Primitives (#13484)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-12-23 23:06:47 +00:00 |
|
|
|
c6d42ad8c4
|
chore: move EventSender out of BeaconConsensusEngineHandle (#13533)
|
2024-12-23 22:44:19 +00:00 |
|
|
|
6822d4f18b
|
fix(simulate_v1): fill transactions sequentually (#13532)
|
2024-12-23 22:42:27 +00:00 |
|
|
|
8579c08d63
|
fix: only skip last tx commit (#13528)
|
2024-12-23 20:36:00 +00:00 |
|
|
|
ec21e895c1
|
chore: rm evmenvprovider trait (#13503)
|
2024-12-23 10:46:09 +00:00 |
|
|
|
3ab28a5907
|
chore: use imported b256 types (#13509)
|
2024-12-23 08:02:17 +01:00 |
|
|
|
369d74515a
|
docs: use ots_ prefix (#13498)
|
2024-12-22 19:50:07 +01:00 |
|
|
|
a163a5c19d
|
feat: relax eth_callBundle bounds (#13485)
|
2024-12-22 18:28:25 +01:00 |
|