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

Implements ens domain lookup using https://github.com/wealdtech/go-ens. Exposes an api endpoint (`/api/v1/ens/domain_lookup/{domain}`) for the mobile app, website itself is handled server side to prevent having to rewrite the search implementations, esp...

The number of validators allowed to enter or exit the beaconchain per day is determined by the churn limit: https://github.com/ethereum/consensus-specs/blob/dev/specs/phase0/beacon-chain.md#get_validator_churn_limit Current number of validators / churn limit = number of...

Since, https://github.com/gobitfly/eth2-beaconchain-explorer/blob/1144414b5d765e2dc575b4bc7d48c6689e900f74/config/config.go#L3-L4 minimum Go 1.16 version is required

Bumps [acorn](https://github.com/acornjs/acorn) from 7.1.0 to 7.3.1. Commits e265eae Mark version 7.3.1 50fd1bc Mark version 7.1.0 of acorn-loose ee03be3 Mark version 7.3.0 4adea30 add optional chaining eec9b37 Fix parsing of ambiguous...

dependencies

Hi, A validator is wrongly shown as a member of a coinbase validator pool. Actually that particular validator is not a member of any pool. Are you aware of this...

An additional sortable column on the dashboard for Sync Committee for each validator - "Y" or "N" ![Discord_NDRVVdJ2QG](https://user-images.githubusercontent.com/26490734/153702545-c69bf291-1b0b-49c9-ac5a-0d27b1a3bc67.png) https://beaconcha.in/dashboard?validators=1

good first issue
frontend

The config file layout has been recently changed in d0a7488f742dbaad474509310f24860712c6309b. This change isn't reflected in the default config files yet, which makes it hard for new users to get started....