Skip to content

Commit

Permalink
bump up version to 1.3.0 and set starting block for DTF contract ticking
Browse files Browse the repository at this point in the history
  • Loading branch information
bt-cryptomancer committed Apr 21, 2021
1 parent ec37e72 commit 71d4ef0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libs/Block.js
Expand Up @@ -145,7 +145,7 @@ class Block {
.push(new Transaction(0, '', 'null', 'witnesses', 'scheduleWitnesses', ''));
}

if (this.refHiveBlockNumber >= 52500000) {
if (this.refHiveBlockNumber >= 53610300) {
virtualTransactions
.push(new Transaction(0, '', 'null', 'tokenfunds', 'checkPendingDtfs', ''));
}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "steemsmartcontracts",
"version": "1.2.0",
"version": "1.3.0",
"description": "",
"main": "app.js",
"scripts": {
Expand All @@ -21,7 +21,8 @@
"test11": "./node_modules/mocha/bin/mocha ./test/claimdrops.js",
"test12": "./node_modules/mocha/bin/mocha ./test/distribution.js",
"test13": "./node_modules/mocha/bin/mocha ./test/witnesses.js",
"test14": "./node_modules/mocha/bin/mocha ./test/marketpools.js"
"test14": "./node_modules/mocha/bin/mocha ./test/marketpools.js",
"test15": "./node_modules/mocha/bin/mocha ./test/tokenfunds.js"
},
"engines": {
"node": ">=13.7.0",
Expand Down

0 comments on commit 71d4ef0

Please sign in to comment.