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

This PR makes takles performance-issues with everything related to the db-tables `validator_balances` and `attestation_assignments`, it moves (copy&delete) older data periodically to `_historical` tables to keep `` fast and still have...

ressources: * validator-statuses by proto https://hackmd.io/ofFJ5gOmQpu1jjHilHbdQQ * validator-statuses by LH https://hackmd.io/bQxMDRt1RbS1TLno8K4NPg * PR to use statuses by LH https://github.com/ethereum/eth2.0-APIs/pull/94