| Commit message (Expand) | Author | Age | Files | Lines |
* | Finished porting new abi encoder to contracts | Greg Hysen | 2019-01-15 | 1 | -15/+0 |
* | Generalized `create` for signature / dataItems. Cleaner. | Greg Hysen | 2019-01-15 | 1 | -132/+132 |
* | Abi Encoder tests fixed + added a signature parser for cases where MethodAbi/... | Greg Hysen | 2019-01-15 | 5 | -51/+243 |
* | Add prefix to names of properties in EncodingRules and DecodingRules | Amir Bandeali | 2019-01-08 | 4 | -13/+13 |
* | Implement prefer-template tslint rule | kao | 2018-12-08 | 1 | -2/+2 |
* | Explicit encoding rules in tests. | Greg Hysen | 2018-11-29 | 4 | -102/+106 |
* | Use ethUti.isValidAddress in encoder | Greg Hysen | 2018-11-29 | 1 | -2/+2 |
* | Tests use to.be.deep.equal instead of JSON | Greg Hysen | 2018-11-29 | 4 | -252/+84 |
* | Comments and inline documentation for dynamic bytes | Greg Hysen | 2018-11-29 | 1 | -1/+1 |
* | Split ABI Encoder/Decoder tests into separate files | Greg Hysen | 2018-11-29 | 8 | -1852/+1866 |
* | Renaming some EVM data types for clarity | Greg Hysen | 2018-11-29 | 1 | -29/+29 |
* | Fixed linter errors on tests | Greg Hysen | 2018-11-29 | 4 | -133/+141 |
* | Ran prettier on utils | Greg Hysen | 2018-11-29 | 3 | -2/+439 |
* | 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 | 2 | -160/+200 |
* | Cleaning up optimizer tests | Greg Hysen | 2018-11-29 | 2 | -569/+589 |
* | 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 | 2 | -0/+63 |
* | 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 | 3 | -0/+1762 |
* | feat(order_utils.py) generate_order_hash_hex() (#1234) | F. Eugene Aumson | 2018-11-14 | 1 | -0/+23 |
* | Throw and handle errors from Providers. | Jacob Evans | 2018-10-09 | 1 | -2/+2 |
* | Add eth_signTypedData support to our wallet subproviders | Jacob Evans | 2018-10-05 | 1 | -6/+39 |
* | Move SignTypedData to utils package | Jacob Evans | 2018-10-05 | 1 | -0/+107 |
* | Add strictArgumentEncodingCheck to BaseContract and use it in contract templates | Alex Browne | 2018-08-09 | 1 | -0/+19 |