aboutsummaryrefslogtreecommitdiffstats
path: root/docs/units-and-global-variables.rst
Commit message (Expand)AuthorAgeFilesLines
* [DOCS] Update units and globals.chriseth2018-09-201-37/+61
* Add a link from ecrecover to addressLeonardo Alt2018-09-181-0/+5
* Add payable and non-payable state mutability to AddressType.Daniel Kirchner2018-09-131-7/+7
* Remove trailing whitespace for all files in the repository.Daniel Kirchner2018-09-041-2/+2
* Merge pull request #4822 from ethereum/addressStaticCallchriseth2018-08-161-1/+3
|\
| * Add ``staticcall`` to ``address``.Daniel Kirchner2018-08-151-1/+3
* | Add missing parentheses in ABI Encoding sectionFranco Victorio2018-08-161-1/+1
|/
* Documentation.chriseth2018-08-151-2/+3
* Minor doc style fixNicolás Venturo2018-07-171-2/+1
* Update external tests and docsLeonardo Alt2018-07-121-0/+4
* docs: Fix typos.Cryptomental2018-07-111-1/+1
* Documentation.chriseth2018-06-251-34/+18
* Disallow the years unit denomination properlyAlex Beregszaszi2018-06-221-1/+1
* 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
* Updates docs for blockhash changes.bitshift2018-03-271-2/+2
* Noted `suicide` is deprecated (#3692)wbt2018-03-121-1/+1
* Move msg.gas to global function gasleft(). Closes #2971.Daniel Kirchner2018-03-051-1/+2
* Merge pull request #3543 from medvedev1088/feature/add-gas-details-to-documen...chriseth2018-02-201-5/+5
|\
| * Add adjustable/no adjustable gas details to address related functions in unit...Evgeny Medvedev2018-02-201-5/+5
| * Add gas forwarding details to address related functions in units-and-global-v...Evgeny Medvedev2018-02-191-5/+5
* | 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
* Correct syntax and link to question.chriseth2017-04-211-1/+1
* Added link to example for ecrecoverMorgan2017-04-211-0/+1
* Merge pull request #1785 from ethereum/docs-addressAlex Beregszaszi2017-03-161-3/+9
|\
| * 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 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.rstMircea Moca2016-08-121-1/+1
* | Update units-and-global-variables.rstMircea Moca2016-08-121-1/+1
|/
* 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
* Modified units-and-global-variables.rstDenton Liu2016-05-301-39/+39
* 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
* Typo fix.Georgios Paralykidis2016-03-091-1/+1
* ecrecover takes uint8, not byteMrChico2016-03-021-1/+1
* Imported documentation.chriseth2015-12-081-0/+125