reset of the butterfly network

This commit is contained in:
Travis Person 2021-09-30 17:09:42 +00:00 committed by Aayush Rajasekaran
parent c104cb446b
commit 9b80ea4cf1
4 changed files with 4 additions and 3 deletions

View File

@ -1,2 +1,2 @@
/dns4/bootstrap-0.butterfly.fildev.network/tcp/1347/p2p/12D3KooWJpHvHvj2fJFKmRoUYNhSPKNK6yxAmjvQev9gPDGA24kH
/dns4/bootstrap-1.butterfly.fildev.network/tcp/1347/p2p/12D3KooWDN9nH954vYgEbmCRkkjpVed7znb99NmNSRc1V1NEgzUh
/dns4/bootstrap-0.butterfly.fildev.network/tcp/1347/p2p/12D3KooWBzv5sf4eTyo8cjJGfGnpxo6QkEPkRShG9GqjE2A5QaW5
/dns4/bootstrap-1.butterfly.fildev.network/tcp/1347/p2p/12D3KooWBo9TSD4XXRFtu6snv6QNYvXgRaSaVb116YiYEsDWgKtq

Binary file not shown.

View File

@ -38,6 +38,7 @@ const UpgradeTrustHeight = -13
const UpgradeNorwegianHeight = -14
const UpgradeTurboHeight = -15
const UpgradeHyperdriveHeight = -16
const UpgradeChocolateHeight = -17
func init() {
policy.SetConsensusMinerMinPower(abi.NewStoragePower(2 << 30))

View File

@ -28,7 +28,7 @@ const UnixfsLinksPerLevel = 1024
const AllowableClockDriftSecs = uint64(1)
// TODO: This is still terrible...What's the impact of updating this before mainnet actually upgrades
const NewestNetworkVersion = network.Version14
const NewestNetworkVersion = network.Version13
// Epochs
const ForkLengthThreshold = Finality