aboutsummaryrefslogtreecommitdiffstats
path: root/docs/miscellaneous.rst
Commit message (Collapse)AuthorAgeFilesLines
* Remove wrong syntax highlighting in docsFederico Bond2016-12-291-0/+1
|
* Use multiple URLs for metadata.chriseth2016-12-131-4/+4
|
* Merge pull request #1351 from ethereum/truncate_bitchriseth2016-12-081-1/+54
|\ | | | | Truncate a boolean from calldata into one bit
| * docs: rename overflow to variable cleanupAlex Beregszaszi2016-12-011-4/+4
| |
| * docs: update overflow cleanup wordingAlex Beregszaszi2016-12-011-4/+4
| |
| * docs: remove the word overflow when we are talking about invalid valuesYoichi Hirai2016-12-011-22/+22
| |
| * codegen: clean any data from the inputYoichi Hirai2016-12-011-0/+3
| |
| * docs: describe when and how overflown values are cleanedYoichi Hirai2016-12-011-1/+51
| |
* | parsing: `default` and `null` are reserved keywordsYoichi Hirai2016-12-021-1/+1
| |
* | Fix documentation errorsAlex Beregszaszi2016-12-011-4/+4
| | | | | | | | | | | | Subheadings must use consistent format across a file. The metadata with comments cannot be parsed as JSON.
* | Update metadata documentationAlex Beregszaszi2016-12-011-22/+24
| |
* | Use CBOR encoding.chriseth2016-12-011-9/+27
| |
* | Fix documentation error.chriseth2016-12-011-0/+2
| |
* | Add swarm hash to the end of the bytecode.chriseth2016-12-011-7/+2
| |
* | Documentation.chriseth2016-12-011-0/+119
|/
* Include the grammar verbatim in the documentationAlex Beregszaszi2016-11-301-1/+1
|
* docs: add a section about calldata layoutYoichi Hirai2016-11-231-0/+11
| | | | Part of #1390
* Minor documentation fixesAlex Beregszaszi2016-10-191-0/+1
|
* Merge pull request #1195 from ethereum/memory-docchriseth2016-10-141-0/+17
|\ | | | | Document memory layout
| * Explain how scratch space affects the free memory pointerAlex Beregszaszi2016-10-121-1/+6
| |
| * Merge the two EVM memory introduction sectionsAlex Beregszaszi2016-10-121-2/+0
| |
| * Document memory layoutAlex Beregszaszi2016-10-111-0/+14
| |
* | Add link to grammar.txt in the documentationAlex Beregszaszi2016-10-111-0/+5
|/
* Document the reserved keywordsAlex Beregszaszi2016-10-071-0/+8
|
* Rename sha3 to keccak256 in the documentationAlex Beregszaszi2016-10-061-8/+9
|
* Update documentation to version 0.4.0.chriseth2016-09-071-1/+1
|
* Write about struct members as wellDenton Liu2016-08-271-4/+4
|
* Write about multiple reads and writesDenton Liu2016-08-271-3/+3
|
* Fix typoDenton Liu2016-08-271-3/+3
|
* Document use of smaller storage variablesDenton Liu2016-08-261-0/+17
|
* Change capitalisationDenton Liu2016-08-241-1/+1
|
* Actually better to return zero on error.chriseth2016-08-161-1/+1
|
* Remove after keyword from documentationDenton Liu2016-08-111-2/+1
|
* Merge pull request #750 from ethereum/chriseth-patch-2chriseth2016-08-011-1/+1
|\ | | | | Correct source map definition.
| * Correct source map definition.chriseth2016-07-271-1/+1
| |
* | Merge pull request #732 from Denton-L/document-precedencechriseth2016-08-011-0/+63
|\ \ | |/ |/| Document precedence
| * Add unary operations to the tableDenton Liu2016-07-291-0/+2
| |
| * Remove >>> and >>>= operatorsDenton Liu2016-07-271-3/+3
| |
| * Revert "Remove comma operator"Denton Liu2016-07-271-0/+3
| | | | | | | | This reverts commit 1ec74f8cc4b952331b3003e2326eb90aa7fc2e55.
| * Fix assignment operatorsDenton Liu2016-07-271-0/+1
| |
| * Remove comma operatorDenton Liu2016-07-271-3/+0
| |
| * Add link to operator tableDenton Liu2016-07-211-0/+2
| |
| * Create order of precedence tableDenton Liu2016-07-211-0/+58
| |
* | Source mapping documentation.chriseth2016-07-211-0/+53
|/
* Fix typosDenton Liu2016-07-131-1/+1
|
* Security Considerationschriseth2016-07-041-28/+0
|
* Fix mis-typed word. The recipient will `run` out of gas, not `go` out of gasFabio Berger2016-06-191-1/+1
|
* Allow remappings to change depending on the context.chriseth2016-06-091-1/+5
|
* Added newlines to fix build errorDenton Liu2016-06-021-0/+2
|
* Updated incorrect list numberDenton Liu2016-06-021-1/+1
|
* Document some pitfalls in connection with "send".chriseth2016-06-021-0/+18
|
* Named the global function parametersDenton Liu2016-05-311-3/+3
|
* Corrected descriptions of hashesDenton Liu2016-05-311-3/+3
|
* Made explicit that we use KECCAK-256Denton Liu2016-05-311-1/+1
|
* Removed ending periods for consistencyDenton Liu2016-05-311-3/+3
|
* Added the type of .balanceDenton Liu2016-05-311-1/+1
|
* Sorted block attributes alphabeticallyDenton Liu2016-05-311-1/+1
|
* Made it apparent that block.blockhash is functionDenton Liu2016-05-311-1/+1
|
* Changed inline code syntaxDenton Liu2016-05-301-59/+59
| | | | Changed from :code:`<inline>` to ``<inline>``
* Modified miscellaneous.rstDenton Liu2016-05-301-59/+61
| | | | Corrected inline code syntax
* Changed link from markdown to rstDenton Liu2016-05-191-1/+3
| | | | Added labels for the links to point to
* Corrected capitalisation of symbol namesDenton Liu2016-05-191-3/+3
|
* Corrected documentation for ecrecoverDenton Liu2016-05-191-1/+1
|
* Changed whitespace formattingDenton Liu2016-05-181-0/+2
|
* documentationchriseth2016-01-301-2/+5
|
* Document remappingschriseth2016-01-261-1/+10
|
* Fixes in the misc section.chriseth2015-12-211-40/+40
|
* Imported documentation.chriseth2015-12-081-0/+194