ethereum-node icon indicating copy to clipboard operation
ethereum-node copied to clipboard

SSV Module - Fixes & QoL

Open daGscheid opened this issue 3 years ago • 4 comments

  • [x] add additional function to open: https://app.prater.ssv.network/ in default browser at the same time after pressing REGISTER on this page

image

  • [ ] Opening the SSV Module, after already decided to use an operator key or generate a new one, should lead to the SSV navigation module instead of prompting another generation of KEYS

https://user-images.githubusercontent.com/82385103/179991931-259a7198-5781-4d9c-aee1-6eef2f18dab1.mp4

SSV navigation module for reference SSV - Navigation

  • [x] Navigation Menu - Link to SSV Grafana dashboard in default browser

FOR REFERENCE: (LINK IN BROWSER SCREENSHOT: http://localhost:9001/d/FIbEQ37nk/ssv-operator-node?orgId=1) @stefa2k / @NeoPlays What would the structure of this look need to look like to make it dynamic?

image

  • [x] OPERATOR PAGE LINK

Now lets get complicated lmao - so the link to the operator page is generated with the Ethereum address used to register the Operator - currently I have no idea, how we would get that :) @stefa2k an idea?

daGscheid avatar Jul 20 '22 13:07 daGscheid

SSV navigation module for reference

There should still be a way to copy & backup the private key

What would the structure of this look need to look like to make it dynamic?

What do you mean? Make the url dynamic?

Now lets get complicated lmao - so the link to the operator page is generated with the Ethereum address used to register the Operator - currently I have no idea, how we would get that :) @stefa2k an idea?

The link is "https://explorer.ssv.network/operators/" + sha265(publicKey)

stefa2k avatar Jul 21 '22 14:07 stefa2k

add additional function to open: https://app.prater.ssv.network/ in default browser at the same time after pressing REGISTER on this page

please change to https://app.shifu.ssv.network/

Now lets get complicated lmao - so the link to the operator page is generated with the Ethereum address used to register the Operator - currently I have no idea, how we would get that :) @stefa2k an idea?

The link is "https://explorer.ssv.network/operators/" + sha265(publicKey)

and this to https://explorer.shifu.ssv.network/

stefa2k avatar Aug 12 '22 08:08 stefa2k

Opening the SSV Module, after already decided to use an operator key or generate a new one, should lead to the SSV navigation module instead of prompting another generation of KEYS

ssv provides an api which includes the status of an operator. API should i take this approach?

The thing i was thinking about is, that i don't know how long it takes till the operator is statet as active after registration. So my idea whould be to make the operator page link always available to be able to check

NeoPlays avatar Aug 12 '22 08:08 NeoPlays

Opening the SSV Module, after already decided to use an operator key or generate a new one, should lead to the SSV navigation module instead of prompting another generation of KEYS

ssv provides an api which includes the status of an operator. API should i take this approach?

The thing i was thinking about is, that i don't know how long it takes till the operator is statet as active after registration. So my idea whould be to make the operator page link always available to be able to check

I guess we can move this back in priority, it could lead to some unexpected behaviour depending on the changes on the API.

stefa2k avatar Aug 12 '22 08:08 stefa2k

Moved outstanding task of this issue into #967

daGscheid avatar Feb 21 '23 13:02 daGscheid