Commit Graph
7 Commits
Author SHA1 Message Date
wbt 7d206ba64a Noted suicide is deprecated (#3692)
According to the [changelog](https://github.com/ethereum/solidity/blob/b5e804b8caba0cc84514898323df91a025705177/Changelog.md), `suicide` was deprecated before 0.4.3 (after 0.2.0) and warning by 0.4.17.
2018-03-12 15:02:24 +01:00
wbt 92fe9e621e Note deprecation of constant keyword on functions 2018-02-27 00:08:17 +01:00
wbt efcc8efffa Respond to chriseth's suggestions
https://github.com/ethereum/solidity/pull/3424#pullrequestreview-90873869
2018-01-26 13:15:22 -05:00
wbt a396572f57 Update FAQ answer re decompiler 2018-01-23 09:53:00 -05:00
wbt 761eae2499 Update from official repo 2018-01-23 09:44:37 -05:00
wbt 1948b9687f Case convention clarification
Constructors follow the contract naming convention, using CapWords, instead of mixedCase.
2018-01-16 13:08:20 -05:00
wbt 2ebc9953e4 Minor update in contracts
Fix typos and prevent example code from needing horizontal scroll bar
2017-11-29 14:21:21 -05:00