Commit Graph

358 Commits

Author SHA1 Message Date
22d20d568d feat(sync): set max block if debug.tip provided (#1522) 2023-02-23 03:05:37 -08:00
823866ac57 feat(rpc): launch auth server (#1506)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-02-22 14:39:37 -08:00
eccafd1bed test(cli): add chain args test (#1488) 2023-02-22 04:05:16 -08:00
8f4e6f6974 chore(deps): bump backon (#1499) 2023-02-22 12:53:45 +01:00
42b1fc1f5b feat: add --http.corsdomain (#1305) 2023-02-21 13:20:23 +01:00
d764260346 fix: make it compile again (#1459) 2023-02-20 14:08:01 +01:00
e8453abc78 feat:add server function in RpcServerArgs. (#1402)
Signed-off-by: grapebaba <281165273@qq.com>
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-02-19 16:45:04 -08:00
4bdbcf346e feat(cli): enable shanghai ethereum tests (#1416) 2023-02-17 16:57:14 +01:00
7c9b212b4a chore: relax Arc requirement for provider (#1429) 2023-02-17 14:40:20 +01:00
4203d7a9b7 feat(provider): implement BlockProvider::block (#1426) 2023-02-17 03:13:49 -08:00
fad9c04b07 feat: Account Hashing Stage Benchmark (#1301)
Co-authored-by: joshieDo <ranriver@protonmail.com>
2023-02-17 15:28:46 +08:00
bb65a7af95 fix: actually exit (#1421) 2023-02-16 22:52:41 +01:00
188d8469ad chore: disable runtime shutdown for now (#1417) 2023-02-16 12:22:19 -08:00
b9c8380830 chore: spawn pipeline future to blocking pool (#1418) 2023-02-16 12:22:06 -08:00
d2ec304bd3 feat: allows to disable dns and discv4 discovery separately (#1406) 2023-02-16 10:30:47 -08:00
9b81b4f20d chore: Header::seal and Header::seal_slow distinction (#1409) 2023-02-16 08:55:58 -08:00
e97753c768 feat: withdrawals (#1322)
Co-authored-by: rakita <rakita@users.noreply.github.com>
2023-02-16 04:44:05 -08:00
9842f15ee0 fix: storage hashing stage gets stuck in a loop on big contracts (#1362) 2023-02-15 11:23:30 -08:00
c415221876 chore(rpc): rename RpcModuleConfig --> RpcModuleSelection (#1376) 2023-02-15 12:53:42 -05:00
32a1966ebf feat: tell user that we are shutting down (#1360) 2023-02-14 19:59:28 -08:00
f995e66c96 chore: integrate Boxed TaskSpawner (#1356) 2023-02-14 21:44:22 +01:00
313bf28501 feat: add reth dump-stage command (#1328) 2023-02-14 09:23:33 -08:00
6e89af9e8e fix(net): handle closed channel in Spawned downloader (#1346) 2023-02-14 18:21:14 +01:00
d216081b58 feat: add Finish stage (#1279) 2023-02-14 17:10:50 +01:00
cd1afccf52 revert: "Revert "cli: integrate TaskExecutor" (#1329)" (#1336) 2023-02-14 15:50:19 +01:00
091fbf6f8f chore: only log chain id and genesis (#1341) 2023-02-14 15:49:29 +01:00
48d121dc54 Revert "cli: integrate TaskExecutor" (#1329) 2023-02-13 19:28:19 -08:00
49292091dd Revert "feat: add reth dump-stage command" (#1327) 2023-02-13 19:10:58 -08:00
b3ff45229a feat: add reth dump-stage command (#1265) 2023-02-13 19:07:43 -08:00
5997103078 cli: integrate TaskExecutor (#1314) 2023-02-13 14:24:18 -08:00
f35eba6d44 feat(cli): integrate task manager and ctrl-c handling (#1292) 2023-02-11 13:09:06 -08:00
df6ff63806 feat: JWT secret lifecycle (#1209)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-02-10 21:50:59 -08:00
3d0864bbb9 chore: move Transaction container to reth_provider (#1238)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-02-10 21:25:26 -08:00
b23bd7c609 refactor: move structs to args mod (#1250)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-02-10 21:21:14 -08:00
ea5633b3c3 feat: changed walk(), walk_dup() definitions and impls to accept Option<T::(sub)Key> #1197 (#1283)
Co-authored-by: Estéfano Bargas <estefano.bargas@fing.edu.uy>
Co-authored-by: lambdaclass-user <github@lambdaclass.com>
2023-02-10 21:10:31 -08:00
b82eac4b00 Unify builder argument order (#1276) 2023-02-10 16:58:05 -05:00
b731bb9bb3 refactor: make SharableDatabase more relax (#1274) 2023-02-10 15:46:54 +01:00
780419fb0b chore: make clippy happy (#1261) 2023-02-09 17:45:28 -05:00
eb2f5e4ea0 refactor/perf: use rayon spawn for recovery jobs (#1226) 2023-02-09 14:21:33 -08:00
7e68373f2d perf(stages): Adds benchmark to TransactionLookupStage (#1130)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
2023-02-09 13:10:12 -08:00
440718288d feat: add reth init and reth import (#877)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2023-02-09 15:08:10 -05:00
19b4beb72c fix: remove ctrl handling (#1252) 2023-02-09 19:04:13 +01:00
9470943bab Integrate RPC in CLI (#1227)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-02-09 11:31:48 +01:00
4df228a87e feat(cli): add persistent peers (#1167)
Co-authored-by: lambdaclass-user <github@lambdaclass.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-02-08 19:36:06 +01:00
314ea0883b feat(cli): integrate rpc server (#1213) 2023-02-07 15:53:39 -08:00
02a6aec3fb feat: support time-based forking (#1128) 2023-02-06 12:55:41 -08:00
ba70b3b7ef fix(cli): make max_block optional (#1176) 2023-02-04 20:32:45 -08:00
e46d0401a2 feat(cli): allow running pipeline up to --debug.max-block (#1175) 2023-02-04 19:21:58 -08:00
ac164a605a fix: use correct config for sender recovery stage (#1170) 2023-02-04 12:48:18 -08:00
e048718ea2 refactor: pull out rpc/ from net/rpc (#1147) 2023-02-02 14:17:26 -08:00