Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

adamant-api

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adamant-api - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

groups/coinNetworks.js

2

groups/eth.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc