aboutsummaryrefslogtreecommitdiffstats
path: root/packages/utils/src/abi_encoder/evm_data_types.ts
Commit message (Expand)AuthorAgeFilesLines
* Ran prettier on utilsGreg Hysen2018-11-291-2/+2
* Tests for decoding return values + Ability to encode return valuesGreg Hysen2018-11-291-9/+10
* Cleaning up optimizer testsGreg Hysen2018-11-291-14/+13
* All 71 tests passing. Both for function encoding and individual types.Greg Hysen2018-11-291-1/+2
* tests for StringGreg Hysen2018-11-291-2/+2
* Tests for Static BytesGreg Hysen2018-11-291-0/+4
* Tests for Integer (tested 256 / 32 bit integers)Greg Hysen2018-11-291-2/+2
* Tests for AddressGreg Hysen2018-11-291-2/+11
* Fixed issue with decoding negative ints with width < 256Greg Hysen2018-11-291-3/+2
* Use new ABI Encoder for contractsGreg Hysen2018-11-291-3/+29
* Moved Abi Encoder into utils packageGreg Hysen2018-11-291-0/+550