lnd
lnd copied to clipboard
itest: neutrino sub-server
Requested by @yyforyongyu. This PR adds itests for some of the functions (excluding isbanned and disconnect peer) of the neutrino sub-server, and incorporate the neutrino sub-server as a client in the harnessnode. For this to work neutrino has to be chosen as the backend (make itest backend=neutrino).
I did not include t.Skip messages for non-neutrino backend tests.
@erikek, remember to re-request review from reviewers when ready
@erikek, remember to re-request review from reviewers when ready
Just removed the tests for getblock, getblockheader and getblockhash since they will not be included in 0.16.
PR is now updated. Converted it to the new test framework.
@yyforyongyu If you want help converting more tests to the new framework just tell me.
@guggero Thanks