Commit Graph
100 Commits
Author SHA1 Message Date
Denton Liu ef117c2902 Fix creating contracts section 2016-08-24 11:43:56 -04:00
Denton Liu 2716d01f2c Rename "call data" to "calldata" 2016-08-24 11:43:56 -04:00
Denton Liu 89004edb2f Add comma 2016-08-24 11:43:56 -04:00
Denton Liu 41ad2110c2 Fix control-structures 2016-08-24 11:43:56 -04:00
Denton Liu 1655f3b7bf Update contracts.rst 2016-08-24 11:43:55 -04:00
Denton Liu 4bd96d9382 Fix description about how blocks work 2016-08-24 11:43:55 -04:00
Denton Liu c65735fc19 Change XXX bit to XXX-bit 2016-08-24 11:43:55 -04:00
Denton Liu 72f2799556 Fix typo 2016-08-24 11:43:55 -04:00
Denton Liu c58e460ba2 Change example code formatting 2016-08-24 11:43:55 -04:00
Denton Liu 02a72871d2 Change capitalisation 2016-08-24 11:43:55 -04:00
Denton Liu ac799aff0e Remove trailing whitespaces 2016-08-24 11:43:55 -04:00
Denton Liu e27493aa83 Remove throw from withdrawal pattern 2016-08-18 12:56:39 -04:00
Denton Liu bbe7c493ad Document throwing on contract-creation fail 2016-08-18 12:47:41 -04:00
Denton Liu c2cfc819a2 Document throwing on calling empty code 2016-08-17 14:13:53 -04:00
Denton Liu 1826579f80 Add documentation about throwing 2016-08-17 12:09:20 -04:00
Denton Liu ccd4ad7e1d Disable AppVeyorBot comments 2016-08-15 16:38:18 -04:00
Denton Liu 0b3ad9262c Fix code 2016-08-12 11:08:53 -04:00
Denton Liu 269a6d1379 Reference inspiration 2016-08-12 11:03:58 -04:00
Denton Liu 33e96cbdd9 Update README 2016-08-11 16:43:04 -04:00
Denton Liu 0f1fb33d58 Add minor corrections 2016-08-11 14:34:36 -04:00
Denton Liu 1634a79bd8 Correct all UTF-8 spellings 2016-08-11 11:10:47 -04:00
Denton Liu 2a492f59c9 Add double-quotes to style guide 2016-08-11 11:10:47 -04:00
Denton Liu f2389b3314 Change i.e. to e.g. 2016-08-11 11:10:47 -04:00
Denton Liu e4f9e1f788 Mention single-quotes 2016-08-11 11:10:47 -04:00
Denton Liu 581114da3e Correct UTF-8 spellings 2016-08-11 11:10:47 -04:00
Denton Liu 058e5f0159 Update contracts and descriptions 2016-08-11 10:45:47 -04:00
Denton Liu 4737100d00 Change withdrawal example
The example is now a "King of the Ether"-esque contract. This is
actually relevant as they suffered an attack because of an almost
identical issue.

