aboutsummaryrefslogtreecommitdiffstats
path: root/packages/utils/src/abi_encoder/utils
Commit message (Expand)AuthorAgeFilesLines
* Optimize calldata by default.Greg Hysen2018-11-291-1/+1
* Changed constants to an exported enum; this is 0x conventionGreg Hysen2018-11-292-20/+22
* Style cleanup. Improved wording of some error messages.Greg Hysen2018-11-291-2/+2
* Changed from <string>.startsWith to _.startsWithGreg Hysen2018-11-291-1/+1
* Ran prettierGreg Hysen2018-11-291-2/+10
* Abstracted out encoding/decoding of numeric values into its own utility. Coul...Greg Hysen2018-11-292-1/+104
* Final rounds on evm data typesGreg Hysen2018-11-291-1/+1
* Made default encoding/decoding rules global to all modules in encoderGreg Hysen2018-11-291-0/+4
* Prepended `front` to function names in QueueGreg Hysen2018-11-291-4/+4
* moved abi encoder constants into utils dirGreg Hysen2018-11-291-0/+8
* Ran prettierGreg Hysen2018-11-292-2/+2
* Split Calldata into multiple files - 1 class per fileGreg Hysen2018-11-292-0/+47