Changes that were introduced are required by the following services
btcproxy:
- NewAddress grpc call
- SendMany grpc call
- EstimateFee grpc call
lnproxy:
- invoiceUpdate millisatoshi support
- PaymentAddr and TimePref support for SendPaymentRequest
- TimePref support for QueryRoutesRequest
node-metrics-agent:
- PeerAliasLookup support for ListChannels grpc call
- PeerAlias support for ChannelInfo
| tag | lnd version in go.mod |
minimum required lnd version |
|---|---|---|
v0.18.5-13 |
v0.18.5-beta |
v0.18.5-beta |
v0.20.0-4 |
v0.20.0-beta |
v0.19.0-beta |
Tag the commit and push the tag to remote. Then simply import the release in the target release.
Increment the last digit for each new tag.
# lndclient
git tag ibex-v0.18.3
git push origin ibex-v0.18.3
# target service
replace ...lndclient... => ...lndclient ibex-v0.18.3
go mod tidy -v