Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Indicate which network the client is running on #65

Open
karmacoma opened this issue Jun 12, 2016 · 1 comment
Open

Indicate which network the client is running on #65

karmacoma opened this issue Jun 12, 2016 · 1 comment

Comments

@karmacoma
Copy link
Contributor

karmacoma commented Jun 12, 2016

We should indicate which network a client is running on within the UI. This can be done by querying the nethash and comparing to the known mainnet nethash:

https://testnet.lisk.io/api/blocks/getNethash
{"success":true,"nethash":"da3ed6a45429278bac2666961289ca17ad86595d33b31037615d4b8e8f158bba"}

Using this information, we can dynamically provide an indicator in the UI, e.g. testnet vs mainnet and also include the nethash itself.

@karmacoma karmacoma modified the milestone: Version 0.3.2 Jun 14, 2016
@karmacoma karmacoma self-assigned this Jun 14, 2016
@karmacoma karmacoma modified the milestone: Version 0.4.0 Aug 9, 2016
@fix
Copy link

fix commented Aug 12, 2016

the thing mis we should put the nethash published somewhere, like for instance on lisk.io/nethashes.json with some conventions:

{
mainnet:"da3ed6a45429278bac2666961289ca17ad86595d33b31037615d4b8e8f158bba", 
tesnet:"jfkhsfzudf8s7fs8dfiuzsd7f8sdftzsd8f7d6e8rfw76gduvz", 
devnet:"sjdhfkshdfskldfjhsdfksdhfsdkf"
}

@karmacoma karmacoma removed the ready label Dec 20, 2016
@karmacoma karmacoma removed their assignment Apr 6, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants