mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-09 03:31:45 +00:00
Add Gloas boilerplate (#7728)
Adds the required boilerplate code for the Gloas (Glamsterdam) hard fork. This allows PRs testing Gloas-candidate features to test fork transition. This also includes de-duplication of post-Bellatrix readiness notifiers from #6797 (credit to @dapplion)
This commit is contained in:
@@ -32,6 +32,8 @@ const BELLATRIX_FORK_EPOCH: u64 = 0;
|
||||
const CAPELLA_FORK_EPOCH: u64 = 0;
|
||||
const DENEB_FORK_EPOCH: u64 = 0;
|
||||
const ELECTRA_FORK_EPOCH: u64 = 2;
|
||||
// const FULU_FORK_EPOCH: u64 = 3;
|
||||
// const GLOAS_FORK_EPOCH: u64 = 4;
|
||||
|
||||
const SUGGESTED_FEE_RECIPIENT: [u8; 20] =
|
||||
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1];
|
||||
|
||||
@@ -29,6 +29,7 @@ const CAPELLA_FORK_EPOCH: u64 = 1;
|
||||
const DENEB_FORK_EPOCH: u64 = 2;
|
||||
// const ELECTRA_FORK_EPOCH: u64 = 3;
|
||||
// const FULU_FORK_EPOCH: u64 = 4;
|
||||
// const GLOAS_FORK_EPOCH: u64 = 5;
|
||||
|
||||
// Since simulator tests are non-deterministic and there is a non-zero chance of missed
|
||||
// attestations, define an acceptable network-wide attestation performance.
|
||||
|
||||
Reference in New Issue
Block a user