Skip to content

Commit fadcb67

Browse files
committed
SAL v0.7 support and removed RingCT XHV support
1 parent b82a30a commit fadcb67

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xmr-node-proxy",
3-
"version": "0.26.6",
3+
"version": "0.26.7",
44
"description": "Node proxy for XMR pools based on nodejs-pool, should support any coins that nodejs-pool does with little work",
55
"main": "proxy.js",
66
"scripts": {
@@ -25,7 +25,7 @@
2525
"minimist": "1.2.0",
2626
"moment": "2.21.0",
2727
"request": "^2.79.0",
28-
"cryptoforknote-util": "git+https://github.com/MoneroOcean/node-cryptoforknote-util.git#v15.6.1",
28+
"cryptoforknote-util": "git+https://github.com/MoneroOcean/node-cryptoforknote-util.git#v15.6.2",
2929
"cryptonight-hashing": "git+https://github.com/MoneroOcean/node-cryptonight-hashing.git#v29.0.5"
3030
}
3131
}

proxy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const async = require('async');
99
const support = require('./lib/support.js')();
1010
global.config = require('./config.json');
1111

12-
const PROXY_VERSION = "0.26.6";
12+
const PROXY_VERSION = "0.26.7";
1313
const DEFAULT_ALGO = [ "rx/0" ];
1414
const DEFAULT_ALGO_PERF = { "rx/0": 1, "rx/loki": 1 };
1515

0 commit comments

Comments
 (0)