CodeChain-io / CodeChain-io/codechain-dashboard

Use RPC to get the port instead of parsing the argument

オープン
#55 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
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

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。