| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor doc style fix | Nicolás Venturo | 2018-07-17 | 1 | -2/+1 |
* | Update external tests and docs | Leonardo Alt | 2018-07-12 | 1 | -0/+4 |
* | docs: Fix typos. | Cryptomental | 2018-07-11 | 1 | -1/+1 |
* | Documentation. | chriseth | 2018-06-25 | 1 | -34/+18 |
* | Disallow the years unit denomination properly | Alex Beregszaszi | 2018-06-22 | 1 | -1/+1 |
* | change assert and require docs | Andreas Olofsson | 2018-05-07 | 1 | -3/+3 |
* | State that years has been deprecated. | chriseth | 2018-05-02 | 1 | -0/+3 |
* | Document ABI encoding functions. | chriseth | 2018-04-14 | 1 | -2/+23 |
* | Update documentation. | chriseth | 2018-04-12 | 1 | -0/+2 |
* | Documentation for revert with reason string. | chriseth | 2018-04-12 | 1 | -0/+2 |
* | Update Delegatecall Description in Docs | Robbie Ferguson | 2018-04-06 | 1 | -0/+7 |
* | Updates docs for blockhash changes. | bitshift | 2018-03-27 | 1 | -2/+2 |
* | Noted `suicide` is deprecated (#3692) | wbt | 2018-03-12 | 1 | -1/+1 |
* | Move msg.gas to global function gasleft(). Closes #2971. | Daniel Kirchner | 2018-03-05 | 1 | -1/+2 |
* | Merge pull request #3543 from medvedev1088/feature/add-gas-details-to-documen... | chriseth | 2018-02-20 | 1 | -5/+5 |
|\ |
|
| * | Add adjustable/no adjustable gas details to address related functions in unit... | Evgeny Medvedev | 2018-02-20 | 1 | -5/+5 |
| * | Add gas forwarding details to address related functions in units-and-global-v... | Evgeny Medvedev | 2018-02-19 | 1 | -5/+5 |
* | | Make addmod and mulmod revert if the last argument is zero. | chriseth | 2018-02-15 | 1 | -2/+2 |
* | | Fix Solidity warnings | Jim McDonald | 2017-12-13 | 1 | -1/+1 |
* | | Remove obsolote statement about msg.sender and library calls. | chriseth | 2017-11-16 | 1 | -5/+0 |
|/ |
|
* | Document packed ABI | Alex Beregszaszi | 2017-09-27 | 1 | -3/+3 |
* | Document caveats about timestamp and blockhash | Alex Beregszaszi | 2017-09-02 | 1 | -0/+12 |
* | Closing parenthesis | chriseth | 2017-07-27 | 1 | -1/+1 |
* | Mention all global aliases | Alex Beregszaszi | 2017-07-27 | 1 | -3/+8 |
* | Mention that callcode is deprecated | Alex Beregszaszi | 2017-07-27 | 1 | -0/+4 |
* | Review suggestions. | chriseth | 2017-06-24 | 1 | -1/+1 |
* | Clarify exceptions. | chriseth | 2017-06-24 | 1 | -5/+14 |
* | Improves clarity of block.timestamp | Micah Zoltu | 2017-05-13 | 1 | -1/+1 |
* | Update units-and-global-variables.rst | FedericoCapello | 2017-05-02 | 1 | -2/+2 |
* | Correct syntax and link to question. | chriseth | 2017-04-21 | 1 | -1/+1 |
* | Added link to example for ecrecover | Morgan | 2017-04-21 | 1 | -0/+1 |
* | Merge pull request #1785 from ethereum/docs-address | Alex Beregszaszi | 2017-03-16 | 1 | -3/+9 |
|\ |
|
| * | Document all address methods in the global variables section | Alex Beregszaszi | 2017-03-16 | 1 | -3/+9 |
* | | Fix inconsistent use of single backticks | Alex Beregszaszi | 2017-03-16 | 1 | -1/+1 |
|/ |
|
* | Document transfer() | Alex Beregszaszi | 2017-02-24 | 1 | -0/+2 |
* | Document revert() | Alex Beregszaszi | 2017-02-11 | 1 | -1/+3 |
* | Document assert() | Alex Beregszaszi | 2017-02-10 | 1 | -1/+3 |
* | Add clarification for block.blockhash | Federico Bond | 2016-11-02 | 1 | -1/+1 |
* | Rename sha3 to keccak256 in the documentation | Alex Beregszaszi | 2016-10-06 | 1 | -11/+13 |
* | Merge pull request #969 from Denton-L/fix-documentation | chriseth | 2016-08-30 | 1 | -1/+1 |
|\ |
|
| * | Fix typo from second to seconds | Denton Liu | 2016-08-30 | 1 | -1/+1 |
* | | Fix typo | Denton Liu | 2016-08-30 | 1 | -1/+1 |
* | | Document constant behaviour for hashes | Denton Liu | 2016-08-30 | 1 | -0/+4 |
|/ |
|
* | Actually better to return zero on error. | chriseth | 2016-08-16 | 1 | -1/+1 |
* | Merge pull request #886 from mocamircea/patch-6 | chriseth | 2016-08-12 | 1 | -1/+1 |
|\ |
|
| * | Update units-and-global-variables.rst | Mircea Moca | 2016-08-12 | 1 | -1/+1 |
* | | Update units-and-global-variables.rst | Mircea Moca | 2016-08-12 | 1 | -1/+1 |
|/ |
|
* | Add missing inline code tag | Pi Delport | 2016-06-20 | 1 | -1/+1 |
* | Added back 'For more information...' statement | Denton Liu | 2016-06-03 | 1 | -0/+2 |
* | Changed reference name | Denton Liu | 2016-06-02 | 1 | -2/+1 |
* | Fixed a bad reference | Denton Liu | 2016-06-02 | 1 | -1/+2 |
* | Documented max stack depth at 1024 | Denton Liu | 2016-06-02 | 1 | -1/+1 |
* | Make address link look better | Denton Liu | 2016-06-02 | 1 | -4/+2 |
* | Copied warning message from cherry-picked commit | Denton Liu | 2016-06-02 | 1 | -3/+4 |
* | Link address-type and address-global methods | Denton Liu | 2016-06-02 | 1 | -0/+2 |
* | Named the global function parameters | Denton Liu | 2016-05-31 | 1 | -3/+3 |
* | Added section on address-related constants | Denton Liu | 2016-05-31 | 1 | -0/+15 |
* | Removed leading space | Denton Liu | 2016-05-31 | 1 | -14/+14 |
* | Made explicit that we use KECCAK-256 | Denton Liu | 2016-05-31 | 1 | -1/+1 |
* | Sorted block attributes alphabetically | Denton Liu | 2016-05-31 | 1 | -1/+1 |
* | Made it apparent that block.blockhash is function | Denton Liu | 2016-05-31 | 1 | -1/+1 |
* | Corrected underline length | Denton Liu | 2016-05-31 | 1 | -1/+1 |
* | Changed inline code syntax | Denton Liu | 2016-05-30 | 1 | -39/+39 |
* | Modified units-and-global-variables.rst | Denton Liu | 2016-05-30 | 1 | -39/+39 |
* | Corrected typo | Denton Liu | 2016-05-19 | 1 | -1/+1 |
* | Corrected documentation for ecrecover | Denton Liu | 2016-05-19 | 1 | -2/+2 |
* | Changed whitespace formatting | Denton Liu | 2016-05-18 | 1 | -1/+1 |
* | Removed trailing whitespace | Denton Liu | 2016-05-18 | 1 | -1/+1 |
* | Update units-and-global-variables.rst with link to address ref | Raine Revere | 2016-05-10 | 1 | -5/+2 |
* | Add this.balance and this.send to units-and-global-variables.rst | Raine Revere | 2016-05-09 | 1 | -0/+4 |
* | Typo fix. | Georgios Paralykidis | 2016-03-09 | 1 | -1/+1 |
* | ecrecover takes uint8, not byte | MrChico | 2016-03-02 | 1 | -1/+1 |
* | Imported documentation. | chriseth | 2015-12-08 | 1 | -0/+125 |