aboutsummaryrefslogtreecommitdiffstats
path: root/packages/utils/test
Commit message (Collapse)AuthorAgeFilesLines
* Ran prettierGreg Hysen2019-01-151-5/+15
|
* Renamed decode rule `structsAsObjects` to `shouldConvertStructsToObjects`Greg Hysen2019-01-153-39/+39
|
* Ran prettier and linterGreg Hysen2019-01-153-132/+140
|
* Ran prettierGreg Hysen2019-01-153-44/+46
|
* Finished porting new abi encoder to contractsGreg Hysen2019-01-151-15/+0
|
* Generalized `create` for signature / dataItems. Cleaner.Greg Hysen2019-01-151-132/+132
|
* Abi Encoder tests fixed + added a signature parser for cases where ↵Greg Hysen2019-01-155-51/+243
| | | | MethodAbi/DataItems are not readily available
* Add prefix to names of properties in EncodingRules and DecodingRulesAmir Bandeali2019-01-084-13/+13
|
* Implement prefer-template tslint rulekao2018-12-081-2/+2
|
* Explicit encoding rules in tests.Greg Hysen2018-11-294-102/+106
|
* Use ethUti.isValidAddress in encoderGreg Hysen2018-11-291-2/+2
|
* Tests use to.be.deep.equal instead of JSONGreg Hysen2018-11-294-252/+84
|
* Comments and inline documentation for dynamic bytesGreg Hysen2018-11-291-1/+1
|
* Split ABI Encoder/Decoder tests into separate filesGreg Hysen2018-11-298-1852/+1866
|
* Renaming some EVM data types for clarityGreg Hysen2018-11-291-29/+29
|
* Fixed linter errors on testsGreg Hysen2018-11-294-133/+141
|
* Ran prettier on utilsGreg Hysen2018-11-293-2/+439
|
* Tests for decoding return values + Ability to encode return valuesGreg Hysen2018-11-291-0/+69
|
* Arrays nested in tuplesGreg Hysen2018-11-291-0/+92
|
* Multidimensional Array testsGreg Hysen2018-11-291-74/+80
|
* Optimizer TestsGreg Hysen2018-11-292-160/+200
|
* 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