lnd icon indicating copy to clipboard operation
lnd copied to clipboard

itest: neutrino sub-server

Open ErikEk opened this issue 3 years ago • 1 comments

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 avatar Jul 30 '22 22:07 ErikEk

@erikek, remember to re-request review from reviewers when ready

lightninglabs-deploy avatar Nov 15 '22 16:11 lightninglabs-deploy

@erikek, remember to re-request review from reviewers when ready

lightninglabs-deploy avatar Jan 03 '23 18:01 lightninglabs-deploy

Just removed the tests for getblock, getblockheader and getblockhash since they will not be included in 0.16.

ErikEk avatar Jan 11 '23 05:01 ErikEk

PR is now updated. Converted it to the new test framework.

ErikEk avatar Jan 12 '23 06:01 ErikEk

@yyforyongyu If you want help converting more tests to the new framework just tell me.

ErikEk avatar Jan 12 '23 07:01 ErikEk

@guggero Thanks

ErikEk avatar Jan 12 '23 11:01 ErikEk