Newest newtork version is now 11

This commit is contained in:
Aayush Rajasekaran 2021-04-12 18:13:40 -04:00
parent b54b1303f9
commit 732bccae59
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ const UnixfsLinksPerLevel = 1024
// Consensus / Network
const AllowableClockDriftSecs = uint64(1)
const NewestNetworkVersion = network.Version9
const NewestNetworkVersion = network.Version11
const ActorUpgradeNetworkVersion = network.Version4
// Epochs

View File

@ -99,7 +99,7 @@ var (
0: DrandMainnet,
}
NewestNetworkVersion = network.Version9
NewestNetworkVersion = network.Version11
ActorUpgradeNetworkVersion = network.Version4
Devnet = true