Skip to content

Commit

Permalink
preparation 17.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fabcotech committed May 13, 2022
1 parent 865ac44 commit 372d283
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion constants.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports.VERSION = '17.0.3';
module.exports.VERSION = '17.0.6';
8 changes: 4 additions & 4 deletions src/masterTerm.js
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@ new MakeNode, ByteArrayToNybbleList, TreeHashMapSetter, TreeHashMapGetter, TreeH
"logsCh": *logsCh,
"depth": ${payload.depth || 3},
"depthContract": ${payload.contractDepth || 2},
"version": "17.0.3",
"version": "17.0.6",
})
} |
Expand All @@ -1031,7 +1031,7 @@ new MakeNode, ByteArrayToNybbleList, TreeHashMapSetter, TreeHashMapGetter, TreeH
} else {
for (@superKeys <<- @(*self, "boxesSuperKeys", boxId)) {
for (@config <<- @(*self, "boxConfig", boxId)) {
@return!(config.union({ "superKeys": superKeys, "purses": box, "version": "17.0.3" }))
@return!(config.union({ "superKeys": superKeys, "purses": box, "version": "17.0.6" }))
}
}
}
Expand Down Expand Up @@ -1300,7 +1300,7 @@ new MakeNode, ByteArrayToNybbleList, TreeHashMapSetter, TreeHashMapGetter, TreeH
.set("contractId", contractId)
.set("locked", false)
.set("counter", 1)
.set("version", "17.0.3")
.set("version", "17.0.6")
.set("fee", Nil)
.set("logsCh", *logsCh)
) |
Expand Down Expand Up @@ -2434,7 +2434,7 @@ new MakeNode, ByteArrayToNybbleList, TreeHashMapSetter, TreeHashMapGetter, TreeH
{
"locked": true,
"counter": 1,
"version": "17.0.3",
"version": "17.0.6",
"fee": Nil,
"expires": Nil,
"contractId": prefix ++ "rev",
Expand Down

0 comments on commit 372d283

Please sign in to comment.