lnd.xprv/contractcourt
Olaoluwa Osuntokun 4fd1f832d7
contractcourt+rpc: use new FetchChannel method instead of scanning
In this commit, we modify areas where we need to force close a channel
to use the new FetchChannel method instead of manually scanning. This
dramatically reduces the CPU usage when doing things like closing a
large number of channels within lnd.
2019-01-28 20:24:45 -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 contractcourt+rpc: use new FetchChannel method instead of scanning 2019-01-28 20:24:45 -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 Merge pull request #2431 from cfromknecht/keyring-remote-delay-retribution 2019-01-11 15:33:16 -08:00
channel_arbitrator_test.go contractcourt+server: settle invoice for on-chain HTLC sweep 2019-01-22 20:46:14 -08:00
channel_arbitrator.go cnct: make original htlc amt available for contract resolvers 2019-01-22 20:47:17 -08:00
commit_sweep_resolver.go cnct: split resolvers in separate files 2019-01-16 20:03:59 +01:00
contract_resolvers_test.go contractcourt: add complete ContractResolver implementations 2018-01-22 19:19:36 -08:00
contract_resolvers.go cnct: split resolvers in separate files 2019-01-16 20:03:59 +01:00
htlc_incoming_contest_resolver.go cnct: split resolvers in separate files 2019-01-16 20:03:59 +01:00
htlc_outgoing_contest_resolver.go cnct: split resolvers in separate files 2019-01-16 20:03:59 +01:00
htlc_success_resolver.go cnct: make original htlc amt available for contract resolvers 2019-01-22 20:47:17 -08:00
htlc_timeout_resolver.go cnct: make original htlc amt available for contract resolvers 2019-01-22 20:47:17 -08:00
log.go multi: init subsystem loggers via build pkg 2018-10-05 13:04:45 +09:00