Skip to content

Releases: celer-network/cChannel-eth

v0.12.5

12 Jul 00:15
9bfb40b
Compare
Choose a tag to compare

Misc:

  • Refine code comments

v0.12.4

12 Jul 00:11
0662c8b
Compare
Choose a tag to compare

Bugfixes:

  • Address audit comments and improve the code

v0.12.3

29 Jun 23:53
d44c8cf
Compare
Choose a tag to compare

Improvements:

  • resolveDeadline = block.number if resolved amount = max
  • Batch deposit
  • Rename liquidate to clear
  • Add some additional view functions

Security:

  • Add pause and drainTokens to CelerWallet
  • Address code audit reviews

Misc:

  • Use solc v0.5.10

v0.12.0

21 Jun 03:12
0935162
Compare
Choose a tag to compare
v0.12.0 Pre-release
Pre-release

Features:

  • Add public variables for channel stats
  • Separate CelerChannel into CelerLedger and CelerWallet for CelerChannel upgradeability
  • Split PayRegistry into PayResolver and PayRegistry for PayResolver upgradeability
  • Add pending payment amount

Improvements:

  • Simplify proto
  • Use monotone increasing deposit & withdraw
  • Use hash(bytes32) for channel id
  • Indexed events
  • Resolve deadline = block.number if amount = max as an optimization

Misc:

  • calculate max pay number in payIdList
  • fine granularity gas measurement
  • Rename getResult to getOutcome

cChannel-eth v0.11.0

09 May 03:01
6454c0e
Compare
Choose a tag to compare

cChannel-eth v0.11.0 release. Check the features of this version in the README.