Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add opcode RAND support | Wei-Ning Huang | 2019-04-13 | 1 | -0/+1 |
| | | | | | | DEXON has a built-in on chain random oracle that allow one to retrieve a random variable. Add `rand` solidity variable is introduced to load the random variable onto the stack. | ||||
* | Syntax for meta type information. | chriseth | 2019-01-18 | 1 | -1/+8 |
| | |||||
* | Sort includes in libsolidity/analysis | Leonardo Alt | 2018-12-17 | 1 | -1/+2 |
| | |||||
* | Add payable and non-payable state mutability to AddressType. | Daniel Kirchner | 2018-09-13 | 1 | -2/+2 |
| | |||||
* | Rename FunctionKind SHA3 to KECCAK256 (as the instruction was renamed in ↵ | Alex Beregszaszi | 2018-08-09 | 1 | -2/+2 |
| | | | | libevmasm) | ||||
* | Bare functions take single bytes argument. | chriseth | 2018-06-25 | 1 | -4/+4 |
| | |||||
* | Merge pull request #3364 from ethereum/revertWithReason | chriseth | 2018-04-13 | 1 | -0/+2 |
|\ | | | | | Revert with reason | ||||
| * | Allow error string for ``require``. | chriseth | 2018-04-12 | 1 | -0/+1 |
| | | |||||
| * | Register overload for ``revert()`` that can receive a reason string. | chriseth | 2018-04-12 | 1 | -0/+1 |
| | | |||||
* | | Add abi.encode, abi.encodePacked, abi.encodeWithSelector and ↵ | Alex Beregszaszi | 2018-04-12 | 1 | -0/+1 |
|/ | | | | abi.encodeWithSignature. | ||||
* | Moves blockhash function to global level. | bitshift | 2018-03-27 | 1 | -0/+1 |
| | |||||
* | Move msg.gas to global function gasleft(). Closes #2971. | Daniel Kirchner | 2018-03-05 | 1 | -0/+1 |
| | |||||
* | Order GlobalContext entries | Alex Beregszaszi | 2017-09-27 | 1 | -13/+13 |
| | |||||
* | Format GlobalContext for readability | Alex Beregszaszi | 2017-09-27 | 1 | -42/+25 |
| | |||||
* | Mark all built in functions with appropriate statemutability | Alex Beregszaszi | 2017-08-29 | 1 | -10/+10 |
| | |||||
* | Change references to FunctionType::Location | Alex Beregszaszi | 2017-03-16 | 1 | -17/+17 |
| | |||||
* | Require and Assert. | chriseth | 2017-03-14 | 1 | -3/+4 |
| | |||||
* | Remove assert for now. | chriseth | 2017-02-24 | 1 | -2/+3 |
| | |||||
* | Support revert() | Alex Beregszaszi | 2017-02-11 | 1 | -1/+3 |
| | |||||
* | Implement assert as a global function | Alex Beregszaszi | 2017-02-10 | 1 | -1/+3 |
| | |||||
* | Fix licensing headers | VoR0220 | 2016-11-23 | 1 | -4/+4 |
| | | | | Signed-off-by: VoR0220 <rj@erisindustries.com> | ||||
* | Add alias keccak256() for sha3() | Alex Beregszaszi | 2016-10-06 | 1 | -0/+2 |
| | |||||
* | Introduce selfdestruct alias for suicide. | chriseth | 2015-11-29 | 1 | -1/+3 |
| | |||||
* | Addmod and mulmod. | chriseth | 2015-11-19 | 1 | -0/+4 |
| | |||||
* | File reorganisation. | chriseth | 2015-10-21 | 1 | -0/+96 |