Skip to content

IBEXDWM/lndclient

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

About

Golang client library for lnd

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.3%
  • Other 0.7%