feat(GET MempoolAncestors): Added wrapper for full node RPC call

This commit is contained in:
Chris Troutner
2020-01-17 15:16:02 -08:00
parent 11c936d731
commit c7ceed8784
4 changed files with 138 additions and 1 deletions
+1
View File
@@ -12,6 +12,7 @@
"dev": "nodemon ./dist/app.js",
"test": "npm run test-v3",
"test-v3": "export NETWORK=mainnet && nyc --reporter=text mocha --timeout 25000 test/v3/",
"test:temp": "export NETWORK=mainnet && mocha --timeout 25000 test/v3/blockchain.js",
"test:integration": "mocha test/v3/integration",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"coverage:report": "export NETWORK=testnet && nyc --reporter=html mocha test/v2/",