This repository has been archived by the owner on Mar 28, 2024. It is now read-only.
v0.3.0
BREAKING CHANGE: Ater unlocking a wallet the service state will no longer automatically switch from locked
to active
. You must call the activateLightning
method manually. See https://github.com/LN-Zap/node-lnd-grpc#unlock--activate. This makes the connection process slightly more explicit but ensures that applications are able to more robustly handle connection failures and timeouts.
- Merge branch 'master' into next 4526d48
- docs(readme): detail wallet unlocking process 8a356de
- Merge branch 'master' into next 783f943
- 0.3.0-beta.5 7875b35
- Merge branch 'master' into next fa1ffe2
- Merge pull request #71 from LN-Zap/fix/timeout b0a5037
- fix: propagate errors in case of timeout ca12f00
- 0.3.0-beta.4 9f5157f
- Merge pull request #61 from korhaliv/fix/add-timeout 8cba9d6
- Merge branch 'master' into next a9bee73
- fix: add high level timeout to grpc.connect b082eb2
- refactor(utils): add promiseTimeout util 157fedf
- 0.3.0-beta.3 3d5018b
- Merge branch 'master' into next b53e5e2
- 0.3.0-beta.2 7a74a9f
- Merge branch 'master' into next 4c0d421
- 0.3.0-beta.1 8866ceb
- Merge branch 'master' into next 945c994
- 0.3.0-4 823383a
- chore: bump version to v0.3.0-3.1 32e7889
- Merge branch 'master' into next deba54c
- Merge branch 'master' into next 148a78d
- Merge pull request #45 from LN-Zap/fix/getinfo-timeout 4965be7
- fix: increase getInfo timeout to 5 seconds 5fb8e78
- 0.3.0-3.1 b3bce13
- fix: timeout connection attempt if getinfo takes too long 8a75abc
- 0.3.0-3 00d7b3f
- fix: add proto files for 0.7.0-beta c6c4666
- 0.3.0-2 b6994da
- Merge pull request #30 from korhaliv/fix/error-connect 97f659c
- test: update tests 63b7285
- fix: don't auto subscribe to ln grpc after wallet unlock e860998
- 0.3.0-1 e0adc41
- fix: use forked grpc proto-loader that doesnt require google protos ea6e119
- 0.3.0-0 8561960