Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | In web3 wrapper when a response contains an error field we throw this rather than return response.result which is often undefined. In Signature Utils we handle the error thrown when a user rejects the signing dialogue to prevent double signing. Exposed the ZeroExTransaction JSON schema. In Website only use the MetamaskSubprovider if we can detect the provider is Metamask | ||||
* | 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 |