lnd/lntemp
yyforyongyu 89d275169a
lntemp: add nodeManager to manage running nodes
This commit adds a new struct, `nodeManager`, to manage running nodes.
It keeps track of the running nodes, and manages the start and stop of
the nodes with the context of `HarnessTest`.
2022-10-14 15:45:23 +08:00
..
node lntemp: add HarnessNode to manage lnd's process 2022-10-14 15:45:23 +08:00
rpc lntemp/rpc: add new package lntemp/rpc to manage rpc clients 2022-10-14 07:25:29 +08:00
fee_service.go lntemp: add utils and fee service 2022-10-14 15:45:23 +08:00
harness_miner.go lntemp: add HarnessMiner to manage miner related functions 2022-10-14 15:45:23 +08:00
harness_node_manager.go lntemp: add nodeManager to manage running nodes 2022-10-14 15:45:23 +08:00
utils.go lntemp: add utils and fee service 2022-10-14 15:45:23 +08:00