Commit Graph

267 Commits

Author SHA1 Message Date
Dan Cline
ccdaa74e41 fix: drive pipeline forever in debug.continuous (#2375)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2023-04-25 10:39:51 -07:00
Roman Krasiuk
3834dfdea8 style: channel names for consensus engine result (#2388) 2023-04-25 12:58:14 +02:00
Roman Krasiuk
21569180e1 feat(cli): drop history stages (#2369) 2023-04-24 14:31:24 -07:00
joshieDo
dbb0a35708 perf(trie): reuse buf for rlp encoding on HashBuilder (#2374) 2023-04-24 14:31:09 -07:00
Matthias Seitz
20e842b5b7 feat: add BlockchainProvider type (#2294) 2023-04-24 14:54:09 +02:00
chirag-bgh
783d033384 feat: Generate constants for runtime version and OS (#2277) 2023-04-21 11:24:39 -04:00
Roman Krasiuk
ec418d924d feat(trie): read-only root calculation (#2233) 2023-04-21 02:36:48 -07:00
Bjerg
68d8506d8e feat: block level indexing (#2275)
Co-authored-by: rakita <dragan0rakita@gmail.com>
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-04-20 15:03:48 -04:00
Roman Krasiuk
855a7d5541 feat(cli): merkle debug cmd (#2314) 2023-04-20 10:10:04 -07:00
Matthias Seitz
a22f988097 chore: move StageEnum to separate module (#2287) 2023-04-19 09:27:51 +02:00
Matthias Seitz
2f6183614f chore: run commands as blocking task (#2286) 2023-04-18 01:06:49 +02:00
Matthias Seitz
db1e6cbeea chore: rename executor -> blockchain-tree (#2285) 2023-04-17 16:32:18 +02:00
Matthias Seitz
a0bfb654cd test: add basic auth server tests (#2278) 2023-04-16 21:43:08 -04:00
Matthias Seitz
f1fc9ecafb chore(rpc): rpc and auth server cleanup (#2272) 2023-04-16 16:49:39 -04:00
Matthias Seitz
e27ed92d1e fix(cli): event reporting (#2273) 2023-04-16 18:56:12 +02:00
Matthias Seitz
d1162dbbb7 refactor: add beacon engine handle (#2266) 2023-04-16 18:22:07 +02:00
Roman Krasiuk
8b4a73d6a3 feat(cli): disable persistent logs (#2263) 2023-04-15 23:16:37 -04:00
Roman Krasiuk
3a75181ae1 chore(cli): update drop merkle (#2264) 2023-04-15 04:13:11 -07:00
Matthias Seitz
08eae76bec refactor: simplify engine Api (#2240) 2023-04-14 09:59:18 -07:00
Peter Davies
4ad33a9830 fix: remove inaccurate warning about engine API being unsupported (#2248) 2023-04-14 11:25:22 -04:00
Matthias Seitz
0b9621cfaa feat: integrate payload service (#2228) 2023-04-13 21:25:27 +02:00
Matthias Seitz
35d774dcf0 fix: add MaybePlatformPath (#2231) 2023-04-13 13:24:55 -04:00
joshieDo
019ddd1edc perf(db): reduce different repeated allocations (#2103) 2023-04-13 11:33:53 -04:00
Dan Cline
1acff8bb45 fix: use chain specific net dir for known peers (#2218) 2023-04-13 11:08:09 +02:00
Matthias Seitz
703f0fdf89 chore: rename miner to payload builder (#2217) 2023-04-12 18:04:32 -04:00
Matthias Seitz
cf93d642f6 style: use .join for joining paths (#2210) 2023-04-12 07:01:08 -07:00
Christoph Kieslich
c9eeb181a5 feat: append chain network to db directory (#1846) 2023-04-11 21:00:49 -07:00
Aditya Pandey
ccf540ea8d Adding miner args for cli (#2163) 2023-04-11 13:57:21 +02:00
georgewhewell
d0da2a3e92 feat: add reth config cmd to dump default reth.toml (#2167) 2023-04-10 18:09:23 +02:00
rakita
087d0a6317 feat: CanonStateNotification for commit and reorg (#2156) 2023-04-10 13:11:15 +02:00
Ryan Orendorff
eca6dd01ae feat: add secret-key command line option (#1946) 2023-04-07 19:48:21 -07:00
Dan Cline
1bf5c7dce3 feat: integrate payload store in BeaconEngine (#2146) 2023-04-07 16:45:44 -04:00
Roman Krasiuk
56db369c0c chore(cli): remove mouse capturing (#2147) 2023-04-07 03:38:50 -07:00
Matthias Seitz
77a41e5edf feat: emit new block events in --auto-mine (#2079)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2023-04-05 14:16:03 +02:00
rakita
633d84ded0 feat: Refactor TransitionId tables, BlockBodyIndices table. (#2039) 2023-04-05 13:10:18 +02:00
Roman Krasiuk
e2a1df10d1 fix(cli): read existing jwt instead of recreating (#2096) 2023-04-03 12:30:04 -07:00
Roman Krasiuk
4cc808f8b2 fix(cli): display proper config path (#2094) 2023-04-03 10:49:04 -07:00
Bjerg
e4a428e29b refactor: move executors to revm crate (#2076) 2023-04-03 17:01:36 +02:00
Matthias Seitz
ee81e4f035 fix: unix only sigterm (#2073) 2023-04-01 14:44:56 +02:00
Matthias Seitz
12e67e4b48 chore: rm redundant pin_mut (#2072) 2023-04-01 09:17:27 +02:00
Dan Cline
fa62514bf5 fix: support graceful shutdown with SIGTERM (#2070) 2023-04-01 08:29:47 +02:00
Matthias Seitz
7576ee33f0 feat: Add autoseal consensus and downloaders (#1880)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2023-03-31 11:51:52 -07:00
Roman Krasiuk
e72b2864b2 feat(cli): add hashing stages to drop-stage (#2051) 2023-03-31 10:14:37 -07:00
jawilk
6f0064f687 chore(rpc): improve rpc server launch error diagnostic (#1979) 2023-03-31 15:38:40 +02:00
Matthias Seitz
78470f7bf7 chore: replace test chain subs with blockchaintree (#2036) 2023-03-30 16:07:59 +02:00
rakita
efbaf6474c feat(BlockchainTree): ShareableBlockchainTree and pending state (#2007) 2023-03-29 20:59:24 +02:00
Matthias Seitz
47b9738ede chore: fix some typos (#2025) 2023-03-29 14:49:50 +02:00
Matthias Seitz
7e481b77ae chore: include config path in error message (#2023) 2023-03-29 05:40:28 -07:00
Matthias Seitz
7263c9a644 chore: use downloader and client traits where possible (#1992) 2023-03-27 19:45:17 +02:00
Aditya Pandey
889fa89d5e Fixing parse socket address function (#1990)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-03-27 14:01:45 +02:00