adamant-api
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -9,3 +9,3 @@ var Mnemonic = require('bitcore-mnemonic'); | ||
* Generates a ETH account from the passphrase specified. | ||
* @param {string} passphrase user-defined passphrase | ||
* @param {string} passphrase ADAMANT account passphrase | ||
* @returns {{address: String, privateKey: Buffer}} | ||
@@ -12,0 +12,0 @@ */ |
@@ -14,3 +14,3 @@ const axios = require('axios'); | ||
nodesList = nodes; | ||
activeNode = nodesList[0]; | ||
activeNode = nodesList[0]; // Note: it may be not synced; and before first health check a node can reply with obsolete data | ||
liveNodes = []; | ||
@@ -17,0 +17,0 @@ |
@@ -9,2 +9,3 @@ const constants = require('./helpers/constants.js'); | ||
const eth = require('./groups/eth'); | ||
const dash = require('./groups/dash'); | ||
const transactionFormer = require('./helpers/transactionFormer'); | ||
@@ -28,2 +29,3 @@ const keys = require('./helpers/keys'); | ||
eth, | ||
dash, | ||
transactionFormer, | ||
@@ -30,0 +32,0 @@ keys, |
{ | ||
"name": "adamant-api", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "REST API for ADAMANT Blockchain", | ||
@@ -14,4 +14,6 @@ "main": "index.js", | ||
"bignumber.js": "^9.0.1", | ||
"bitcoinjs-lib": "^5.2.0", | ||
"bitcore-mnemonic": "^8.25.10", | ||
"bytebuffer": "^5.0.1", | ||
"coininfo": "^5.1.0", | ||
"ed2curve": "^0.3.0", | ||
@@ -18,0 +20,0 @@ "ethereumjs-util": "^7.0.10", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
85959
24
1286
11
+ Addedbitcoinjs-lib@^5.2.0
+ Addedcoininfo@^5.1.0
+ Added@types/node@10.12.18(transitive)
+ Addedbech32@1.1.4(transitive)
+ Addedbindings@1.5.0(transitive)
+ Addedbip174@2.1.1(transitive)
+ Addedbip32@2.0.6(transitive)
+ Addedbip66@1.1.5(transitive)
+ Addedbitcoin-ops@1.4.1(transitive)
+ Addedbitcoinjs-lib@5.2.0(transitive)
+ Addedcoininfo@5.2.1(transitive)
+ Addedfile-uri-to-path@1.0.0(transitive)
+ Addedmerkle-lib@2.0.10(transitive)
+ Addednan@2.22.0(transitive)
+ Addedpushdata-bitcoin@1.0.1(transitive)
+ Addedtiny-secp256k1@1.1.7(transitive)
+ Addedtypeforce@1.18.0(transitive)
+ Addedvaruint-bitcoin@1.1.2(transitive)
+ Addedwif@2.0.6(transitive)
- Removed@types/node@22.9.3(transitive)
- Removedundici-types@6.19.8(transitive)