Skip to content

Commit

Permalink
Merge pull request #5277 from filcloud/update-newest-version
Browse files Browse the repository at this point in the history
update NewestNetworkVersion
  • Loading branch information
magik6k authored Jan 11, 2021
2 parents 994934a + 93c21a6 commit 9a0e552
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/params_shared_vals.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build/params_testground.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ var (
0: DrandMainnet,
}

NewestNetworkVersion = network.Version8
NewestNetworkVersion = network.Version9
ActorUpgradeNetworkVersion = network.Version4

Devnet = true
Expand Down
2 changes: 1 addition & 1 deletion documentation/en/api-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -4347,7 +4347,7 @@ Inputs:
]
```

Response: `8`
Response: `9`

### StateReadState
StateReadState returns the indicated actor's state.
Expand Down

0 comments on commit 9a0e552

Please sign in to comment.