Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed signed shift right from the utilities. | chriseth | 2018-05-01 | 1 | -1/+1 |
* | Use native shift instructions in ABIFunctions on Constantinople | Alex Beregszaszi | 2018-05-01 | 1 | -0/+6 |
* | Cleanup and overflow checks for data pointers. | chriseth | 2017-11-30 | 1 | -1/+3 |
* | ABI decoder. | chriseth | 2017-11-30 | 1 | -0/+47 |
* | Rename "compacted" to "fromStack". | chriseth | 2017-10-04 | 1 | -3/+3 |
* | Implement struct encoder. | chriseth | 2017-09-16 | 1 | -0/+7 |
* | Move ABI encoder into its own function. | chriseth | 2017-09-16 | 1 | -6/+9 |
* | Mark a lot of functions static (where possible) | Alex Beregszaszi | 2017-08-22 | 1 | -1/+1 |
* | Mark a lot of functions const (where possible) | Alex Beregszaszi | 2017-08-22 | 1 | -1/+1 |
* | New ABI encoder. | chriseth | 2017-08-14 | 1 | -0/+172 |