|
|
5e09a686db
|
feat: add more rpc server cli args (#2638)
|
2023-05-11 12:51:32 -04:00 |
|
|
|
7d3016f0f2
|
feat: use BlockHashOrNum in providers (#2627)
|
2023-05-10 22:03:16 +02:00 |
|
|
|
0850bfaf0a
|
fix: make stats args global (#2610)
|
2023-05-08 15:08:48 -07:00 |
|
|
|
38d9bca8f1
|
chore: add traces for jwt file (#2609)
|
2023-05-08 17:53:39 -04:00 |
|
|
|
604c967a6e
|
chore: add rpc module logs (#2608)
|
2023-05-08 17:49:35 -04:00 |
|
|
|
bc5e150903
|
chore: fix broken test from #2575
Thx @leovct: https://github.com/paradigmxyz/reth/pull/2575#issuecomment-1536726997
|
2023-05-05 19:07:50 -07:00 |
|
|
|
78d6fd27fa
|
chore(cli): remove --db options from cli commands (#2575)
|
2023-05-05 13:09:44 -07:00 |
|
|
|
a5b9737a4f
|
perf: use jemalloc + switch to lto/low codegen units (#2567)
|
2023-05-05 10:40:52 -07:00 |
|
|
|
09f1a5b640
|
feat(execution): state change size based commits (#2494)
|
2023-05-05 09:57:16 -07:00 |
|
|
|
3dd27782e1
|
refactor: give Pipeline a database (#2558)
|
2023-05-04 12:27:53 -07:00 |
|
|
|
e53a767f3e
|
chore(cli): add details to --nat help message (#2562)
|
2023-05-04 12:25:40 -07:00 |
|
|
|
c7dac46cc5
|
chore(cli): add possible valus to ws,http api (#2564)
|
2023-05-04 12:23:42 -07:00 |
|
|
|
91d4c890de
|
fix: respect --p2p-secret-key argument (#2552)
|
2023-05-04 19:54:01 +02:00 |
|
|
|
7914d1cf76
|
feat: A basic json dump extension to reth db list. (#2232)
Co-authored-by: andy-thomason <andy@atomicinrement.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-05-04 15:55:08 +02:00 |
|
|
|
10b97b29af
|
chore: downgrade error and warn traces to debug (#2541)
|
2023-05-03 15:53:05 +02:00 |
|
|
|
90fa586ced
|
refactor: remove SyncstateUpdater generics and use boxed instead (#2534)
|
2023-05-03 04:57:28 -07:00 |
|
|
|
4609811045
|
fix: drop tokio runtime on separate thread (#2531)
|
2023-05-03 11:09:21 +02:00 |
|
|
|
ec7a10b57e
|
fix(cli): compute clean root till done (#2525)
|
2023-05-02 12:26:34 -07:00 |
|
|
|
ecc7ae9bb1
|
feat: use chain-specific data dirs (#2495)
|
2023-05-02 12:23:44 -07:00 |
|
|
|
159a856373
|
fix: sync to max block (#2527)
|
2023-05-02 20:51:53 +02:00 |
|
|
|
7f764028d2
|
feat(cli): consensus engine events (#2473)
|
2023-05-01 17:46:03 +02:00 |
|
|
|
e1446ae49b
|
refactor: roll custom canon state notification stream (#2486)
|
2023-05-01 16:43:54 +02:00 |
|
|
|
a40f3d775c
|
chore(deps): bump enr + secp256k1 (#2443)
|
2023-04-28 11:05:00 -07:00 |
|
|
|
9b5a84acc8
|
feat: initialize txpool maintenance (#2429)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2023-04-27 15:53:55 +02:00 |
|
|
|
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 |
|
|
|
3834dfdea8
|
style: channel names for consensus engine result (#2388)
|
2023-04-25 12:58:14 +02:00 |
|
|
|
21569180e1
|
feat(cli): drop history stages (#2369)
|
2023-04-24 14:31:24 -07:00 |
|
|
|
dbb0a35708
|
perf(trie): reuse buf for rlp encoding on HashBuilder (#2374)
|
2023-04-24 14:31:09 -07:00 |
|
|
|
20e842b5b7
|
feat: add BlockchainProvider type (#2294)
|
2023-04-24 14:54:09 +02:00 |
|
|
|
783d033384
|
feat: Generate constants for runtime version and OS (#2277)
|
2023-04-21 11:24:39 -04:00 |
|
|
|
ec418d924d
|
feat(trie): read-only root calculation (#2233)
|
2023-04-21 02:36:48 -07:00 |
|
|
|
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 |
|
|
|
855a7d5541
|
feat(cli): merkle debug cmd (#2314)
|
2023-04-20 10:10:04 -07:00 |
|
|
|
a22f988097
|
chore: move StageEnum to separate module (#2287)
|
2023-04-19 09:27:51 +02:00 |
|
|
|
2f6183614f
|
chore: run commands as blocking task (#2286)
|
2023-04-18 01:06:49 +02:00 |
|
|
|
db1e6cbeea
|
chore: rename executor -> blockchain-tree (#2285)
|
2023-04-17 16:32:18 +02:00 |
|
|
|
a0bfb654cd
|
test: add basic auth server tests (#2278)
|
2023-04-16 21:43:08 -04:00 |
|
|
|
f1fc9ecafb
|
chore(rpc): rpc and auth server cleanup (#2272)
|
2023-04-16 16:49:39 -04:00 |
|
|
|
e27ed92d1e
|
fix(cli): event reporting (#2273)
|
2023-04-16 18:56:12 +02:00 |
|
|
|
d1162dbbb7
|
refactor: add beacon engine handle (#2266)
|
2023-04-16 18:22:07 +02:00 |
|
|
|
8b4a73d6a3
|
feat(cli): disable persistent logs (#2263)
|
2023-04-15 23:16:37 -04:00 |
|
|
|
3a75181ae1
|
chore(cli): update drop merkle (#2264)
|
2023-04-15 04:13:11 -07:00 |
|
|
|
08eae76bec
|
refactor: simplify engine Api (#2240)
|
2023-04-14 09:59:18 -07:00 |
|
|
|
4ad33a9830
|
fix: remove inaccurate warning about engine API being unsupported (#2248)
|
2023-04-14 11:25:22 -04:00 |
|
|
|
0b9621cfaa
|
feat: integrate payload service (#2228)
|
2023-04-13 21:25:27 +02:00 |
|
|
|
35d774dcf0
|
fix: add MaybePlatformPath (#2231)
|
2023-04-13 13:24:55 -04:00 |
|
|
|
019ddd1edc
|
perf(db): reduce different repeated allocations (#2103)
|
2023-04-13 11:33:53 -04:00 |
|
|
|
1acff8bb45
|
fix: use chain specific net dir for known peers (#2218)
|
2023-04-13 11:08:09 +02:00 |
|
|
|
703f0fdf89
|
chore: rename miner to payload builder (#2217)
|
2023-04-12 18:04:32 -04:00 |
|
|
|
cf93d642f6
|
style: use .join for joining paths (#2210)
|
2023-04-12 07:01:08 -07:00 |
|