unigrid-project / janus-java

Frontend and wallet for the Unigrid network powered by JavaFX and Weld (CDI). Primarily developed to be used with the UNIGRID legacy daemon, Cosmos chain and Hedgehog network, but has a portable design.
https://www.unigrid.org
GNU Affero General Public License v3.0
1 stars 4 forks source link

Should pull validators from the chain #214

Closed dekm closed 7 months ago

dekm commented 8 months ago

Info on the validator list should be pulled from the network.

From rest this list can be pulled here.

https://rest-testnet.unigrid.org/cosmos/staking/v1beta1/validators

This data should be placed in a model for storage locally.

Users should just be shown a dropdown list with the NAME of the Validator and it's % only. When the select a validator from the list to delegate to we use that object IDs valoper address.

andersgun82 commented 8 months ago

Validators list shown in combobox in wallet (Validator name, commission in %)

github-actions[bot] commented 7 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

github-actions[bot] commented 7 months ago

This issue has been closed due to inactivity.