Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed linter errors on tests | Greg Hysen | 2018-11-29 | 1 | -47/+52 |
* | Ran prettier on utils | Greg Hysen | 2018-11-29 | 1 | -2/+2 |
* | Tests for decoding return values + Ability to encode return values | Greg Hysen | 2018-11-29 | 1 | -0/+69 |
* | Arrays nested in tuples | Greg Hysen | 2018-11-29 | 1 | -0/+92 |
* | Multidimensional Array tests | Greg Hysen | 2018-11-29 | 1 | -74/+80 |
* | Optimizer Tests | Greg Hysen | 2018-11-29 | 1 | -72/+200 |
* | Cleaning up optimizer tests | Greg Hysen | 2018-11-29 | 1 | -542/+543 |
* | Temporary change for testing functions | Greg Hysen | 2018-11-29 | 1 | -6/+3 |
* | tests for String | Greg Hysen | 2018-11-29 | 1 | -39/+121 |
* | Tests for Static Bytes | Greg Hysen | 2018-11-29 | 1 | -40/+136 |
* | Unsigned Integers | Greg Hysen | 2018-11-29 | 1 | -19/+145 |
* | Tests for Integer (tested 256 / 32 bit integers) | Greg Hysen | 2018-11-29 | 1 | -24/+178 |
* | Tests for Bool | Greg Hysen | 2018-11-29 | 1 | -12/+31 |
* | Tests for Address | Greg Hysen | 2018-11-29 | 1 | -10/+42 |
* | Tests for Tuple | Greg Hysen | 2018-11-29 | 1 | -5/+62 |
* | Tests - Encode/Decode Array | Greg Hysen | 2018-11-29 | 1 | -23/+45 |
* | Fixed issue with decoding negative ints with width < 256 | Greg Hysen | 2018-11-29 | 1 | -234/+241 |
* | Use new ABI Encoder for contracts | Greg Hysen | 2018-11-29 | 1 | -0/+29 |
* | Exports AbiEncoder as 1 unit | Greg Hysen | 2018-11-29 | 1 | -3/+2 |
* | Removed unnecessary imports from abi encoder tets | Greg Hysen | 2018-11-29 | 1 | -4/+0 |
* | Moved Abi Encoder into utils package | Greg Hysen | 2018-11-29 | 1 | -0/+935 |