See the post-mortem here:
https://www.kingoftheether.com/postmortem.html
2016-08-11 10:35:45 -04:00
Denton Liu 92a711c4fb Remove after from grammar.txt 2016-08-11 10:15:59 -04:00
Denton Liu 58d37f24ae Remove After test case 2016-08-11 10:15:59 -04:00
Denton Liu 1ff7ba0b06 Remove after keyword from documentation 2016-08-11 10:15:59 -04:00
Denton Liu faf0b3f669 Remove After from Types.cpp 2016-08-11 10:15:59 -04:00
Denton Liu cab8e63a0e Revert "Change After to a deprecated token"
This reverts commit 91c97f73b50fc87662b5490b2fe6de1c6ef376c7.
2016-08-11 10:15:59 -04:00
Denton Liu be98d3db51 Change After to a deprecated token 2016-08-11 10:15:59 -04:00
Denton Liu 5ee846e39f Remove After from ExpressionCompiler 2016-08-11 10:15:59 -04:00
Denton Liu 0988eba4fe Remove after from Token.h 2016-08-11 10:15:59 -04:00
Denton Liu 666c46ac29 Use store example 2016-08-10 11:11:13 -04:00
Denton Liu b688d33055 Change example to auction 2016-08-10 10:42:51 -04:00
Denton Liu a6c9d85399 Remove trailing whitespace 2016-08-10 10:42:51 -04:00
Denton Liu 617daa1f00 Fix withdrawal pattern documentation 2016-08-10 10:40:55 -04:00
Denton Liu 82365f21c0 Link to withdraw pattern 2016-08-10 10:40:55 -04:00
Denton Liu efb48659dd Add section about withdrawal pattern 2016-08-10 10:40:55 -04:00
Denton Liu 279518a536 Add missing s 2016-08-08 13:33:09 -04:00
Denton Liu 838a91b38c Refix typo 2016-08-08 13:32:54 -04:00
Denton Liu 2204c597fb Fix typo 2016-08-05 11:59:10 -04:00
Denton Liu e3a942c738 Throw if send() fails in example code 2016-07-29 14:04:47 -04:00
Denton Liu 5687beb424 Add unary operations to the table 2016-07-28 15:25:58 -04:00
Denton Liu 7a20324142 Link to order of precedence table 2016-07-28 15:19:04 -04:00
Denton Liu 8bf96b1c43 Remove >>> and >>>= operators 2016-07-27 10:30:20 -04:00
Denton Liu 71438157ce Revert "Remove comma operator"
This reverts commit 1ec74f8cc4.
2016-07-27 10:26:39 -04:00
Denton Liu ca5e6a6bd4 Fix assignment operators 2016-07-26 14:01:01 -04:00
Denton Liu 1ec74f8cc4 Remove comma operator 2016-07-26 13:54:17 -04:00
Denton Liu 8fbe994075 Fix isCompareOp() 2016-07-20 17:05:24 -04:00
Denton Liu 5d09211d50 Add link to operator table 2016-07-20 15:48:55 -04:00
Denton Liu dfe55a929d Create order of precedence table 2016-07-20 15:48:54 -04:00
Denton Liu 827208d1d6 Move in as a keyword to reserved word section 2016-07-20 15:42:18 -04:00
Denton Liu 5d113600aa Fix typos 2016-07-12 17:06:49 -04:00
Denton Liu f8aec4d89e Update copyright 2016-07-11 17:04:44 -04:00
Denton Liu cf0579a86e Incorporate changes 2016-07-08 14:07:58 -04:00
Denton Liu d94d2fc901 Repharse sentence 2016-07-08 12:27:04 -04:00
Denton Liu 06fa66b2e6 Mention dangers of polymorphism 2016-07-07 16:34:05 -04:00
Denton Liu ab3531ffc3 Incorporate corrections 2016-07-07 13:53:57 -04:00
Denton Liu 811980afe6 Reformat code 2016-07-05 11:55:09 -04:00
Denton Liu 70e5af11ef Correct grammar and language 2016-07-05 11:55:09 -04:00
Denton Liu 14f57568dc Apply fixes 2016-07-05 11:44:39 -04:00
Denton Liu d4d7d9854a Add reference to default values in mapping section 2016-07-04 10:52:08 -04:00
Denton Liu cb5fc23014 Fix incorrect directives 2016-07-04 10:51:02 -04:00
Denton Liu 0db67b8895 Add section about default values of variables 2016-06-22 13:35:15 -04:00
Denton Liu ccd54ed87e Added back 'For more information...' statement 2016-06-03 09:20:18 -04:00
Denton Liu bb83fd5adb Changed reference name 2016-06-02 09:29:53 -04:00
Denton Liu a7b5e21e66 Fixed a bad reference 2016-06-02 09:27:55 -04:00
Denton Liu c2bb2d2a72 Added newlines to fix build error 2016-06-02 09:22:24 -04:00
Denton Liu fc121b9ba7 Documented max stack depth at 1024 2016-06-02 09:14:53 -04:00
Denton Liu 0b4b5e1046 Make address link look better 2016-06-02 09:13:27 -04:00
Denton Liu 4a2c8fa9b7 uint20 is not a type 2016-06-01 13:59:45 -04:00
Denton Liu 1f19b93836 Copied warning message from cherry-picked commit 2016-06-01 13:59:16 -04:00
Denton Liu f03d315bad Updated incorrect list number 2016-06-01 13:25:36 -04:00
Denton Liu 9da7a4c17c Link address-type and address-global methods 2016-06-01 13:18:43 -04:00
Denton Liu cb2a4df6e5 Corrected typo 2016-06-01 13:15:17 -04:00
Denton Liu 2d32041552 Named the global function parameters 2016-05-30 13:18:30 -04:00
Denton Liu a29aaa3776 Added section on address-related constants 2016-05-30 13:18:30 -04:00
Denton Liu e72f819111 Corrected descriptions of hashes 2016-05-30 13:18:30 -04:00
Denton Liu 0c03577ade Removed leading space 2016-05-30 13:18:29 -04:00
Denton Liu aafc65a275 Made explicit that we use KECCAK-256 2016-05-30 13:18:29 -04:00
Denton Liu 2667874587 Removed ending periods for consistency 2016-05-30 13:18:29 -04:00
Denton Liu c0e10b1cf0 Added the type of .balance 2016-05-30 13:18:29 -04:00
Denton Liu a6785113b5 Sorted block attributes alphabetically 2016-05-30 13:18:28 -04:00
Denton Liu bc3e17192f Made it apparent that block.blockhash is function 2016-05-30 13:18:28 -04:00
Denton Liu 91459ffc76 Corrected underline length 2016-05-30 13:18:28 -04:00
Denton Liu a011ffdd48 Corrected capitalisation on index.rst 2016-05-30 13:18:14 -04:00
Denton Liu d0a0e4f3d2 Added a section about .send() returning false 2016-05-30 09:44:33 -04:00
Denton Liu 17f23629f1 Added @Arachnid's string library 2016-05-30 09:44:33 -04:00
Denton Liu 9862d61a5a Removed inline code formatting for one title 2016-05-30 09:44:33 -04:00
Denton Liu 2112f6239c Corrected underline lengths 2016-05-30 09:44:33 -04:00
Denton Liu 49f5bc7ce9 Changed inline code syntax
Changed from :code:`<inline>` to ``<inline>``
2016-05-30 09:44:33 -04:00
Denton Liu 652bb0e8c1 Modified units-and-global-variables.rst
Corrected syntax for inline code
2016-05-30 09:44:33 -04:00
Denton Liu a73428b4ef Modified types.rst
Corrected inline code syntax
2016-05-30 09:44:33 -04:00
Denton Liu 09a7fb7f6b Modified style-guide.rst
Corrected inline code syntax
2016-05-30 09:44:33 -04:00
Denton Liu b3669e6394 Corrected solidity-by-example.rst
Fixed inline code syntax
2016-05-30 09:44:33 -04:00
Denton Liu d87627e6ee Modified miscellaneous.rst
Corrected inline code syntax
2016-05-30 09:44:33 -04:00
Denton Liu 3fc4e2c14a Modified layout-of-source-files.rst
Corrected inline code syntax
2016-05-30 09:44:33 -04:00