Roman Krasiuk
|
a00df7ffbb
|
feat(cli): separate net dir (#1764)
|
2023-03-15 13:56:48 +01:00 |
|
Matthias Seitz
|
15d79cedad
|
chore(deps): upgrade secp256k1+enr (#1715)
|
2023-03-15 11:15:55 +01:00 |
|
Aditya Pandey
|
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 |
|
joshieDo
|
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 |
|
rakita
|
237fd5ce6e
|
feat: BlockchainTree (#1212)
Co-authored-by: Dragan Rakita <draganrakita@192.168.1.4>
|
2023-03-14 11:17:14 -07:00 |
|
joshieDo
|
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 |
|
pistomat
|
043098aa70
|
fix: default to correct ws port in rpc server args (#1739)
|
2023-03-13 16:12:44 +01:00 |
|
Roman Krasiuk
|
a4a80a713e
|
refactor(sync): td stage consensus checks (#1706)
|
2023-03-12 09:33:24 +01:00 |
|
Matthias Seitz
|
e5a0fc6550
|
chore(clippy): make clippy happy (#1710)
|
2023-03-11 16:27:24 +02:00 |
|
Matthias Seitz
|
d164a16be7
|
chore: rm duplicate TxHashNumber entry (#1685)
|
2023-03-09 15:41:12 +02:00 |
|
Dan Cline
|
9e1c341e16
|
fix(primitives): write withdrawal hash at genesis (#1654)
|
2023-03-08 11:30:50 -05:00 |
|
Bjerg
|
161de9aadf
|
feat: persist contract analysis in db (#1640)
|
2023-03-08 16:25:14 +01:00 |
|
rakita
|
21c66621dd
|
feat: ExecutorFactory (#1672)
|
2023-03-08 16:01:56 +01:00 |
|
Matthias Seitz
|
31f62c11d5
|
test: add test for display help (#1623)
|
2023-03-04 13:52:12 -07:00 |
|
Matthias Seitz
|
5dc56cc76f
|
chore: drop tokio rt on separate thread (#1627)
|
2023-03-03 22:56:35 +01:00 |
|
Bjerg
|
5720ede550
|
feat: db list paging (#1542)
|
2023-03-02 15:46:00 +01:00 |
|
Roman Krasiuk
|
6501ce2956
|
chore: expose methods and structs (#1607)
|
2023-03-02 15:29:00 +01:00 |
|
Matthias Seitz
|
626c076c85
|
feat(rpc): integrate eth cache and task executor in pipeline (#1596)
|
2023-03-01 15:46:57 -07:00 |
|
joshieDo
|
2884eae075
|
perf: bench merkle stage (#1497)
|
2023-02-28 23:20:00 -07:00 |
|
Georgios Konstantopoulos
|
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 |
|
Matthias Seitz
|
530a4a059a
|
chore(deps): bump clap (#1574)
|
2023-02-28 00:55:40 -07:00 |
|
Tom French
|
7275f8d922
|
chore: check genesis mismatch in init_genesis (#1560)
|
2023-02-27 14:08:20 +01:00 |
|
Roman Krasiuk
|
2d0699e98a
|
fix: patch clap with fixed clippy warnings (#1573)
|
2023-02-27 13:56:27 +01:00 |
|
Matthias Seitz
|
17474f309f
|
chore(deps): rm unused deps (#1557)
|
2023-02-27 00:06:07 -08:00 |
|
Tom French
|
036e935819
|
chore: clippy fixes (#1558)
|
2023-02-25 16:10:44 +01:00 |
|
Chirag Baghasingh
|
41748e818f
|
feat: Integrate new EvmEnvProvider in RPC (#1550)
|
2023-02-25 10:53:41 +01:00 |
|
Georgios Konstantopoulos
|
9c841c9082
|
chore: fmt
|
2023-02-24 17:08:14 -08:00 |
|
PatStiles
|
0ce507b4ad
|
Remove "--path" from reth import (#1553)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2023-02-24 17:04:41 -08:00 |
|
Bjerg
|
c54db4f757
|
feat: format table sizes (#1543)
|
2023-02-24 18:36:49 +01:00 |
|
Roman Krasiuk
|
a0c82c55b2
|
fix(cli): block node command from exiting (#1540)
|
2023-02-24 05:53:05 -08:00 |
|
Matthias Seitz
|
3589879e45
|
refactor: use NetworkHandle to access num connected peers (#1541)
|
2023-02-24 12:13:02 +01:00 |
|
Roman Krasiuk
|
6410d02bb8
|
chore(cli): raise the log level for tip lookup (#1538)
|
2023-02-24 00:47:17 -08:00 |
|
Roman Krasiuk
|
22d20d568d
|
feat(sync): set max block if debug.tip provided (#1522)
|
2023-02-23 03:05:37 -08:00 |
|
Roman Krasiuk
|
823866ac57
|
feat(rpc): launch auth server (#1506)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2023-02-22 14:39:37 -08:00 |
|
Matthias Seitz
|
eccafd1bed
|
test(cli): add chain args test (#1488)
|
2023-02-22 04:05:16 -08:00 |
|
Matthias Seitz
|
8f4e6f6974
|
chore(deps): bump backon (#1499)
|
2023-02-22 12:53:45 +01:00 |
|
Tirth Patel
|
42b1fc1f5b
|
feat: add --http.corsdomain (#1305)
|
2023-02-21 13:20:23 +01:00 |
|
Matthias Seitz
|
d764260346
|
fix: make it compile again (#1459)
|
2023-02-20 14:08:01 +01:00 |
|
Chen Kai
|
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 |
|
Roman Krasiuk
|
4bdbcf346e
|
feat(cli): enable shanghai ethereum tests (#1416)
|
2023-02-17 16:57:14 +01:00 |
|
Matthias Seitz
|
7c9b212b4a
|
chore: relax Arc requirement for provider (#1429)
|
2023-02-17 14:40:20 +01:00 |
|
Roman Krasiuk
|
4203d7a9b7
|
feat(provider): implement BlockProvider::block (#1426)
|
2023-02-17 03:13:49 -08:00 |
|
Georgios Konstantopoulos
|
fad9c04b07
|
feat: Account Hashing Stage Benchmark (#1301)
Co-authored-by: joshieDo <ranriver@protonmail.com>
|
2023-02-17 15:28:46 +08:00 |
|
Matthias Seitz
|
bb65a7af95
|
fix: actually exit (#1421)
|
2023-02-16 22:52:41 +01:00 |
|
Matthias Seitz
|
188d8469ad
|
chore: disable runtime shutdown for now (#1417)
|
2023-02-16 12:22:19 -08:00 |
|
Matthias Seitz
|
b9c8380830
|
chore: spawn pipeline future to blocking pool (#1418)
|
2023-02-16 12:22:06 -08:00 |
|
Aurélien
|
d2ec304bd3
|
feat: allows to disable dns and discv4 discovery separately (#1406)
|
2023-02-16 10:30:47 -08:00 |
|
Roman Krasiuk
|
9b81b4f20d
|
chore: Header::seal and Header::seal_slow distinction (#1409)
|
2023-02-16 08:55:58 -08:00 |
|
Roman Krasiuk
|
e97753c768
|
feat: withdrawals (#1322)
Co-authored-by: rakita <rakita@users.noreply.github.com>
|
2023-02-16 04:44:05 -08:00 |
|
joshieDo
|
9842f15ee0
|
fix: storage hashing stage gets stuck in a loop on big contracts (#1362)
|
2023-02-15 11:23:30 -08:00 |
|