eth2-beaconchain-explorer icon indicating copy to clipboard operation
eth2-beaconchain-explorer copied to clipboard

Open source golang based explorer for the eth2 beacon chain

Results 185 eth2-beaconchain-explorer issues
Sort by recently updated
recently updated
newest added

Fixes all warning raised by go-staticcheck

@RainerBitfly: Adapt status message, validator overview message and Validator Life Cycle Diagram #1203

1. Add `Total ETH claimed from the smoothing pool` , which is the amount of ETH that the smoothing pool ever received 2. Add `Unclaimed Smoothing Pool share`, which is...

enhancement
backend

When attempting to make an API call to retrieve the staked RPL amount for a validator the results come back formatted in correctly, not accouting for the 18 decimal places...

Fixes #1179 Changes the income calculation to use only the end_balance so income in the first epoch of each day is not missed. Requires one extra day before the start...