siren
siren copied to clipboard
User interface for Lighthouse
Moving Siren away from electron build to hopefully add more security and allow next phase build ease.
Once withdrawn the total balance counts as -32 ETH. A withdrawal probably should just 0 out the balance of the validator.
We have added missed blocks to the validator monitor: https://github.com/sigp/lighthouse/pull/4731 I didn't look but assume this also made it to the API (if it didn't we can add it to...
The fee recipient is an address that validators currently send block fees to. This should be modifiable (i'm not sure if there is an API for this already or if...
When I run `make` the makefile does not rebuild the binary. We probably just need to clean the build files each run.
- The `hub` cli has been removed from the GitHub runners as of October 2, according to : https://github.com/actions/runner-images/issues/8362 We should replace usage of `hub` in our release workflow (ideally...
As discussed internally; our [published pgp identity](https://keybase.io/sigp/pgp_keys.asc?fingerprint=15e66d941f697e28f49381f426416dc3f30674b0) ``` pub rsa4096 2020-11-27 [SC] [expires: 2036-11-23] 15E66D941F697E28F49381F426416DC3F30674B0 uid [ unknown] Sigma Prime sig 3 26416DC3F30674B0 2020-11-27 Sigma Prime sub rsa4096 2020-11-27 [E]...
Currently Siren tries to connect to the beacon/validator client side. That's very unfortunate, because it requires exposing the two nodes to outside access. A better model would be to allow...
**Describe the bug** It was reported that after a validator is successfully exited and funds withdrawn the balance appears negative. **To Reproduce** Steps to reproduce the behaviour: 1. Open Dashboard...