|
|
329634256a
|
chore: move generators module (#8429)
|
2024-05-28 18:04:46 +02:00 |
|
|
|
911a3a4a92
|
chore: replace reth-provider dep in reth-evm (#8430)
|
2024-05-28 15:28:50 +00:00 |
|
|
|
9874a1b34e
|
chore: move Chain type (#8433)
|
2024-05-28 15:27:44 +00:00 |
|
|
|
b4a1b733c9
|
feat: implement EIP-7685 (#8424)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-05-28 14:06:28 +00:00 |
|
|
|
f6e1c7f76e
|
chore: remove reth-interfaces from static file (#8428)
|
2024-05-28 13:43:37 +00:00 |
|
|
|
c16fb4e49a
|
feat: extract storage traits to storage-api (#8427)
|
2024-05-28 13:25:31 +00:00 |
|
|
|
14f0356330
|
chore: extract bundle state type (#8425)
|
2024-05-28 12:39:51 +00:00 |
|
|
|
d5bdb8ecde
|
feat: sidecar fetcher (#7443)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-05-28 10:25:51 +00:00 |
|
|
|
21b23862fd
|
chore: rm reth-interfaces from reth-trie (#8419)
|
2024-05-27 17:55:11 +00:00 |
|
|
|
749d68b5e4
|
chore: move EvmEnvProvider (#8420)
|
2024-05-27 17:47:09 +00:00 |
|
|
|
e54398308b
|
chore: rm NetworkError variant from RethError (#8413)
|
2024-05-27 13:42:55 +00:00 |
|
|
|
2e47e9fb0d
|
feat: add udp packet ratelimiting (#8406)
Co-authored-by: Federico Gimenez <fgimenez@users.noreply.github.com>
|
2024-05-27 12:27:34 +00:00 |
|
|
|
4dd2ad99f6
|
chore: extract blockchaintree types to blockchain-tree-api crate (#8393)
|
2024-05-27 10:22:13 +00:00 |
|
|
|
2d33c17bc0
|
chore(deps): weekly cargo update (#8401)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
|
2024-05-26 08:23:52 +00:00 |
|
|
|
72f2f1b850
|
chore: rm unused functions (#8396)
|
2024-05-25 14:58:14 +02:00 |
|
|
|
a6cfa2c089
|
chore: remove rpc-layer dep (#8395)
|
2024-05-25 14:36:01 +02:00 |
|
|
|
df83befcff
|
chore: replace reth-interface usage (#8394)
|
2024-05-25 13:34:28 +02:00 |
|
|
|
7dd787707c
|
refactor: extract init from node-core (#8373)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-05-25 10:20:04 +00:00 |
|
|
|
0056f2f097
|
chore(deps): use error imports directly (#8388)
|
2024-05-25 10:01:29 +00:00 |
|
|
|
a8e5eb6186
|
feat: implement clientVersionV1 in engine API (#8016)
|
2024-05-24 17:38:06 +00:00 |
|
|
|
789260416d
|
chore: simplify tree result types (#8390)
|
2024-05-24 14:41:01 +00:00 |
|
|
|
4ee75d57ad
|
chore: move sync to p2p crate (#8389)
|
2024-05-24 12:14:23 +00:00 |
|
|
|
e0a93193f0
|
chore(deps): rm reth-interfaces dep from reth-revm (#8387)
|
2024-05-24 11:17:12 +00:00 |
|
|
|
9f61d1856f
|
chore: extract block execution errors (#8386)
|
2024-05-24 10:11:08 +00:00 |
|
|
|
76d7f4e1b9
|
chore: import codecs directly (#8385)
|
2024-05-24 09:41:48 +00:00 |
|
|
|
05fddd3454
|
chore: replace interfaces dep with storage-errors (#8384)
|
2024-05-24 09:41:39 +00:00 |
|
|
|
df7c9ee310
|
chore: extract p2p types from interfaces (#8382)
|
2024-05-24 08:34:09 +00:00 |
|
|
|
d7172b6605
|
chore(deps): shrink some deps (#8376)
|
2024-05-23 21:05:00 +00:00 |
|
|
|
1287bbcac7
|
chore: extract provider types (#8372)
|
2024-05-23 19:24:23 +00:00 |
|
|
|
a4933e72a3
|
chore: remove peer types dep (#8368)
|
2024-05-23 14:02:28 +00:00 |
|
|
|
c73af6298e
|
chore: remove network setup from config (#8364)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
|
2024-05-23 12:59:06 +00:00 |
|
|
|
f447db1eee
|
feat: add static-file-types (#8361)
|
2024-05-23 13:39:11 +02:00 |
|
|
|
7653e81d6f
|
perf(primitives): avoid cloning receipts when calculating the root (#8350)
|
2024-05-22 19:00:06 +00:00 |
|
|
|
d0386b8166
|
feat: use broadcast channel for event listeners (#8193)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
|
2024-05-22 17:36:51 +00:00 |
|
|
|
f45ca74772
|
refactor(consensus, evm): move post-execution validation to consensus (#8321)
|
2024-05-22 17:20:14 +00:00 |
|
|
|
ea2c31375b
|
dep: bump alloy-trie to 0.4.1 (#8344)
|
2024-05-22 14:34:32 +00:00 |
|
|
|
cd039d362b
|
feat: bsc p2p network (#8061)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-05-22 11:37:11 +00:00 |
|
|
|
de79f2657c
|
chore: integrate discv5 config builder in networkconfig builder (#7856)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
|
2024-05-20 07:49:03 +00:00 |
|
|
|
db9c559247
|
refactor: Replace JwtSecret with alloy's version of it (#8299)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-05-19 12:36:24 +00:00 |
|
|
|
3daec1d9b9
|
feat: remove relay types (#8314)
|
2024-05-19 14:31:56 +02:00 |
|
|
|
4b2d5eb83b
|
chore: bump alloy (#8312)
|
2024-05-19 11:20:24 +00:00 |
|
|
|
e45496a2a4
|
chore(deps): weekly cargo update (#8311)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
|
2024-05-19 08:58:27 +00:00 |
|
|
|
9441d984ae
|
Move reth-primitives::fs module to fs-utils crate (#8286)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-05-17 08:31:31 +00:00 |
|
|
|
31b6bdd13c
|
wip: lru changes (#7484)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
|
2024-05-17 01:31:47 +00:00 |
|
|
|
d1f38f1661
|
feat: proof verification (#8220)
|
2024-05-14 15:27:33 +00:00 |
|
|
|
aed78a6e4d
|
chore: bump alloy dd7a999 (#8215)
|
2024-05-13 01:01:15 -07:00 |
|
|
|
c2a05f07d3
|
chore: bump revm to latest with placeholders for EOF (#7765)
|
2024-05-12 06:12:24 -07:00 |
|
|
|
3efab64218
|
refactor(ethereum, primitives, evm): use Alloy EIP-4788 constants (#8208)
|
2024-05-12 12:43:15 +00:00 |
|
|
|
8288207cdc
|
chore(deps): weekly cargo update (#8205)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
|
2024-05-12 11:12:25 +00:00 |
|
|
|
e20cb91827
|
Extract layers module from rpc crate (#8163)
Co-authored-by: Emilia Hane <emiliaha95@gmail.com>
|
2024-05-11 13:41:41 +00:00 |
|