-
Notifications
You must be signed in to change notification settings - Fork 8
Description
I really like how this is coming together!
A couple of little things from a short play...
- there's often a list of validators, and a list of passwords in files. so I might have
keys / b1d7938_validator.json
passwords / b1d7938_validator.txt
and being able to drag keys, then drag passwords and have it fill somehow?
-
Pagination is great, maybe configurable (10 / 50 / 250 / all or something)? I don't mind scrolling down the page, sometimes I have over 100 validators on an instance and finding things can be painful. Filtering on readonly=false would be a good UX for this one, but fairly specific to teku users i think...
-
if imports are more than about 10, it might pay to move to a tabular format... also in that table you could potentially have a checkbox for if there was slashing protection data found in the provided data? for example, if i add even 1 key then provide an empty slashing data file, i could then see that I haven't provided data for that key...
-
Currently teku raises a 400 if on import
slashing_protection = ""on an import, as it expects that field to have real data if it's populated. I think other clients may act the same on this from discussions on discord...