|
|
a4f86b0e2d
|
feat: set up codspeed (#13372)
|
2024-12-20 11:21:51 +00:00 |
|
|
|
30e8c78171
|
chore: rm async from state root from bench (#13472)
|
2024-12-20 10:50:03 +00:00 |
|
|
|
431c993cee
|
chore: bump alloy 0.8.2 (#13459)
|
2024-12-20 08:56:01 +01:00 |
|
|
|
058cfe2f98
|
chore: relax PayloadBuilderService bound (#13456)
|
2024-12-19 14:58:07 +00:00 |
|
|
|
790a1e2898
|
fix(trie): memoize the hash of a revealed sparse node (#13233)
|
2024-12-19 11:51:37 +00:00 |
|
|
|
ef033abaf9
|
Removed manual implementations of core::error::Error (#13370)
Co-authored-by: router <router@router.ian>
|
2024-12-18 00:01:48 +00:00 |
|
|
|
c51a188c72
|
fix: return bool for set_max_da_size (#13423)
|
2024-12-17 22:01:47 +00:00 |
|
|
|
e663f959b8
|
chore(root): cleanup some debt (#13427)
|
2024-12-17 15:14:50 +00:00 |
|
|
|
abc4ff9779
|
fix(root): send error on failure to retrieve provider (#13426)
|
2024-12-17 14:39:25 +00:00 |
|
|
|
952eeae2a1
|
chore: bump alloy 0.8.1 (#13418)
|
2024-12-16 20:33:17 +00:00 |
|
|
|
82f21a3e39
|
chore: move database to FullNodeTypes (#13414)
|
2024-12-16 15:54:13 +00:00 |
|
|
|
091c5499ba
|
chore: replace TrieAccount with alloy's (#13397)
|
2024-12-16 02:57:02 +00:00 |
|
|
|
c314aa6093
|
chore(deps): weekly cargo update (#13407)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
|
2024-12-15 10:05:32 +00:00 |
|
|
|
7e41a4b14a
|
feat: impl SignedTransaction for OpPooledTransaction (#13406)
|
2024-12-14 23:02:34 +00:00 |
|
|
|
d7397e6b8d
|
chore: make ensure_well_formed_payload generic over transaction (#13404)
|
2024-12-14 17:21:42 +00:00 |
|
|
|
b525231224
|
chore: Introduce helper type for evm cfg and env tuple (#13377)
|
2024-12-14 08:53:59 +00:00 |
|
|
|
16f6d7a0c3
|
chore: add test_segment_config_backwards (#13394)
|
2024-12-14 08:18:36 +00:00 |
|
|
|
ed2c69295d
|
feat: relax on new head in validator (#13352)
|
2024-12-13 13:59:40 +00:00 |
|
|
|
8f262e542b
|
feat: ethereum-specific transaction (#13368)
|
2024-12-12 23:33:22 +00:00 |
|
|
|
cfdd740a9b
|
chore: unused dependencies warnings (#13369)
|
2024-12-12 22:06:34 +00:00 |
|
|
|
1535664cd7
|
chore: update holocene fns (#13366)
|
2024-12-12 21:37:28 +01:00 |
|
|
|
124aae19bf
|
chore(builder): remove extra data from basic payload generator (#13353)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-12-12 19:31:06 +00:00 |
|
|
|
e9577729f8
|
fix(builder): desired block gas limit (#13351)
|
2024-12-12 16:29:33 +00:00 |
|
|
|
5ef21cdfec
|
fix(engine): return error on StateRootTask multiproof and root calculation failures (#13356)
|
2024-12-12 15:23:52 +00:00 |
|
|
|
c339811727
|
chore: rm reth-provider dep from payload crate (#13348)
|
2024-12-12 14:44:35 +00:00 |
|
|
|
cdb03ac0b1
|
feat: optimism-specific receipt (#13317)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
|
2024-12-12 13:43:35 +00:00 |
|
|
|
efd090dc9e
|
chore: move secp256 crypto to primitive-traits (#13341)
|
2024-12-12 12:21:22 +00:00 |
|
|
|
3b08b659aa
|
chore: impl evm env provider for noop (#13342)
|
2024-12-12 12:20:42 +00:00 |
|
|
|
2df385a771
|
feat: ethereum-specific receipt (#13295)
|
2024-12-11 17:13:23 +00:00 |
|
|
|
394f973acd
|
chore: improve CompactZstd macro (#13277)
|
2024-12-11 11:58:12 +00:00 |
|
|
|
fa340b5321
|
chore: bump version 1.1.4 (#13291)
|
2024-12-11 11:08:39 +01:00 |
|
|
|
b424ad36dc
|
chore: reduce revm scope in txpool (#13274)
|
2024-12-11 07:35:11 +00:00 |
|
|
|
37f3933db2
|
feat: add NetworkPrimitives to NetworkBuilder (#13169)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
|
2024-12-10 20:56:32 +00:00 |
|
|
|
73f1583455
|
Bump alloy to 0.8.0 (#13268)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-12-10 20:06:21 +00:00 |
|
|
|
36c0142e58
|
chore: release 1.1.3 (#13262)
|
2024-12-10 12:10:47 +01:00 |
|
|
|
da99986ea2
|
feat: relax bounds for EngineApiTreeHandler (#13257)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-12-10 09:06:39 +00:00 |
|
|
|
c9bd64018a
|
chore: use BlockWithParent for StageError (#13198)
|
2024-12-10 00:21:46 +00:00 |
|
|
|
386e4b3ebd
|
feat: extract zstd compressors (#13250)
|
2024-12-09 22:19:50 +00:00 |
|
|
|
eb6080863b
|
feat(rpc): relax VaidationApi and EngineApi (#13241)
|
2024-12-09 21:48:29 +00:00 |
|
|
|
c7c84f2d3f
|
feat: relax bounds for eth_simulateV1 (#13232)
|
2024-12-09 19:08:49 +00:00 |
|
|
|
233f893a93
|
fix: deny advisory RUSTSEC-2024-0421 (#13227)
Signed-off-by: Gregory Edison <gregory.edison1993@gmail.com>
|
2024-12-09 14:14:45 +00:00 |
|
|
|
73785ccf05
|
chore(deps): weekly cargo update (#13216)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
|
2024-12-08 12:27:31 +00:00 |
|
|
|
abaeb35fd1
|
chore: make reth-network-peers risc compatible (#13210)
|
2024-12-07 14:29:42 +01:00 |
|
|
|
cd13bd91cd
|
feat: unify ReceiptWithBloom from Alloy (#13088)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
|
2024-12-06 19:12:44 +00:00 |
|
|
|
55f931d0b9
|
chore: introduce ethereum-primitives crate (#13185)
|
2024-12-06 18:28:27 +00:00 |
|
|
|
cf2a6a1ee8
|
feat: EthApi traits abstraction (#13170)
|
2024-12-06 12:30:50 +00:00 |
|
|
|
b4124dd1b0
|
feat: make RPC cache generic over primitives (#13146)
|
2024-12-05 13:14:51 +00:00 |
|
|
|
804dc99ef4
|
feat: impl compact for alloy txtype (#13152)
|
2024-12-05 12:13:14 +00:00 |
|
|
|
e022b6fd92
|
chore: bump alloy 073 (#13150)
|
2024-12-05 11:51:26 +01:00 |
|
|
|
0016d91ed6
|
feat: install op miner endpoint (#13147)
|
2024-12-05 11:35:09 +01:00 |
|