Skip to content

Commit

Permalink
18.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabcotech committed Jul 11, 2022
1 parent b60848e commit 279f337
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 = '18.0.0';
module.exports.VERSION = '18.0.1';
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": "18.0.0",
"version": "18.0.1",
})
} |
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": "18.0.0" }))
@return!(config.union({ "superKeys": superKeys, "purses": box, "version": "18.0.1" }))
}
}
}
Expand Down Expand Up @@ -1286,7 +1286,7 @@ new MakeNode, ByteArrayToNybbleList, TreeHashMapSetter, TreeHashMapGetter, TreeH
.set("contractId", contractId)
.set("locked", false)
.set("counter", 1)
.set("version", "18.0.0")
.set("version", "18.0.1")
.set("fee", Nil)
.set("logsCh", *logsCh)
) |
Expand Down Expand Up @@ -2424,7 +2424,7 @@ new MakeNode, ByteArrayToNybbleList, TreeHashMapSetter, TreeHashMapGetter, TreeH
{
"locked": true,
"counter": 1,
"version": "18.0.0",
"version": "18.0.1",
"fee": Nil,
"expires": Nil,
"contractId": prefix ++ "rev",
Expand Down

0 comments on commit 279f337

Please sign in to comment.