Merge pull request #6024 from filecoin-project/asr/newest-network

Newest network version is now 11
This commit is contained in:
Łukasz Magiera 2021-04-13 11:42:24 +02:00 committed by GitHub
commit 8c27a6fdea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 3 deletions

Binary file not shown.

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

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

View File

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