Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.07 KB

File metadata and controls

40 lines (30 loc) · 1.07 KB

IBEX fork of lightninglabs/lndclient

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

Building a new release

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