lntest: init SignerClient and test DeriveSharedKey

This commit is contained in:
yyforyongyu
2020-07-28 08:25:33 +08:00
parent 1c80f9818f
commit d2d71476bd
4 changed files with 220 additions and 0 deletions

View File

@@ -14236,6 +14236,10 @@ var testsCases = []*testCase{
name: "node sign verify",
test: testNodeSignVerify,
},
{
name: "derive shared key",
test: testDeriveSharedKey,
},
{
name: "async payments benchmark",
test: testAsyncPayments,