Skip to content

v0.12.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@stevenlcf stevenlcf released this 21 Jun 03:12
· 13 commits to master since this release
0935162

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