peace-relay icon indicating copy to clipboard operation
peace-relay copied to clipboard

Updates

Open Anyhowclick opened this issue 6 years ago • 0 comments

  1. README has a few more instructions, and an example added
  2. Updated contracts to solidity v0.4.23 / v0.4.24 where possible
  3. Fixed critical contract bug vulnerability assert(totalSupply == this.balance); <-- Contracts can forcibly receive Ether from other contracts
  4. Added totalSupply() function, removed payable fallback function for ETHToken
  5. Renamed ETC to ETH where appropriate

Anyhowclick avatar May 25 '18 09:05 Anyhowclick