hyperledger-labs / perun-node

State channel node of the blockchain-agnostic state channels framework Perun.
https://labs.hyperledger.org/perun-doc/
Apache License 2.0
18 stars 12 forks source link

Use new error type & structured log in AddPeerID #148

Closed manoranjith closed 3 years ago

manoranjith commented 3 years ago

Description

For AddPeerID API:

Category

Implementation Task

Relevant issue

Relates to #132, #133.

Testing

Steps to run the tests
  1. Updated test Test_YAML_Write_Read in idprovider/local package for the newly added error constants.
  2. Updated test Test_Session_AddPeerID in session package and Test_Integ_New in node package for using new error type in AddPeerID api.

Checklist

manoranjith commented 3 years ago

Rebased onto latest develop.