aboutsummaryrefslogtreecommitdiffstats
path: root/docs/miscellaneous.rst
Commit message (Collapse)AuthorAgeFilesLines
* Document ABI encoding functions.chriseth2018-04-141-0/+5
|
* Update documentation.chriseth2018-04-121-1/+2
|
* Documentation for revert with reason string.chriseth2018-04-121-0/+1
|
* Create empty dynamic memory arrays more efficiently.chriseth2018-04-041-4/+7
|
* Updates docs for blockhash changes.bitshift2018-03-271-1/+19
|
* Noted `suicide` is deprecated (#3692)wbt2018-03-121-1/+1
| | | 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.
* Document the meaning of sourceIndex "-1" in source mappings.Daniel Kirchner2018-03-061-0/+5
|
* Move msg.gas to global function gasleft(). Closes #2971.Daniel Kirchner2018-03-051-1/+2
|
* Update Tips and Tricks on structs initialization. (#3626)Oleksii Matiiasevych2018-03-011-1/+4
| | | | * Update Tips and Tricks on structs initialization.
* Update miscellaneous.rstJordi Baylina2018-02-281-1/+1
|
* Make addmod and mulmod revert if the last argument is zero.chriseth2018-02-151-2/+2
|
* Update miscellaneous.rstDavid Au2017-10-151-1/+1
| | | Fix small typo
* Document packed ABIAlex Beregszaszi2017-09-271-3/+3
|
* Promote metadata to its own chapter (split from miscellaneous)Alex Beregszaszi2017-09-111-144/+0
|
* Refer to internal ABI documentationAlex Beregszaszi2017-08-281-4/+2
|
* Highlight opcodes in docsAlex Beregszaszi2017-08-281-8/+8
|
* Fix lists and linksAlex Beregszaszi2017-08-281-1/+1
|
* Document pure functionsAlex Beregszaszi2017-08-241-2/+3
|
* Document view functionsAlex Beregszaszi2017-08-231-2/+3
|
* Merge pull request #2486 from jamesray1/patch-22chriseth2017-08-121-1/+1
|\ | | | | Ref to getter function in docs/miscellaneous.rst
| * :ref:`getter function<getter-functions>`James Ray2017-07-311-1/+1
| |
| * ref getter-functionsJames Ray2017-07-281-1/+1
| |
| * Updated reference to getter-functionsJames Ray2017-07-281-1/+1
| |
| * Fixed reference to getter functionJames Ray2017-07-071-1/+1
| |
| * Ref to getter functionJames Ray2017-06-301-1/+1
| |
* | Mention all global aliasesAlex Beregszaszi2017-07-271-1/+2
| |
* | Remove interface keyword from reserved listAlex Beregszaszi2017-07-271-1/+1
| |
* | Add version pragma to docs examplesAlex Beregszaszi2017-07-131-0/+2
|/
* Clarify exceptions.chriseth2017-06-241-1/+1
|
* Fix and improve grammar.txtFederico Bond2017-06-231-1/+3
|
* for free => automaticallyJonathan Brown2017-06-031-1/+1
| | | Getters still use gas when called from another contract, so they are not free.
* Explain that bytecode depends on metadataAlex Beregszaszi2017-04-261-0/+6
|
* Mention the order of the ABI in metadataAlex Beregszaszi2017-04-261-0/+2
|
* Require and Assert.chriseth2017-03-141-1/+3
|
* Merge pull request #1702 from ethereum/assertErrorYoichi Hirai2017-03-041-2/+1
|\ | | | | Change effect of assert to invalid opcode.
| * Remove assert for now.chriseth2017-02-241-2/+1
| |
| * Change effect of assert to invalid opcode.chriseth2017-02-161-1/+1
| |
* | Document transfer()Alex Beregszaszi2017-02-241-2/+3
|/
* Document revert()Alex Beregszaszi2017-02-111-1/+2
|
* Use different wording for assertAlex Beregszaszi2017-02-111-1/+1
|
* Document assert()Alex Beregszaszi2017-02-101-1/+2
|
* Document input description and metadata output.chriseth2017-02-091-39/+0
|
* Remove obsolete esoteric features sectionAlex Beregszaszi2017-02-031-25/+0
|
* Rename accessor to getterAlex Beregszaszi2017-02-031-2/+2
|
* 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