btcrelay-bitcoind
Advanced tools
Comparing version 4.2.0 to 4.2.1
@@ -17,2 +17,5 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const bitcoin = require("bitcoinjs-lib"); | ||
const tinySecpk256Interface = require("@bitcoinerlab/secp256k1"); | ||
bitcoin.initEccLib(tinySecpk256Interface); | ||
__exportStar(require("./rpc/BitcoindBlock"), exports); | ||
@@ -19,0 +22,0 @@ __exportStar(require("./rpc/BitcoindRpc"), exports); |
{ | ||
"name": "btcrelay-bitcoind", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"description": "Connector and synchronizer using bitcoind for bitcoin relay", | ||
@@ -25,4 +25,5 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"@bitcoinerlab/secp256k1": "^1.0.5", | ||
"bitcoind-rpc": "^0.9.1", | ||
"bitcoinjs-lib": "^5.2.0", | ||
"bitcoinjs-lib": "^6.1.5", | ||
"bn.js": "^5.2.1", | ||
@@ -29,0 +30,0 @@ "crosslightning-base": "^4.4.0" |
@@ -0,1 +1,5 @@ | ||
import * as bitcoin from "bitcoinjs-lib"; | ||
import * as tinySecpk256Interface from "@bitcoinerlab/secp256k1"; | ||
bitcoin.initEccLib(tinySecpk256Interface); | ||
export * from "./rpc/BitcoindBlock"; | ||
@@ -2,0 +6,0 @@ export * from "./rpc/BitcoindRpc"; |
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
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
51315
1008
5
+ Added@bitcoinerlab/secp256k1@1.1.1(transitive)
+ Added@noble/hashes@1.5.0(transitive)
+ Added@noble/secp256k1@1.7.1(transitive)
+ Addedbase-x@4.0.0(transitive)
+ Addedbech32@2.0.0(transitive)
+ Addedbitcoinjs-lib@6.1.6(transitive)
+ Addedbs58@5.0.0(transitive)
+ Addedbs58check@3.0.1(transitive)
- Removed@types/node@10.12.18(transitive)
- Removedbase-x@3.0.10(transitive)
- Removedbech32@1.1.4(transitive)
- Removedbindings@1.5.0(transitive)
- Removedbip32@2.0.6(transitive)
- Removedbip66@1.1.5(transitive)
- Removedbitcoin-ops@1.4.1(transitive)
- Removedbitcoinjs-lib@5.2.0(transitive)
- Removedbn.js@4.12.1(transitive)
- Removedbrorand@1.1.0(transitive)
- Removedbs58@4.0.1(transitive)
- Removedbs58check@2.1.2(transitive)
- Removedcipher-base@1.0.4(transitive)
- Removedcreate-hash@1.2.0(transitive)
- Removedcreate-hmac@1.1.7(transitive)
- Removedelliptic@6.6.1(transitive)
- Removedfile-uri-to-path@1.0.0(transitive)
- Removedhash-base@3.1.0(transitive)
- Removedhash.js@1.1.7(transitive)
- Removedhmac-drbg@1.0.1(transitive)
- Removedinherits@2.0.4(transitive)
- Removedmd5.js@1.3.5(transitive)
- Removedmerkle-lib@2.0.10(transitive)
- Removedminimalistic-assert@1.0.1(transitive)
- Removedminimalistic-crypto-utils@1.0.1(transitive)
- Removednan@2.22.0(transitive)
- Removedpushdata-bitcoin@1.0.1(transitive)
- Removedrandombytes@2.1.0(transitive)
- Removedreadable-stream@3.6.2(transitive)
- Removedripemd160@2.0.2(transitive)
- Removedsha.js@2.4.11(transitive)
- Removedstring_decoder@1.3.0(transitive)
- Removedtiny-secp256k1@1.1.7(transitive)
- Removedutil-deprecate@1.0.2(transitive)
- Removedwif@2.0.6(transitive)
Updatedbitcoinjs-lib@^6.1.5