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

Update go-perun to v0.6.1 #161

Closed manoranjith closed 3 years ago

manoranjith commented 3 years ago

Description

Three follow up issues are to be created:

Category

Implementation Task

Relevant issue

Closes #151

Testing

All existing tests should pass. Updated some of the tests for the changes introduced in go-perun.

Steps to run the tests
  1. In one terminal:
    ganache-cli -b 1 --account="0x1fedd636dbc7e8d41a0622a2040b86fea8842cef9d4aa4c582aad00465b7acff,100000000000000000000" --account="0xb0309c60b4622d3071fad3e16c2ce4d0b1e7758316c187754f4dd0cfb44ceb33,100000000000000000000"
  2. In another terminal:
    go test -cover -p 1 -count=1 -tags=integration ./...

Checklist

manoranjith commented 3 years ago

Follow up issues have been created: