62 Commits (xprv-restore)

Author SHA1 Message Date
Wilmer Paulino f91e7cde59
lnwallet: expose optional account filter for several WalletController methods 3 years ago
eugene dcdf36f410 lnd+funding: move Manager to funding, change references 3 years ago
eugene 936227798a lnd: remove openChanReq, call InitFundingWorkflow with InitFundingMsg 3 years ago
Eugene 4d238cfa2f lnd: export ChainControl, ChainRegistry 4 years ago
Eugene f4fe76aaf1 chainreg: add Config, move chainparams.go 4 years ago
Johan T. Halseth dbeafe8832
autopilot: rename to Capacity to Balance, define ChannelInfo() 4 years ago
Johan T. Halseth d40cf6b592
autopilot: split channel definition into LocalChannel/ChannelEdge 4 years ago
Johan T. Halseth 3e1755ee99
autopilot: remove unimpleneted SpliceIn/Out methods 4 years ago
yyforyongyu ef38b12fda
multi: use timeout field in dialer 4 years ago
nsa 3791c9efcb lnd: removing activeNetParams global, passed around instead via configs 4 years ago
Olaoluwa Osuntokun f58b00ef55
multi: split database storage into remote and local instances 4 years ago
yyforyongyu b01947b7dc lnd: fix go fmt 4 years ago
vctt94 474ce4ae25 server: Add max value in flight to server 4 years ago
Oliver Gugger 7f1b865b53
multi: rename server's identityPriv to identityECDH 4 years ago
Oliver Gugger 9ed1cd623f
config+lncfg: move config structs to lncfg, drop suffix 4 years ago
Andras Banki-Horvath 556e3525ea misc: fix error formatting in multiple files 4 years ago
Johan T. Halseth c9c667bbf2
pilot: log whether autopilot is active at startup 4 years ago
Joost Jager 61e114f201
autopilot: take channel min htlc from config 4 years ago
Joost Jager ddb98fcc41
multi: distinguish between htlc in and out constraints 4 years ago
Johan T. Halseth 7524265ab1
autopilot: trigger agent channel open on new scores 5 years ago
chokoboko c38f241b51 pilot: fix log message in initAutoPilot 5 years ago
Conner Fromknecht e2a53f71d0
pilot+discovery: remove info spews 5 years ago
Johan T. Halseth bf7f392c11
autopilot: use subtractFees when funding channel 5 years ago
Johan T. Halseth 187c8bc0b5
config+autopilot: make conftarget configurable 5 years ago
Johan T. Halseth 9a7f24d2d3
autopilot: extract default fee estimate target conf into constant 5 years ago
Johan T. Halseth b53899c43c
lnd: rename package main->lnd 5 years ago
Johan T. Halseth 8ab718368d
lnd+pilot+autopilot: use config to set active autopilot heuristics 5 years ago
Johan T. Halseth 36e7694e8e
config+pilot: define autopilot.heuristic 5 years ago
Johan T. Halseth f48c8f91c4
lnd+pilot: use WeightedCombAttachment 5 years ago
Johan T. Halseth 3739c19ef8
autopilot/pref_attachment: rename ConstrainedPrefAttachment->PrefAttachment 5 years ago
Johan T. Halseth 1d82e12fcf
autopilot: define AgentConstraints 5 years ago
Johan T. Halseth cff42e06c8
pilot+lnd: let autopilot.Manager manage pilot-agent 5 years ago
Johan T. Halseth 35f4ec84d1
autopilot/prefattach: use HeuristicConstraints 5 years ago
Wilmer Paulino 0a2986355e
pilot: improve error when unable to reach any of a peer's addresses 6 years ago
Wilmer Paulino e1a4657427
pilot: remove disconnection logic from chanController 6 years ago
Wilmer Paulino e1a376d9f8
autopilot: use updateBalance rather than tracking balance explicitly 6 years ago
Conner Fromknecht 93f1994dc5
pilot: signal OnNodeUpdates to autopilot 6 years ago
Johan T. Halseth 2a3b52535e
autopilot: check if already connected before returning error 6 years ago
Wilmer Paulino 7724d86801
config+pilot: add flag to specify min confs for autopilot agent 6 years ago
Wilmer Paulino 5c414bb1d0
multi: make OpenChannel take in openChanReq 6 years ago
Wilmer Paulino 454b549c7e
autopilot+pilot: refactor connection logic out of OpenChannel 6 years ago
Wilmer Paulino 89325a13b7
autopilot+config: support opening private channels with autopilot agent 6 years ago
Wilmer Paulino 9d2eeb6304
multi: update to latest fee estimation interface 6 years ago
Olaoluwa Osuntokun 6f60f139f4 multi: switch over import paths from roasbeef/* to btcsuite/* 6 years ago
Wilmer Paulino 2e0484be19
multi: ensure addresses are no longer assumed to be TCP addresses only 6 years ago
Conner Fromknecht f963f91a3c
multi: use mutex-guarded ShortChanID() on OpenChannel 6 years ago
Dimitris Tsapakidis 4009f7f874 multi: fix typos in comments 6 years ago
Johan T. Halseth 208d1199ef
pilot: set remoteCsvDelay=0 (default) for OpenChannel 6 years ago
Olaoluwa Osuntokun 76f7a66259
config+pilot: add new config params to specify min+max autopilot chan size 6 years ago
Olaoluwa Osuntokun 602048ae5c
pilot: if unable to establish channel, disconnect peer 6 years ago