ln-service
Advanced tools
Comparing version 56.3.0 to 56.3.1
# Versions | ||
## 56.3.0 | ||
## 56.3.1 | ||
@@ -5,0 +5,0 @@ - `subscribeToPastPayment`, `subscribeToPayViaDetails`, |
@@ -14,3 +14,3 @@ { | ||
"invoices": "2.2.3", | ||
"lightning": "9.3.0", | ||
"lightning": "9.3.1", | ||
"macaroon": "3.0.4", | ||
@@ -32,3 +32,3 @@ "morgan": "1.10.0", | ||
"ecpair": "2.1.0", | ||
"ln-docker-daemons": "5.0.2", | ||
"ln-docker-daemons": "5.0.3", | ||
"p2tr": "1.3.3", | ||
@@ -72,3 +72,3 @@ "portfinder": "1.0.32", | ||
}, | ||
"version": "56.3.0" | ||
"version": "56.3.1" | ||
} |
@@ -15,3 +15,3 @@ const {spawnLightningCluster} = require('ln-docker-daemons'); | ||
// Test requesting a chain fee increase | ||
test(`Request chain fee increase`, async ({end, equal}) => { | ||
test(`Request chain fee increase`, async ({end, equal, fail, strictSame}) => { | ||
const [{generate, kill, lnd}] = (await spawnLightningCluster({})).nodes; | ||
@@ -24,3 +24,6 @@ | ||
const {psbt} = await fundPsbt({lnd, outputs: [{address, tokens}]}); | ||
const {psbt} = await fundPsbt({lnd, outputs: [ | ||
{address, tokens}, | ||
{tokens, address: '2N8hwP1WmJrFF5QWABn38y63uYLhnJYJYTF'}, | ||
]}); | ||
@@ -33,2 +36,13 @@ const {transaction} = await signPsbt({lnd, psbt}); | ||
try { | ||
await requestChainFeeIncrease({ | ||
lnd, | ||
transaction_id: bump.transaction_id, | ||
transaction_vout: bump.transaction_vout + 1, | ||
}); | ||
fail('Expected chain fee increase rejected'); | ||
} catch (err) { | ||
strictSame(err, [404, 'SpecifiedOutpointNotFoundInWalletUtxos'], '404'); | ||
} | ||
await requestChainFeeIncrease({ | ||
@@ -35,0 +49,0 @@ lnd, |
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
781681
13353
+ Added@grpc/proto-loader@0.7.7(transitive)
+ Added@types/node@20.1.2(transitive)
+ Addedcipher-base@1.0.5(transitive)
+ Addedcliui@8.0.1(transitive)
+ Addedlightning@9.3.1(transitive)
+ Addedtype-fest@3.10.0(transitive)
+ Addedtypescript@5.7.2(transitive)
+ Addedyargs@17.7.2(transitive)
+ Addedyargs-parser@21.1.1(transitive)
- Removed@grpc/proto-loader@0.7.6(transitive)
- Removed@types/node@18.16.3(transitive)
- Removedcipher-base@1.0.6(transitive)
- Removedcliui@7.0.4(transitive)
- Removedlightning@9.3.0(transitive)
- Removedtype-fest@3.9.0(transitive)
- Removedyargs@16.2.0(transitive)
- Removedyargs-parser@20.2.9(transitive)
Updatedlightning@9.3.1