No description
Find a file
Oliver Gugger 3c6e40e66e
clmrpc: add error type for reserved account
If we only have a reservation on the auctioneer's side when a
trader tries to connect, we cannot create a full account subscription
and therefore not follow the normal message flow for recovery. Instead
we return a special error message that contains the information we have
that should be enough to restore the account on the trader's side.

The trader still has to provide a valid signature with the trader key
so no probing for this information should be possible by any third
party.
2020-06-25 09:19:22 +02:00
account account+auctioneer: send expiry and trader key in reservation 2020-06-25 09:17:37 +02:00
auctioneer account+auctioneer: send expiry and trader key in reservation 2020-06-25 09:17:37 +02:00
chaninfo chaninfo: add new package to retrieve channel info for auctioneer 2020-05-01 16:08:17 -07:00
clientdb mod: update bbolt to fix go1.14 compat 2020-06-24 10:53:59 +02:00
clmrpc clmrpc: add error type for reserved account 2020-06-25 09:19:22 +02:00
clmscript client/clmscript: fix errors in witness size estimation 2020-03-09 20:00:20 -07:00
cmd multi: rename, fix modules 2020-06-21 19:37:00 -07:00
make make: add Makefile, .gitignore and lint config 2020-06-23 10:45:34 +02:00
order multi: rename, fix modules 2020-06-21 19:37:00 -07:00
.gitignore make: add Makefile, .gitignore and lint config 2020-06-23 10:45:34 +02:00
.golangci.yml Makefile+lint: only limit concurrency on Travis 2020-06-24 09:58:17 +02:00
.travis.yml travis: disable coverage for private repo 2020-06-24 10:53:59 +02:00
config.go multi: rename, fix modules 2020-06-21 19:37:00 -07:00
go.mod mod: update bbolt to fix go1.14 compat 2020-06-24 10:53:59 +02:00
go.sum multi: rename, fix modules 2020-06-21 19:37:00 -07:00
log.go multi: rename, fix modules 2020-06-21 19:37:00 -07:00
Makefile travis: disable coverage for private repo 2020-06-24 10:53:59 +02:00
rpcserver.go multi: rename, fix modules 2020-06-21 19:37:00 -07:00
server.go multi: rename, fix modules 2020-06-21 19:37:00 -07:00
version.go multi: rename, fix modules 2020-06-21 19:37:00 -07:00