Commit Graph

254 Commits

Author SHA1 Message Date
aaf73fd679 feat: database metrics (#1870) 2023-03-20 13:50:32 -07:00
72f59d222b feat: sync.execution.mgas_processed_total metric (#1868) 2023-03-20 11:49:16 -07:00
876df20cac feat(cli): drop execution stage (#1854)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-03-20 07:17:00 -07:00
8673e95d0a feat(txpool): replace testing pool with default eth pool (#1857) 2023-03-20 12:53:07 +01:00
0b7205da66 feat: run revm-inspectors via CLI hooks (#1850) 2023-03-19 16:51:09 -07:00
25ac1370fd refactor(sync): header sync mode (#1831) 2023-03-19 06:59:37 -07:00
d774d914ce feat: allow --db before or after subcommand (#1827) 2023-03-18 07:16:34 +01:00
7ac06cd29f feat: use chain specific bootnodes (#1826) 2023-03-17 19:28:00 -04:00
9036f5ea9f style: prefer then_some over if else (#1810) 2023-03-17 14:16:29 +01:00
1a317f20e4 refactor: split consensus crate (#1814) 2023-03-17 13:20:00 +01:00
3a01ad9cd7 fix(cli): create net dir if non existent (#1809) 2023-03-17 13:19:12 +01:00
376bfa2b51 chore: spawn engine api task as critical (#1813) 2023-03-17 04:43:13 -07:00
8f60f7d75a fix(cli): tip number lookup (#1808) 2023-03-17 04:39:08 -07:00
1711d801af feat: continuous download (#1744) 2023-03-16 22:33:11 -04:00
a00df7ffbb feat(cli): separate net dir (#1764) 2023-03-15 13:56:48 +01:00
15d79cedad chore(deps): upgrade secp256k1+enr (#1715) 2023-03-15 11:15:55 +01:00
880759ac57 Add p2p listener port options for reth node (#1753)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-03-14 18:19:15 -07:00
46c96a1466 feat(stages): add table checkpoint to AccountHashing and StorageHashing (#1667)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-03-14 11:25:54 -07:00
237fd5ce6e feat: BlockchainTree (#1212)
Co-authored-by: Dragan Rakita <draganrakita@192.168.1.4>
2023-03-14 11:17:14 -07:00
5b90cbc411 fix(stages): add commit threshold to merkle stage v2 (#1656)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-03-13 21:47:16 -07:00
043098aa70 fix: default to correct ws port in rpc server args (#1739) 2023-03-13 16:12:44 +01:00
a4a80a713e refactor(sync): td stage consensus checks (#1706) 2023-03-12 09:33:24 +01:00
e5a0fc6550 chore(clippy): make clippy happy (#1710) 2023-03-11 16:27:24 +02:00
d164a16be7 chore: rm duplicate TxHashNumber entry (#1685) 2023-03-09 15:41:12 +02:00
9e1c341e16 fix(primitives): write withdrawal hash at genesis (#1654) 2023-03-08 11:30:50 -05:00
161de9aadf feat: persist contract analysis in db (#1640) 2023-03-08 16:25:14 +01:00
21c66621dd feat: ExecutorFactory (#1672) 2023-03-08 16:01:56 +01:00
31f62c11d5 test: add test for display help (#1623) 2023-03-04 13:52:12 -07:00
5dc56cc76f chore: drop tokio rt on separate thread (#1627) 2023-03-03 22:56:35 +01:00
5720ede550 feat: db list paging (#1542) 2023-03-02 15:46:00 +01:00
6501ce2956 chore: expose methods and structs (#1607) 2023-03-02 15:29:00 +01:00
626c076c85 feat(rpc): integrate eth cache and task executor in pipeline (#1596) 2023-03-01 15:46:57 -07:00
2884eae075 perf: bench merkle stage (#1497) 2023-02-28 23:20:00 -07:00
4285186dbd refactor: Execution Stage owns Executor (#1568)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
2023-03-01 00:55:51 +01:00
530a4a059a chore(deps): bump clap (#1574) 2023-02-28 00:55:40 -07:00
7275f8d922 chore: check genesis mismatch in init_genesis (#1560) 2023-02-27 14:08:20 +01:00
2d0699e98a fix: patch clap with fixed clippy warnings (#1573) 2023-02-27 13:56:27 +01:00
17474f309f chore(deps): rm unused deps (#1557) 2023-02-27 00:06:07 -08:00
036e935819 chore: clippy fixes (#1558) 2023-02-25 16:10:44 +01:00
41748e818f feat: Integrate new EvmEnvProvider in RPC (#1550) 2023-02-25 10:53:41 +01:00
9c841c9082 chore: fmt 2023-02-24 17:08:14 -08:00
0ce507b4ad Remove "--path" from reth import (#1553)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-02-24 17:04:41 -08:00
c54db4f757 feat: format table sizes (#1543) 2023-02-24 18:36:49 +01:00
a0c82c55b2 fix(cli): block node command from exiting (#1540) 2023-02-24 05:53:05 -08:00
3589879e45 refactor: use NetworkHandle to access num connected peers (#1541) 2023-02-24 12:13:02 +01:00
6410d02bb8 chore(cli): raise the log level for tip lookup (#1538) 2023-02-24 00:47:17 -08:00
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