aboutsummaryrefslogtreecommitdiffstats
path: root/packages/utils/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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