api: handle no-precommit in StateSectorPreCommitInfo gracefully

This commit is contained in:
Łukasz Magiera
2022-06-16 14:19:53 +02:00
parent 06b3e555c5
commit 9c4d10ec73
21 changed files with 83 additions and 96 deletions

View File

@ -55,7 +55,7 @@ func VersionForType(nodeType NodeType) (Version, error) {
// semver versions of the rpc api exposed
var (
FullAPIVersion0 = newVer(1, 5, 0)
FullAPIVersion1 = newVer(2, 2, 0)
FullAPIVersion1 = newVer(2, 3, 0)
MinerAPIVersion0 = newVer(1, 5, 0)
WorkerAPIVersion0 = newVer(1, 6, 0)