paid-services 3.5.0 → 3.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Versions
2
2
 
3
- ## Version 3.5.0
3
+ ## Version 3.5.1
4
4
 
5
5
  - `changeChannelCapacity`: Allow changing private/public status of channel
6
6
 
@@ -13,7 +13,7 @@ const dummySignature = Buffer.alloc(74);
13
13
  const dummyTokens = 0;
14
14
  const dummyVout = 0;
15
15
  const hexAsBuffer = hex => Buffer.from(hex, 'hex');
16
- const increaseBuffer = 150;
16
+ const increaseBuffer = 300;
17
17
  const {max} = Math;
18
18
  const weightAsVBytes = weight => weight / 4;
19
19
 
package/package.json CHANGED
@@ -13,7 +13,7 @@
13
13
  "bolt07": "1.8.0",
14
14
  "invoices": "2.0.2",
15
15
  "ln-service": "53.2.0",
16
- "ln-sync": "3.6.0"
16
+ "ln-sync": "3.6.1"
17
17
  },
18
18
  "description": "Lightning Paid Services library",
19
19
  "devDependencies": {
@@ -40,5 +40,5 @@
40
40
  "integration-tests": "tap --branches=1 --functions=1 --lines=1 --statements=1 -t 120 test/integration/*.js",
41
41
  "test": "tap --branches=1 --functions=1 --lines=1 --statements=1 -t 60 test/actions/*.js test/capacity/*.js test/client/*.js test/config/*.js test/p2p/*.js test/records/*.js test/respond/*.js test/server/*.js test/server/*.js test/services/*.js test/trades/*.js"
42
42
  },
43
- "version": "3.5.0"
43
+ "version": "3.5.1"
44
44
  }