28 Commits
Author SHA1 Message Date
chriseth d5e536a4fb Made snippet work as is. 2016-08-01 12:14:17 +02:00
cseberino a20e03135b Update contracts.rst 2016-08-01 12:12:06 +02:00
Manidos fe45221952 Update contracts.rst
I've changed line 88, because **if (msg.sender == creator)** threw an exception in solidity browser compier.

Untitled:25:13: Error: Operator == not compatible with types address and contract TokenCreator
        if (msg.sender == creator)
            ^-------------------^
2016-07-27 13:27:56 +06:00
chriseth 2df142c496 Security Considerations 2016-07-04 15:27:53 +02:00
Dave Hoover b31bd4a2e4 Fixing library examples that don't compile.
Addressing https://github.com/ethereum/solidity/issues/684
2016-06-25 07:11:45 -05:00
chriseth b23c300792 Merge pull request #658 from graup/graup-patch-1
Fix typo in Libraries section
2016-06-21 17:52:35 +02:00
Fabio Berger 9272c8ab32 Fix two documentation typos 2016-06-20 01:41:46 +01:00
Paul Grau 6aa069403a Fix typo in Libraries section 2016-06-17 23:13:03 +02:00
Denton Liu 49f5bc7ce9 Changed inline code syntax
Changed from :code:`<inline>` to ``<inline>``
2016-05-30 09:44:33 -04:00
Denton Liu c8e4ba4b52 Modified contracts.rst
Changed inline code syntax
2016-05-30 09:42:30 -04:00
Denton Liu d29b9b986e Changed link from markdown to rst
Added labels for the links to point to
2016-05-18 17:17:05 -04:00
Denton Liu c851cd0481 Corrected capitalisation of symbol names 2016-05-18 17:17:05 -04:00
Denton Liu 7c22a387f3 Changed whitespace formatting 2016-05-18 11:35:32 -04:00
Denton Liu bb62a8b3fd Replaced all tabs with spaces 2016-05-18 11:23:47 -04:00
Denton Liu 8bbe99ad11 More code-style corrections 2016-05-18 11:23:47 -04:00
Alex Melville 38940ddfa5 fix example solidity contract code by adding argument to constructor 2016-05-15 17:16:44 -07:00
Denton Liu 565866dd87 Reformatted according to style guide 2016-05-05 14:58:02 -04:00
Denton Liu 768b778615 Update contracts.rst
Corrected grammar error
2016-05-05 14:01:50 -04:00
chriseth 7e0a1863de Documentation. 2016-05-05 13:36:32 +02:00
chriseth d0bb87ae88 Documentation for delegatecall. 2016-03-11 17:49:59 +01:00
uberlaufer 770d509af6 Update contracts.rst 2016-03-10 20:55:53 +01:00
uberlaufer ec3800b28e shortened lines to 79 2016-03-10 20:53:13 +01:00
uberlaufer ac03a08bec Update contracts.rst
minor grammar and spelling corrections
2016-03-10 19:12:16 +01:00
holgerd77 aec2f4879a Added in-depth links to function modifiers, structs and enums in structure section 2016-02-19 12:05:56 +01:00
u2 af2e4c0673 docs: code sytle 2015-12-30 20:56:46 +08:00
chriseth 8fe89455b3 Fixes in the misc section. 2015-12-21 16:54:32 +01:00
chriseth 5622011bc5 Note about private note being invisible. 2015-12-14 16:22:52 +01:00
chriseth 64fa9ca478 Imported documentation. 2015-12-07 22:35:51 +01:00