|
|
4cc808f8b2
|
fix(cli): display proper config path (#2094)
|
2023-04-03 10:49:04 -07:00 |
|
|
|
e4a428e29b
|
refactor: move executors to revm crate (#2076)
|
2023-04-03 17:01:36 +02:00 |
|
|
|
ee81e4f035
|
fix: unix only sigterm (#2073)
|
2023-04-01 14:44:56 +02:00 |
|
|
|
12e67e4b48
|
chore: rm redundant pin_mut (#2072)
|
2023-04-01 09:17:27 +02:00 |
|
|
|
fa62514bf5
|
fix: support graceful shutdown with SIGTERM (#2070)
|
2023-04-01 08:29:47 +02:00 |
|
|
|
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 |
|
|
|
e72b2864b2
|
feat(cli): add hashing stages to drop-stage (#2051)
|
2023-03-31 10:14:37 -07:00 |
|
|
|
6f0064f687
|
chore(rpc): improve rpc server launch error diagnostic (#1979)
|
2023-03-31 15:38:40 +02:00 |
|
|
|
78470f7bf7
|
chore: replace test chain subs with blockchaintree (#2036)
|
2023-03-30 16:07:59 +02:00 |
|
|
|
efbaf6474c
|
feat(BlockchainTree): ShareableBlockchainTree and pending state (#2007)
|
2023-03-29 20:59:24 +02:00 |
|
|
|
47b9738ede
|
chore: fix some typos (#2025)
|
2023-03-29 14:49:50 +02:00 |
|
|
|
7e481b77ae
|
chore: include config path in error message (#2023)
|
2023-03-29 05:40:28 -07:00 |
|
|
|
7263c9a644
|
chore: use downloader and client traits where possible (#1992)
|
2023-03-27 19:45:17 +02:00 |
|
|
|
889fa89d5e
|
Fixing parse socket address function (#1990)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-03-27 14:01:45 +02:00 |
|
|
|
d0a70e179b
|
chore(cli): bundle debug.* arguments in DebugArgs (#1968)
|
2023-03-24 14:14:35 +01:00 |
|
|
|
c4bc65aa5d
|
feat(consensus): spawn pipeline (#1965)
|
2023-03-24 05:49:01 -07:00 |
|
|
|
c5f197dd95
|
feat: full peer id as a debug statement (#1943)
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
|
2023-03-23 21:47:33 -07:00 |
|
|
|
a116d1cf97
|
chore: add the rest of the tables to db list (#1957)
|
2023-03-23 21:44:40 -07:00 |
|
|
|
cec0102b59
|
fix: also clear merkle stage block progress (#1955)
|
2023-03-23 18:23:25 -07:00 |
|
|
|
1ce021f250
|
feat: reth drop-stage merkle (#1941)
|
2023-03-23 14:12:50 -07:00 |
|
|
|
ce40bea46e
|
feat(sync): beacon consensus engine (#1845)
|
2023-03-23 11:18:19 -07:00 |
|
|
|
84af91737d
|
feat(rpc): integrate eth filter and eth pubsub (#1930)
|
2023-03-23 18:37:53 +01:00 |
|
|
|
d91102eec2
|
fix(cli): configure ws correctly (#1927)
|
2023-03-23 05:52:29 -07:00 |
|
|
|
c4531feea5
|
feat(rpc): add ws allowed origins (#1924)
|
2023-03-23 05:48:37 -07:00 |
|
|
|
076fd54225
|
feat(cli): add missing --port argument (#1917)
|
2023-03-22 20:06:12 +01:00 |
|
|
|
a7ce69d58f
|
fix: spawn transaction pool (#1901)
|
2023-03-22 11:22:20 +01:00 |
|
|
|
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 |
|