Merge pull request #2287 from mbaxter/altair/change-altair-fork-default

Set tmp ALTAIR_FORK_SLOT to max value
This commit is contained in:
Danny Ryan 2021-04-01 06:39:14 -06:00 committed by GitHub
commit b81c64fa15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ DOMAIN_CONTRIBUTION_AND_PROOF: 0x09000000
# 0x01000000 # 0x01000000
ALTAIR_FORK_VERSION: 0x01000000 ALTAIR_FORK_VERSION: 0x01000000
# TBD # TBD
ALTAIR_FORK_SLOT: 0 ALTAIR_FORK_SLOT: 18446744073709551615
# Sync protocol # Sync protocol

View File

@ -40,7 +40,7 @@ DOMAIN_CONTRIBUTION_AND_PROOF: 0x09000000
# [customized] Highest byte set to 0x01 to avoid collisions with mainnet versioning # [customized] Highest byte set to 0x01 to avoid collisions with mainnet versioning
ALTAIR_FORK_VERSION: 0x01000001 ALTAIR_FORK_VERSION: 0x01000001
# [customized] # [customized]
ALTAIR_FORK_SLOT: 0 ALTAIR_FORK_SLOT: 18446744073709551615
# Sync protocol # Sync protocol

View File

@ -26,7 +26,7 @@ Warning: this configuration is not definitive.
| Name | Value | | Name | Value |
| - | - | | - | - |
| `ALTAIR_FORK_VERSION` | `Version('0x01000000')` | | `ALTAIR_FORK_VERSION` | `Version('0x01000000')` |
| `ALTAIR_FORK_SLOT` | `Slot(0)` **TBD** | | `ALTAIR_FORK_SLOT` | `Slot(18446744073709551615)` **TBD** |
## Fork to Altair ## Fork to Altair