556d40bca9
1. remote_mining.rs: dicle.subscan.io -> explorer.pezkuwichain.io - subscan doesn't have our testnet, use our explorer 2. ethereum-client + beacon primitives: consensus-specs/blob/dev -> blob/master - ethereum repo uses 'master' branch, not 'dev' - 5 URLs updated
Beacon Primitives
Crate with low-level supporting functions for the beacon client, including:
- bls12-381 signature handling to verify signatures on the beacon chain
- merkle proofs
- receipt verification
- ssz types
The code in this crate relates to the Ethereum consensus chain, commonly referred to as the beacon chain.