CodeChain-io / CodeChain-io/codechain-dashboard
Use RPC to get the port instead of parsing the argument
- Lenguaje dominante
- Rust
- Estrellas
- 27
- Forks
- 7
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
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.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- rust
- Área
- networking
- Tipo de issue
- Error
- Dificultad
- 2/5
- Tiempo estimado
- 1-3 horas
- Estado de actividad
- Estancado
- Claridad
- Bien especificado
- Aptitud para principiantes
- 45/100