Skip to content

Commit

Permalink
17.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fabcotech committed May 12, 2022
1 parent 10c8f58 commit 1e5fb2b
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 99 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.1';
module.exports.VERSION = '17.0.3';
179 changes: 87 additions & 92 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rchain-token",
"version": "17.0.1",
"name": "@fabcotech/rchain-token",
"version": "17.0.2",
"description": "Fungibles and non-fungibles tokens on the RChain blockchain",
"main": "src/index.js",
"scripts": {
Expand Down
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.0",
"version": "17.0.3",
})
} |
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.0" }))
@return!(config.union({ "superKeys": superKeys, "purses": box, "version": "17.0.3" }))
}
}
}
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.0")
.set("version", "17.0.3")
.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.0",
"version": "17.0.3",
"fee": Nil,
"expires": Nil,
"contractId": prefix ++ "rev",
Expand Down

0 comments on commit 1e5fb2b

Please sign in to comment.