add support for chain receives

This commit is contained in:
Alex Bosworth 2019-07-08 10:07:25 -07:00
parent 3033637663
commit f5a4dad9b8
No known key found for this signature in database
GPG key ID: E80D2F3F311FD87E
3 changed files with 1936 additions and 1154 deletions

View file

@ -1,5 +1,6 @@
{
"chain-fees": "chain_fees",
"chain-receives": "chain_receives",
"chain-sends": "chain_sends",
"forwards": "forwards",
"invoices": "invoices",

3072
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -7,20 +7,23 @@
"url": "https://github.com/alexbosworth/balanceofsatoshis/issues"
},
"dependencies": {
"async": "3.0.0",
"asyncjs-util": "1.0.0",
"async": "3.1.0",
"asyncjs-util": "1.1.0",
"bitcoin-ops": "1.4.1",
"bitcoinjs-lib": "5.0.4",
"bitcoinjs-lib": "5.0.5",
"bolt03": "1.1.0",
"caporal": "1.2.0",
"ln-service": "38.0.0",
"cbor": "4.1.5",
"goldengate": "0.0.1",
"ln-service": "40.2.0",
"moment": "2.24.0",
"request": "2.88.0",
"stats-lite": "2.2.0",
"table": "5.4.0"
"table": "5.4.1"
},
"description": "Lightning balance CLI",
"devDependencies": {
"tap": "14.1.10"
"tap": "14.4.1"
},
"keywords": [
"cli",
@ -38,5 +41,5 @@
"scripts": {
"test": "tap test/balances/*.js test/bolt03/*.js"
},
"version": "1.11.4"
"version": "1.11.5"
}