aboutsummaryrefslogtreecommitdiffstats
path: root/docs/units-and-global-variables.rst
Commit message (Collapse)AuthorAgeFilesLines
* change assert and require docsAndreas Olofsson2018-05-071-3/+3
|
* State that years has been deprecated.chriseth2018-05-021-0/+3
|
* Document ABI encoding functions.chriseth2018-04-141-2/+23
|
* Update documentation.chriseth2018-04-121-0/+2
|
* Documentation for revert with reason string.chriseth2018-04-121-0/+2
|
* Update Delegatecall Description in DocsRobbie Ferguson2018-04-061-0/+7
| | | | The previous description did not include the fact that the storage locations of the two contracts must align up until the storage variable(s) affected in order for the called contract to successfully write to the caller's storage. If they are misaligned, delegatecall will silently fail. This is difficult to debug without underlying knowledge of how delegatecall works, and clarity in the docs would certainly be helpful.
* Updates docs for blockhash changes.bitshift2018-03-271-2/+2
|
* 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.
* Move msg.gas to global function gasleft(). Closes #2971.Daniel Kirchner2018-03-051-1/+2
|
* Merge pull request #3543 from ↵chriseth2018-02-201-5/+5
|\ | | | | | | | | medvedev1088/feature/add-gas-details-to-documentation Add gas forwarding details to address related functions in documentation
| * Add adjustable/no adjustable gas details to address related functions in ↵Evgeny Medvedev2018-02-201-5/+5
| | | | | | | | units-and-global-variables.rst
| * Add gas forwarding details to address related functions in ↵Evgeny Medvedev2018-02-191-5/+5
| | | | | | | | units-and-global-variables.rst
* | Make addmod and mulmod revert if the last argument is zero.chriseth2018-02-151-2/+2
| |
* | Fix Solidity warningsJim McDonald2017-12-131-1/+1
| |
* | Remove obsolote statement about msg.sender and library calls.chriseth2017-11-161-5/+0
|/
* Document packed ABIAlex Beregszaszi2017-09-271-3/+3
|
* Document caveats about timestamp and blockhashAlex Beregszaszi2017-09-021-0/+12
|
* Closing parenthesischriseth2017-07-271-1/+1
|
* Mention all global aliasesAlex Beregszaszi2017-07-271-3/+8
|
* Mention that callcode is deprecatedAlex Beregszaszi2017-07-271-0/+4
|
* Review suggestions.chriseth2017-06-241-1/+1
|
* Clarify exceptions.chriseth2017-06-241-5/+14
|
* Improves clarity of block.timestampMicah Zoltu2017-05-131-1/+1
|
* Update units-and-global-variables.rstFedericoCapello2017-05-021-2/+2
| | | Consistency of explanation.
* Correct syntax and link to question.chriseth2017-04-211-1/+1
|
* Added link to example for ecrecoverMorgan2017-04-211-0/+1
| | | This should be helpful for now until I can write up some documentation to include here
* Merge pull request #1785 from ethereum/docs-addressAlex Beregszaszi2017-03-161-3/+9
|\ | | | | Document all address methods in the global variables section
| * Document all address methods in the global variables sectionAlex Beregszaszi2017-03-161-3/+9
| |
* | Fix inconsistent use of single backticksAlex Beregszaszi2017-03-161-1/+1
|/
* Document transfer()Alex Beregszaszi2017-02-241-0/+2
|
* Document revert()Alex Beregszaszi2017-02-111-1/+3
|
* Document assert()Alex Beregszaszi2017-02-101-1/+3
|
* Add clarification for block.blockhashFederico Bond2016-11-021-1/+1
|
* Rename sha3 to keccak256 in the documentationAlex Beregszaszi2016-10-061-11/+13
|
* Merge pull request #969 from Denton-L/fix-documentationchriseth2016-08-301-1/+1
|\ | | | | Fix bad syntax
| * Fix typo from second to secondsDenton Liu2016-08-301-1/+1
| |
* | Fix typoDenton Liu2016-08-301-1/+1
| |
* | Document constant behaviour for hashesDenton Liu2016-08-301-0/+4
|/
* Actually better to return zero on error.chriseth2016-08-161-1/+1
|
* Merge pull request #886 from mocamircea/patch-6chriseth2016-08-121-1/+1
|\ | | | | Update units-and-global-variables.rst
| * Update units-and-global-variables.rstMircea Moca2016-08-121-1/+1
| | | | | | Coherence -> at the bottom of the document Wei is used several times, not "wei".
* | Update units-and-global-variables.rstMircea Moca2016-08-121-1/+1
|/ | | "Suffixes of" is wrong and misleading. "seconds", "minutes" etc. are suffixes of literal numbers.
* Add missing inline code tagPi Delport2016-06-201-1/+1
|
* Added back 'For more information...' statementDenton Liu2016-06-031-0/+2
|
* Changed reference nameDenton Liu2016-06-021-2/+1
|
* Fixed a bad referenceDenton Liu2016-06-021-1/+2
|
* Documented max stack depth at 1024Denton Liu2016-06-021-1/+1
|
* Make address link look betterDenton Liu2016-06-021-4/+2
|
* Copied warning message from cherry-picked commitDenton Liu2016-06-021-3/+4
|
* Link address-type and address-global methodsDenton Liu2016-06-021-0/+2
|
* Named the global function parametersDenton Liu2016-05-311-3/+3
|
* Added section on address-related constantsDenton Liu2016-05-311-0/+15
|
* Removed leading spaceDenton Liu2016-05-311-14/+14
|
* Made explicit that we use KECCAK-256Denton 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
|
* Corrected underline lengthDenton Liu2016-05-311-1/+1
|
* Changed inline code syntaxDenton Liu2016-05-301-39/+39
| | | | Changed from :code:`<inline>` to ``<inline>``
* Modified units-and-global-variables.rstDenton Liu2016-05-301-39/+39
| | | | Corrected syntax for inline code
* Corrected typoDenton Liu2016-05-191-1/+1
|
* Corrected documentation for ecrecoverDenton Liu2016-05-191-2/+2
|
* Changed whitespace formattingDenton Liu2016-05-181-1/+1
|
* Removed trailing whitespaceDenton Liu2016-05-181-1/+1
|
* Update units-and-global-variables.rst with link to address refRaine Revere2016-05-101-5/+2
|
* Add this.balance and this.send to units-and-global-variables.rstRaine Revere2016-05-091-0/+4
| | | I looked here for this information and didn't initially find it. Hoping to help out others who think the same way as me and look here.
* Typo fix.Georgios Paralykidis2016-03-091-1/+1
|
* ecrecover takes uint8, not byteMrChico2016-03-021-1/+1
|
* Imported documentation.chriseth2015-12-081-0/+125