Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Decode dynamic data. | chriseth | 2018-03-21 | 1 | -0/+3 |
* | Favour if over switch in ABI coder. | chriseth | 2017-12-15 | 1 | -14/+14 |
* | Cleanup and overflow checks for data pointers. | chriseth | 2017-11-30 | 1 | -20/+44 |
* | ABI decoder. | chriseth | 2017-11-30 | 1 | -4/+421 |
* | Use if statement in abi functions. | chriseth | 2017-11-22 | 1 | -3/+3 |
* | Add explanation to unimplemented assertions | Alex Beregszaszi | 2017-11-16 | 1 | -2/+2 |
* | Merge pull request #2982 from ethereum/encoderFixes | Alex Beregszaszi | 2017-10-05 | 1 | -22/+15 |
|\ | |||||
| * | Rename "compacted" to "fromStack". | chriseth | 2017-10-04 | 1 | -19/+15 |
| * | ABI encoder fixes and test. | chriseth | 2017-09-27 | 1 | -5/+2 |
* | | Better readable encoder assembly. | chriseth | 2017-09-27 | 1 | -6/+28 |
|/ | |||||
* | Ensure that address types are always declared as 160bit | Alex Beregszaszi | 2017-09-27 | 1 | -2/+2 |
* | Implement struct encoder. | chriseth | 2017-09-16 | 1 | -5/+123 |
* | Move ABI encoder into its own function. | chriseth | 2017-09-16 | 1 | -48/+56 |
* | New ABI encoder. | chriseth | 2017-08-14 | 1 | -0/+1074 |