lnd.xprv/contractcourt
Olaoluwa Osuntokun 73c9c2ee15
sweep+cnct+nursery+rpc: extract DetermineFeePerKw to func, add FeePreference
In this commit, we extract the existing determineFeePerKw method on the
RPC server into a new file in the sweep package. Along the way, we
consolidate code by introducing a new FeePreference struct, which allows
the caller to express their fee preference either in blocks to
confirmation, or a direct fee rate. This move takes a small step to
father decoupling calls in the main RPC server.
2019-01-09 15:55:17 -08:00
..
briefcase_test.go multi: switch from bolt packge to bbolt package for all imports 2018-11-29 20:33:49 -08:00
briefcase.go multi: switch from bolt packge to bbolt package for all imports 2018-11-29 20:33:49 -08:00
chain_arbitrator_test.go contractcourt: add new ChainArbitrator struct as central coordinator of package 2018-01-22 19:19:36 -08:00
chain_arbitrator.go multi: replace per channel sigPool with global daemon level sigPool 2018-12-16 15:40:14 -08:00
chain_watcher_test.go cnct: add channel_arbitor test that exercises the htlcOutgoingContestResolver 2018-09-20 18:17:23 -07:00
chain_watcher.go chain_watcher: poll for commit point in case of failure 2018-11-21 10:28:57 +01:00
channel_arbitrator_test.go contractcourt/channel_arbitrator: prevent force closing same channel twice 2018-12-10 20:37:58 -08:00
channel_arbitrator.go contractcourt/channel_arbitrator: prevent force closing same channel twice 2018-12-10 20:37:58 -08:00
contract_resolvers_test.go contractcourt: add complete ContractResolver implementations 2018-01-22 19:19:36 -08:00
contract_resolvers.go sweep+cnct+nursery+rpc: extract DetermineFeePerKw to func, add FeePreference 2019-01-09 15:55:17 -08:00
log.go multi: init subsystem loggers via build pkg 2018-10-05 13:04:45 +09:00