CodeChain-io / CodeChain-io/codechain-dashboard
Use RPC to get the port instead of parsing the argument
未關閉
client
- 主要語言
- Rust
- 星號
- 27
- 分支
- 7
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Currently, the client thinks the port of the node is 3485 if there is no argument.
https://github.com/CodeChain-io/codechain-dashboard/blob/2f061c27b74d44f1c4488e88a1d91c1640078c6a/client/src/process/mod.rs#L622
However, the port can be set through config.toml.
Please make it use `net_port` RPC.
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
Start at client/src/process/mod.rs around line 622 and inspect how the client determines the node port when no argument is provided. Use the net_port RPC instead of the default assumption, and verify that the client uses the configured node port.
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- rust
- 領域
- networking
- Issue 類型
- 缺陷
- 難度
- 2/5
- 預估耗時
- 1-3 小時
- 活躍度
- 停滯
- 描述清晰度
- 描述清楚
- 新手友好度
- 45/100