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