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