Commit Graph
85 Commits
Author SHA1 Message Date
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
Denton Liu 506191b06c Modified introduction-to-smart-contracts.rst
Corrected inline code syntax
2016-05-30 09:44:33 -04:00
Denton Liu 981c38b8b0 Modified installing-solidity.rst
Corrected inline code syntax
2016-05-30 09:44:33 -04:00
Denton Liu 5d084afa81 Fixed whitespacing issues 2016-05-30 09:44:33 -04:00
Denton Liu a67317928a Corrected FAQ titles 2016-05-30 09:42:30 -04:00
Denton Liu ef6dc52801 Modified frequently-asked-questions.rst
Changed inline code syntax
2016-05-30 09:42:30 -04:00
Denton Liu 80600a5a42 Modified control-structures.rst
Changed inline code syntax
2016-05-30 09:42:30 -04:00
Denton Liu c8e4ba4b52 Modified contracts.rst
Changed inline code syntax
2016-05-30 09:42:30 -04:00
Denton Liu d57efc06c4 Modified common-patterns.rst
Now it uses proper inline code syntax
2016-05-30 09:42:30 -04:00
Denton Liu d7666d9eda Fixed errors introduced by previous commit
#565 introduced some errors in the documentation
2016-05-24 11:08:54 -04:00
Denton Liu 27269181b3 Corrected capitalisation 2016-05-19 13:32:54 -04:00
Denton Liu 6eeb7ffb3c Changed link to point to solc-js repo 2016-05-19 12:00:21 -04:00
Denton Liu 8bd1115255 Corrected typo 2016-05-18 18:04:15 -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 a8164eb5d7 Corrected documentation for ecrecover 2016-05-18 17:17:05 -04:00
Denton Liu 5903ca451f Corrected "who's" to "whose" 2016-05-18 17:17:05 -04:00
Denton Liu f8fcd1bc26 Changed do_something to doSomething
This is in accordance to the style guide
2016-05-18 17:17:05 -04:00
Denton Liu d152923548 Fixed a badly resolved merge conflict 2016-05-18 15:53:14 -04:00
Denton Liu 7c22a387f3 Changed whitespace formatting 2016-05-18 11:35:32 -04:00
Denton Liu ff26ea6c08 Added space to example code 2016-05-18 11:35:32 -04:00
Denton Liu d4ad3231a2 Removed trailing whitespace 2016-05-18 11:35:32 -04:00
Denton Liu 4b9e9cad56 Added an extra necessary linebreak 2016-05-18 11:35:32 -04:00
Denton Liu 18fb63167b Removed trailing whitespace 2016-05-18 11:35:28 -04:00
Denton Liu d70ae38e92 Fixed table formatting 2016-05-18 11:23:48 -04:00
Denton Liu 51fe1bd9c2 Replaced tabs with spaces 2016-05-18 11:23:48 -04:00
Denton Liu d6f05a6d36 Increased clarity of assembly statement 2016-05-18 11:23:48 -04:00
Denton Liu 14bd009eb6 Corrected spacing to four spaces 2016-05-18 11:23:47 -04:00
Denton Liu bdb48b8567 Removed trailing space 2016-05-18 11:23:47 -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
Denton Liu 20cec07b46 Removed unnecessary period 2016-05-12 13:25:00 -04:00
Denton Liu 7b6fd013a4 Added origin of scoping rules 2016-05-12 09:59:29 -04:00
Denton Liu 50eb3b8f8f Moved comment to more logical place 2016-05-12 09:49:49 -04:00
Denton Liu e60a17379e Removed trailing spaces 2016-05-12 09:48:56 -04:00
Denton Liu 52a8d7b3f5 Added content 2016-05-11 17:07:25 -04:00
Denton Liu 08b7d4aebe Changed the title 2016-05-11 17:02:28 -04:00
Denton Liu ef56723060 Created scoping section 2016-05-11 15:47:05 -04:00
Denton Liu b6fd6ddc99 Change whitespace section to include exception
For single-line functions, some whitespace padding
makes the functions slightly more readable.
2016-05-11 15:16:18 -04:00
Denton Liu d4125c4f07 Changed do_something to doSomething
This is in accordance to the style guide
2016-05-11 15:16:18 -04:00
Denton Liu 7e94a1d84d Added a clause about short functions 2016-05-06 10:19:28 -04:00
Denton Liu 7f940e498e Removed trailing whitespace 2016-05-06 09:53:06 -04:00
Denton Liu 7bc9777b70 Removed bulleted list 2016-05-06 09:42:05 -04:00
Denton Liu 961eb53f41 Moved the location of the "||" 2016-05-06 09:40:05 -04:00
Denton Liu ffade949de Fixed up formatting 2016-05-05 15:31:00 -04:00
Denton Liu 88bb63a507 Corrected formatting 2016-05-05 15:10:32 -04:00
Denton Liu 3abb987179 Rephrased awkward phrasing 2016-05-05 15:06:04 -04:00
Denton Liu 50f894393a Removed a trailing space 2016-05-05 15:05:05 -04:00
Denton Liu 4650280fff Corrected misspelling 2016-05-05 15:02:47 -04:00
Denton Liu 565866dd87 Reformatted according to style guide 2016-05-05 14:58:02 -04:00
Denton Liu a3230d60c2 Made the style consistent 2016-05-05 14:41:35 -04:00
Denton Liu f364dcf719 Removed a bad reference to functions-on-addresses 2016-05-05 14:28:10 -04:00
Denton Liu 4de0a9556c Removed bullet characters from types 2016-05-05 14:28:05 -04:00