aboutsummaryrefslogtreecommitdiffstats
path: root/packages/utils/test
Commit message (Collapse)AuthorAgeFilesLines
* Cleaning up optimizer testsGreg Hysen2018-11-292-569/+589
|
* Temporary change for testing functionsGreg Hysen2018-11-291-6/+3
|
* tests for StringGreg Hysen2018-11-291-39/+121
|
* Tests for Static BytesGreg Hysen2018-11-291-40/+136
|
* Unsigned IntegersGreg Hysen2018-11-291-19/+145
|
* Tests for Integer (tested 256 / 32 bit integers)Greg Hysen2018-11-291-24/+178
|
* Tests for BoolGreg Hysen2018-11-291-12/+31
|
* Tests for AddressGreg Hysen2018-11-291-10/+42
|
* Tests for TupleGreg Hysen2018-11-291-5/+62
|
* Tests - Encode/Decode ArrayGreg Hysen2018-11-291-23/+45
|
* Fixed issue with decoding negative ints with width < 256Greg Hysen2018-11-291-234/+241
|
* Use new ABI Encoder for contractsGreg Hysen2018-11-292-0/+63
|
* Exports AbiEncoder as 1 unitGreg Hysen2018-11-291-3/+2
|
* Removed unnecessary imports from abi encoder tetsGreg Hysen2018-11-291-4/+0
|
* Moved Abi Encoder into utils packageGreg Hysen2018-11-293-0/+1762
|
* feat(order_utils.py) generate_order_hash_hex() (#1234)F. Eugene Aumson2018-11-141-0/+23
|
* Throw and handle errors from Providers.Jacob Evans2018-10-091-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 subprovidersJacob Evans2018-10-051-6/+39
|
* Move SignTypedData to utils packageJacob Evans2018-10-051-0/+107
|
* Add strictArgumentEncodingCheck to BaseContract and use it in contract templatesAlex Browne2018-08-091-0/+19