mirror of
https://github.com/alexbosworth/balanceofsatoshis.git
synced 2026-08-13 12:33:37 +02:00
add support for chain receives
This commit is contained in:
parent
3033637663
commit
f5a4dad9b8
3 changed files with 1936 additions and 1154 deletions
|
|
@ -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
3072
package-lock.json
generated
File diff suppressed because it is too large
Load diff
17
package.json
17
package.json
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue