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

Upgrade go perun to 0.8.0 #230

Closed manoranjith closed 2 years ago

manoranjith commented 2 years ago

Description

Upgrade go-perun to the latest version. This also upgrades the version of go-ethereum to v1.10.12.

Apart from a few minor changes, the major changes are

  1. Deprecation of Register method on Channel. This logic for closing a channel has been updated accordingly.
  2. Use of external watching component.
Category

Implementation Task

Relevant issue

Closes #232.

Testing

All existing tests should continue to pass.

Checklist