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

adds accurate activation estimation and queue position to validator page. the estimation error i have observed over a set of around 900 validators is pretty much 0, with a small...

![image](https://user-images.githubusercontent.com/116244/184720205-0dcb24f8-e5db-4aa4-8666-ed3ec39aaa27.png)

Migrate Database before merging: ``` ALTER TABLE rocketpool_nodes ADD COLUMN claimed_smoothing_pool numeric NOT NULL default 0; ALTER TABLE rocketpool_nodes ADD COLUMN unclaimed_smoothing_pool numeric NOT NULL default 0; ALTER TABLE rocketpool_nodes...

- add getblock info call for erigon eth1 nodes - add eth1 client interface - add extraction of ERC1155 tokens from tx receipts - add initial eth1 block exporter -...

On a validator page, when waiting for your validator to be activated, only pending is shown with a generic *it will take [around 16-24 hours](https://kb.beaconcha.in/ethereum-2.0-and-depositing-process) until your deposit is processed...

enhancement

Prysm brought some breaking changes with v3 update, upgrade Prysm module to support v3. Fixes #1165 actually

Hmmm so what is a "wallet" vs. what is a "wallet interface"? This now confuses me a bit. _Originally posted by @samajammin in https://github.com/ethereum/ethereum-org-website/pull/7320#discussion_r941882196_