Commit Graph

10 Commits (87adb57ce9e439040a714a20e784449c7797c57c)

Author SHA1 Message Date
Boris Nagaev 87adb57ce9
multi: replace LSAT with L402
git mv ./cmd/loop/lsat.go ./cmd/loop/l402.go
sed 's@lsat@l402@g' -i `git grep -l lsat`
sed 's@Lsat@L402@g' -i `git grep -l Lsat`
sed 's@LSAT@L402@g' -i `git grep -l LSAT`
make rpc

Updated release_notes.md.
1 month ago
Boris Nagaev 604b8ce33f
looprpc,swapserverrpc: update Go image to 1.19.10
This is needed to update protobuf. Version 1.33 breaks in Go 1.16 with
the following error: "//go:build comment without // +build comment".

Note that the distribution is still "buster", not to break all other packages
whose versions are defined in the scripts.
2 months ago
sputn1ck 1f96a61d21
looprpc: add listinstantouts 3 months ago
sputn1ck ca8f91ab77
looprpc: add instantout quote 4 months ago
sputn1ck 6c07f88458
looprpc: add reservations to loop out 4 months ago
sputn1ck 091c0a86bd
looprpc: add reservation rpcs 5 months ago
Slyghtning 8612912e97
looprpc: abandon swap api
swaprpc: abandon swap api
6 months ago
Slyghtning 7f6f265db3 looprpc: request and response params for new getInfo rpc 1 year ago
Andras Banki-Horvath f786aaa016
loop: add support for the probe API 3 years ago
Oliver Gugger a7fff0ac2f
multi: update lnd master with grpc-gateway upgrade
To make loop work with the latest lnd version inside of LiT, we need
to upgrade the grpc-gateway library to the same v2 version here too.
3 years ago