Matthias Seitz
|
a6cfa2c089
|
chore: remove rpc-layer dep (#8395)
|
2024-05-25 14:36:01 +02:00 |
|
Matthias Seitz
|
c73af6298e
|
chore: remove network setup from config (#8364)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
|
2024-05-23 12:59:06 +00:00 |
|
Matthias Seitz
|
4250c33da1
|
chore: clippy happy (#8362)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
|
2024-05-23 13:24:20 +02:00 |
|
Alexey Shekhirin
|
f45ca74772
|
refactor(consensus, evm): move post-execution validation to consensus (#8321)
|
2024-05-22 17:20:14 +00:00 |
|
Emilia Hane
|
23738e6db5
|
fix(cli): tx fetcher args help (#8297)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
|
2024-05-21 09:21:50 +00:00 |
|
Matthias Seitz
|
de79f2657c
|
chore: integrate discv5 config builder in networkconfig builder (#7856)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
|
2024-05-20 07:49:03 +00:00 |
|
Quentin V
|
db9c559247
|
refactor: Replace JwtSecret with alloy's version of it (#8299)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-05-19 12:36:24 +00:00 |
|
Emilia Hane
|
3541edf862
|
fix(op): reorder supported chain (#8310)
|
2024-05-19 08:39:19 +00:00 |
|
Serge Radinovich
|
9441d984ae
|
Move reth-primitives::fs module to fs-utils crate (#8286)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-05-17 08:31:31 +00:00 |
|
Delweng
|
19e5fcb003
|
docs(network): update command instruction for the --trusted-only (#8246)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-05-14 12:41:32 +00:00 |
|
Rupam Dey
|
e20cb91827
|
Extract layers module from rpc crate (#8163)
Co-authored-by: Emilia Hane <emiliaha95@gmail.com>
|
2024-05-11 13:41:41 +00:00 |
|
guha-rahul
|
5b4e10cbdc
|
Add helpful text for tx pool flags in reth --help (#8134)
|
2024-05-07 10:26:59 +00:00 |
|
Emilia Hane
|
16f85c4339
|
fix(discv5): decouple rlpx & discv5 ipmode (#8080)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-05-06 17:36:08 +00:00 |
|
Hai | RISE
|
7fd091536f
|
fix(rpc_server): remember to set ipc config for auth server (#8120)
Co-authored-by: dzung <dzung@caliber.build>
|
2024-05-06 12:40:55 +00:00 |
|
Emilia Hane
|
f20e4cbad8
|
debt(discv5): discv5 integration into network (#8065)
|
2024-05-03 12:38:26 +00:00 |
|
Matthias Seitz
|
90f3161256
|
chore: remove InspectorStack (#8073)
|
2024-05-03 12:15:04 +00:00 |
|
Roman Krasiuk
|
5378dd79e2
|
feat: new payload skipper (#8050)
|
2024-05-02 17:01:32 +00:00 |
|
Emilia Hane
|
7428573d7c
|
feat(discv5): bootstrap cli (#8004)
|
2024-05-02 11:16:22 +00:00 |
|
Håvard Anda Estensen
|
fb960fb3e4
|
refactor: remove _args prefix from modules in node_core (#8015)
|
2024-05-01 08:20:53 +00:00 |
|
Abner Zheng
|
b6b2cf816e
|
Add windows Ipc Client implementation (#7187)
|
2024-04-26 13:34:34 +00:00 |
|
Matthias Seitz
|
663a7185e6
|
chore: more LaunchContext helpers (#7894)
|
2024-04-25 18:18:46 +00:00 |
|
Delweng
|
7a593882e1
|
chore(github): use codespell to inspect and correct spelling issues (#7775)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-04-23 21:32:59 +00:00 |
|
Abner Zheng
|
ee1c811c43
|
feat: integrate RpcMiddleware in IPC (#7790)
|
2024-04-23 15:08:32 +00:00 |
|
Delweng
|
672e4c512c
|
chore(bin/stage): add explicit doc of the use of to-block and hashing stage (#7805)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
|
2024-04-23 12:26:57 +00:00 |
|
Delweng
|
3224837523
|
fix(args/txpool): duplicate arg of txpool.max-account-slots (#7806)
Signed-off-by: jsvisa <delweng@gmail.com>
|
2024-04-23 11:18:32 +00:00 |
|
Matthias Seitz
|
4f7f690ac1
|
fix: enable --dev for op-reth (#7755)
|
2024-04-19 16:34:07 +00:00 |
|
Roman Krasiuk
|
b846f47fdf
|
feat: --debug.skip-fcu (#7709)
|
2024-04-18 06:26:19 +00:00 |
|
joshieDo
|
db4a4a34e4
|
fix: add discv5 config to p2p cmd (#7662)
|
2024-04-17 14:46:36 +00:00 |
|
Delweng
|
8fc124f2e3
|
chore(node): unify the format of command args (#7656)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
|
2024-04-16 19:37:55 +00:00 |
|
Matthias Seitz
|
fb3f6f1559
|
chore: flatten node-api dep (#7682)
|
2024-04-16 16:20:42 +00:00 |
|
Emilia Hane
|
9c5aea8c81
|
feat(op): import below bedrock blocks (#7555)
Co-authored-by: Atris <vacekj@outlook.com>
|
2024-04-12 11:57:06 +00:00 |
|
Nil Medvedev
|
dd83c9c4f8
|
Feat: support for engine api over ipc (#7428)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-04-10 20:31:53 +00:00 |
|
Matthias Seitz
|
67cfb06fbb
|
chore(deps): migrate to jsonrpsee 0.22 (#5894)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
|
2024-04-05 16:02:05 +00:00 |
|
Matthias Seitz
|
67558db6f3
|
feat: change evm trait bound (#7463)
|
2024-04-04 16:35:28 +00:00 |
|
Emilia Hane
|
3cafd586cf
|
feat(discv5): config via cli (#7394)
|
2024-04-03 12:27:46 +00:00 |
|
Russel Waters
|
d022b5be38
|
feat: --db.exclusive flag for nfs volumes (#7346)
|
2024-03-28 17:50:55 +00:00 |
|
Matthias Seitz
|
a31202670b
|
chore: apply some style suggestions (#7307)
|
2024-03-24 22:52:33 +00:00 |
|
Justin Traglia
|
52668c6de4
|
fix: do not rlp encode extradata (#7256)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-03-20 18:26:13 +00:00 |
|
int88
|
170306d3bd
|
support IPv6 for NetworkArgs.addr and DiscoveryArgs.addr (#7210)
|
2024-03-19 14:28:30 +00:00 |
|
Justin Traglia
|
3861bc05fa
|
Enable clippy's derive_partial_eq_without_eq linter (#7203)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-03-18 22:33:53 +00:00 |
|
Matthias Seitz
|
804c54a3e7
|
feat: autoscale session event capacity (#7149)
|
2024-03-18 22:07:18 +00:00 |
|
Justin Traglia
|
80c5fcbd36
|
Enable clippy's empty_line_after_outer_attr linter (#7200)
|
2024-03-18 21:59:03 +00:00 |
|
int88
|
7c03881cf8
|
bugfix: setup discovery addr appropriately (#7182)
|
2024-03-18 10:35:49 +00:00 |
|
Matthias Seitz
|
b66b8e9c1e
|
chore: remove unused deps (#7151)
|
2024-03-15 11:22:29 +00:00 |
|
clabby
|
520d63580b
|
feat(primitives): OP Sepolia ChainSpec (#6812)
|
2024-03-14 12:32:11 +00:00 |
|
Roman Krasiuk
|
610731ced8
|
feat(db): record client version history (#7119)
|
2024-03-13 12:07:13 +00:00 |
|
Oliver Nordbjerg
|
43bb4ccbba
|
chore: remove repetitive words (#7041)
|
2024-03-08 14:02:37 +01:00 |
|
Abner Zheng
|
1cd05b09ef
|
decrease default tracing permits (#7010)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-03-07 16:37:56 +00:00 |
|
Matthias Seitz
|
c5955f1305
|
feat: integrate builder (#6611)
|
2024-02-29 16:50:04 +00:00 |
|
DaniPopes
|
17818e79d4
|
chore(cli): fix clap deprecated warnings (#6872)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
|
2024-02-29 13:24:13 +00:00 |
|