No description
Find a file
Wilmer Paulino b7e48b5432 account: add basic coin selection heuristic
Most of the code is heavily borrowed from the chanfunding package in
lnd, except for some minor changes to account for the difference in
weights. Ideally, that package is refactored and abstracted such that it
doesn't only apply for channel funding.
2020-06-17 18:34:51 -07:00
account account: add basic coin selection heuristic 2020-06-17 18:34:51 -07:00
auctioneer client: add account recovery 2020-06-05 16:24:30 +02:00
chaninfo chaninfo: add new package to retrieve channel info for auctioneer 2020-05-01 16:08:17 -07:00
clientdb clientdb: store global random lock ID upon database initialization 2020-06-17 18:34:49 -07:00
clmrpc clmrpc: add README.md 2020-06-05 21:25:53 +02:00
clmscript client/clmscript: fix errors in witness size estimation 2020-03-09 20:00:20 -07:00
cmd client+cmd: add recover command 2020-06-05 16:24:33 +02:00
order client+clmrpc: unify data types for amounts, fees and blocks 2020-05-27 14:33:34 +02:00
config.go client: add config option to disable LSAT 2020-05-20 13:53:06 +02:00
log.go client: implement stream RPC 2020-03-04 15:11:08 +01:00
rpcserver.go client: perform account recovery 2020-06-05 16:24:33 +02:00
server.go Merge pull request #84 from Roasbeef/client-fix 2020-05-22 15:29:17 -07:00
version.go auctioneer+trader: add trader server daemon 2019-11-28 13:46:55 +01:00