Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prevent libraries from being called. | chriseth | 2018-01-19 | 1 | -0/+1 |
| | |||||
* | Ensure parameter names match between headers and implementation | Alex Beregszaszi | 2017-09-20 | 1 | -2/+2 |
| | |||||
* | Refactor exceptions and provide comment function. | chriseth | 2017-07-13 | 1 | -5/+5 |
| | |||||
* | add new opcode instructions to the parser | Dimitry | 2017-06-15 | 1 | -2/+5 |
| | | | | STATICCALL 0xfa 6 inputs (gas address mem1 mem2 mem3 mem4) | ||||
* | Introduce CREATE2 in the assembler | Alex Beregszaszi | 2017-06-14 | 1 | -0/+1 |
| | |||||
* | Mention RETURNDATACOPY in GasMeter and SemanticInformation | Yoichi Hirai | 2017-06-13 | 1 | -0/+1 |
| | |||||
* | Rename the SHA3 assembly instruction to KECCAK256 | Alex Beregszaszi | 2017-05-30 | 1 | -3/+3 |
| | |||||
* | libevmasm: add a break | Yoichi Hirai | 2017-04-25 | 1 | -0/+1 |
| | |||||
* | libevmasm: EIP150.c gas change | Yoichi Hirai | 2017-04-25 | 1 | -0/+1 |
| | |||||
* | libevmasm: EIP150.a changes on SLOAD, CALL, CALLCODE, DELEGATECALL and SUICIDE | Yoichi Hirai | 2017-04-25 | 1 | -0/+2 |
| | |||||
* | libevmadm: EIP150.a changes on EXTCODE, EXTCODESIZE and BALANCE | Yoichi Hirai | 2017-04-25 | 1 | -0/+2 |
| | |||||
* | Add REVERT to libevmasm | Alex Beregszaszi | 2017-02-11 | 1 | -0/+1 |
| | |||||
* | libevmasm: remove duplicate `Tier` from `Tier::xTier`s | Yoichi Hirai | 2017-01-19 | 1 | -8/+8 |
| | | | | Synchronize with cpp-ethereum | ||||
* | Make enum Tier into an enum class | Yoichi Hirai | 2017-01-13 | 1 | -8/+8 |
| | |||||
* | Fix licensing headers | VoR0220 | 2016-11-23 | 1 | -4/+4 |
| | | | | Signed-off-by: VoR0220 <rj@erisindustries.com> | ||||
* | Keep old code. | chriseth | 2016-11-15 | 1 | -20/+28 |
| | |||||
* | Report infinite gas for calls. | chriseth | 2016-11-14 | 1 | -15/+19 |
| | |||||
* | Make solidity independent from ethcore. | chriseth | 2016-04-07 | 1 | -21/+32 |
| | |||||
* | reduce unnecessary solidity:: namespace | Dimitry | 2016-04-04 | 1 | -3/+3 |
| | |||||
* | return instructionInfo style | Dimitry | 2016-04-04 | 1 | -1/+1 |
| | |||||
* | rename namespace for instruction.h/cpp in libevmasm | Dimitry | 2016-04-02 | 1 | -4/+4 |
| | |||||
* | move libevmasm | Dimitry | 2016-03-21 | 1 | -0/+217 |