Merge pull request #5277 from filcloud/update-newest-version

update NewestNetworkVersion
This commit is contained in:
Łukasz Magiera 2021-01-11 16:13:23 +01:00 committed by GitHub
commit 9a0e552131
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@ -4347,7 +4347,7 @@ Inputs:
]
```
Response: `8`
Response: `9`
### StateReadState
StateReadState returns the indicated actor's state.