Tags: celer-network/cChannel-eth
Tags
Update to r0.12 (#11) * Add public variables for channel stats * Use monotone increasing deposit & withdraw * Use hash(bytes32) for channel id (incomplete tests) * Indexed events * Separate CelerChannel into CelerLedger and CelerWallet * Split PayRegistry into PayResolver and PayRegistry * Add pending payment amount * Resolve deadline = block.number if amount = max as an optimization * Rename getResult to getOutcom to resolve #9
cChannel v0.11.0 (#6) * withdraw to another channel * gas used log * lightweight cooperative on-chain checkpoint * fix null sub msg bug * Proto 93 update protoc gen sol * fix create bug * separate PayRegistry * add mock ERC20 details * support numeric conditions * limit per channel deposit sum * Rename references of chain2 to chain * remove unnecessary abi.encodePacked * withdraw only during operable channel status * fix withdraw bug * upgrade libs to latest stable version * add require msg * add EthPool tests * downgrade openzeppelin * Update README.md