siren icon indicating copy to clipboard operation
siren copied to clipboard

User interface for Lighthouse

Results 31 siren issues
Sort by recently updated
recently updated
newest added

Modify release CI for apple

Users may be adding validators to an already running set. One typical approach is to use the EF staking cli script which facilitates new deposists. The resulting artifact from this...

enhancement

We have built a new endpoint that allows a single POST request to voluntary exit validators. See here: https://github.com/sigp/lighthouse/issues/4117 This will enable the UI to very easly exit validators. We...

enhancement

When doing a fresh compile a number of warnings exist. ``` Step 6/11 : ENV NODE_ENV=development ---> Running in 4e9bdc8d29c5 Removing intermediate container 4e9bdc8d29c5 ---> 810b50042b53 Step 7/11 : RUN...

bug

When a beacon node syncs via a checkpoint sync, it downloads historic blocks in the background. This is accessible via the `/lighthouse/syncing` HTTP API endpoint: https://lighthouse-book.sigmaprime.io/api-lighthouse.html#lighthouseeth1syncing It currenlty shows backfill...

enhancement

Anyone for dark theme by default?

enhancement

Text goes outside border. This is a widescreen, but the browser is using half the screen. FIrefox. ![Screenshot_select-area_20240729130552](https://github.com/user-attachments/assets/b72f2ad0-860a-4a64-a596-511b1daaefb6)

bug

When updating graffiti, return proper response if failing authentication. Now its unclear if request failed because of missing node flag or incorrect auth

bug

Dappnode is among the most popular solutions for home and solo stakers to run the Ethereum chain. It supports a number of Distributed Validator Technology (DVT) solutions like SSV and...

enhancement

Add handling of creating and reading mnemonics, creation of BLS validator keys, deposit json and allowing uses to deposit via the CLI. Care needs to be taken to ensure the...