ln-docker-daemons 2.2.2 → 2.2.5

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,5 +1,13 @@
1
1
  # Versions
2
2
 
3
+ ## 2.2.5
4
+
5
+ - Change default LND version to v0.14.2-beta
6
+
7
+ ## 2.2.3
8
+
9
+ - Change Bitcoin Core version to 22.0
10
+
3
11
  ## 2.2.2
4
12
 
5
13
  - Change default LND version to v0.14.1-beta
package/README.md CHANGED
@@ -28,6 +28,9 @@ Example:
28
28
  export DOCKER_LND_VERSION="v0.14.0-beta"
29
29
  ```
30
30
 
31
+ A list of available tags can be found here:
32
+ https://hub.docker.com/r/lightninglabs/lnd/tags
33
+
31
34
  ## spawnBitcoindDocker
32
35
 
33
36
  Spawn a Bitcoin Core Docker image
@@ -1,4 +1,4 @@
1
1
  {
2
- "dockerBitcoindImage": "ruimarinho/bitcoin-core:0.21.1",
2
+ "dockerBitcoindImage": "ruimarinho/bitcoin-core:22.0",
3
3
  "rpcUser": "bitcoinrpc"
4
4
  }
@@ -1,3 +1,3 @@
1
1
  {
2
- "dockerLndImage": "lightninglabs/lnd:v0.14.1-beta"
2
+ "dockerLndImage": "lightninglabs/lnd:v0.14.2-beta"
3
3
  }
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "asyncjs-util": "1.2.8",
13
13
  "dockerode": "3.3.1",
14
14
  "find-free-ports": "3.0.0",
15
- "lightning": "5.5.0",
15
+ "lightning": "5.8.4",
16
16
  "tar-stream": "2.2.0"
17
17
  },
18
18
  "description": "Spawn and control LN Docker daemons",
@@ -35,5 +35,5 @@
35
35
  "scripts": {
36
36
  "test": "tap --branches=1 --functions=1 --lines=1 --statements=1 -j 1 test/bitcoind/*.js test/lnd/*.js"
37
37
  },
38
- "version": "2.2.2"
38
+ "version": "2.2.5"
39
39
  }