qu0b on master
Banner fix caching issue (#778)… (compare)
qu0b on secrets
tidy modules (compare)
qu0b on secrets
update error messages (compare)
qu0b on secrets
update error messages (compare)
qu0b on master
allow for secret paths to be ad… (compare)
qu0b on secrets
notifications page: show index … Merge branch 'master' into goog… (compare)
guybrush on master
notifications page: show index … (compare)
qu0b on secrets
rm comments (compare)
qu0b on secrets
allow for secret paths to be ad… (compare)
qu0b on secrets
validator page: fix brackets an… Banner (#763) * Price as integ… rename banner file (#768) and 8 more (compare)
qu0b on secrets
allow for secret paths to be ad… (compare)
guybrush on master
validator page: fix attestation… (compare)
guybrush on master
pools chart: fix test-net table… (compare)
qu0b on master
remove banner (#772) Co-author… (compare)
guybrush on master
add staking-pools-chart (#741) … (compare)
qu0b on master
validator page: only log error … (compare)
qu0b on master
Banner fix2 (#770) * Price as … (compare)
qu0b on master
Banner fix (#769) * Price as i… (compare)
qu0b on master
rename banner file (#768) (compare)
qu0b on banner
rename banner file (compare)
first valid deposit (0x000000…) for verification
indicating that perhaps it didn't pick up the valid deposit yet? Or that feature has a bug, or it's not ready yet, just wondering which :)
Here's 1 of them:
https://beaconcha.in/validator/0x846bd6895e5a85d347b726a9df23a32d486d7082cc40dac37b6e0ea40d68132e52faf3e210d355935fd21ce958c89a73#deposits
It has 2 deposits, 1 invalid, 1 valid, but still says 0x0 under the set custom name popup
ubuntu@10-8-72-30:~/eth2-beaconchain-explorer$ ./bin/explorer --config ~/eth2-beaconchain-explorer/my-config.yaml
INFO[0000] config file path: /home/ubuntu/eth2-beaconchain-explorer/my-config.yaml
INFO[0000] database connection established
INFO[0000] gRPC connection to backend node established module=rpc
INFO[0000] exported eth1-deposits blockHeight=3561403 depositsSaved=2 duration=31.931345ms fromBlock=3085928 module=exporter toBlock=3086928
ERRO[0005] error fetching eth1-deposits error="error getting eth1-blocks: json: cannot unmarshal object into Go value of type []rpc.jsonrpcMessage" module=exporter
INFO[0010] checking for new blocks/epochs to export module=exporter
INFO[0010] Retrieving block at slot 495296 module=rpc
INFO[0010] caching assignements for epoch 15477 module=rpc
ERRO[0010] error fetching eth1-deposits error="error getting eth1-blocks: json: cannot unmarshal object into Go value of type []rpc.jsonrpcMessage" module=exporter
ERRO[0015] error fetching eth1-deposits error="error getting eth1-blocks: json: cannot unmarshal object into Go value of type []rpc.jsonrpcMessage" module=exporter
INFO[0000] frontend services initiated
ERRO[0000] error getting chart data for effective_balance_distribution: chart-data not available pre-genesis module=services
ERRO[0000] error getting chart data for performance_distribution_365d: chart-data not available pre-genesis module=services
ERRO[0000] error getting chart data for network_liveness: chart-data not available pre-genesis module=services
ERRO[0000] error getting chart data for stake_effectiveness: chart-data not available pre-genesis module=services
ERRO[0000] error getting chart data for staking_rewards: chart-data not available pre-genesis module=services
ERRO[0000] error getting chart data for graffiti_wordcloud: chart-data not available pre-genesis module=services
ERRO[0000] error getting chart data for blocks: chart-data not available pre-genesis module=services
ERRO[0000] error getting chart data for average_balance: chart-data not available pre-genesis module=services
ERRO[0000] error getting chart data for balance_distribution: chart-data not available pre-genesis module=services
ERRO[0000] error getting chart data for staked_ether: chart-data not available pre-genesis module=services
ERRO[0000] error getting chart data for validator_income: chart-data not available pre-genesis module=services
ERRO[0000] error getting chart data for validators: chart-data not available pre-genesis module=services
ERRO[0000] error getting chart data for participation_rate: chart-data not available pre-genesis module=services
There is a strange overflow issue: https://beaconcha.in/validator/9074e5cc3d86ea467175ca37b6aa605d7981596d11cb326d068e68adff1637fd49fc691194dc1fa3d28f5562678f0ab8
Eligible for Activation: 5 hrs ago (Epoch 9223372036854775807)
there are many validators like this one, just sort validators by activation date
which eth2.0 client the explorer now use? the prysm? the Lighthouse ?
we still only support prysm right now