aboutsummaryrefslogtreecommitdiffstats
path: root/packages/utils/src/abi_encoder/calldata/raw_calldata.ts
Commit message (Expand)AuthorAgeFilesLines
* Changed constants to an exported enum; this is 0x conventionGreg Hysen2018-11-291-3/+3
* Changed from <string>.startsWith to _.startsWithGreg Hysen2018-11-291-1/+1
* Replaced null/undefined checks with lodashGreg Hysen2018-11-291-1/+2
* Payload -> Blob, Dependent -> Pointer, Member -> SetGreg Hysen2018-11-291-13/+12
* Prepended `front` to function names in QueueGreg Hysen2018-11-291-3/+3
* moved abi encoder constants into utils dirGreg Hysen2018-11-291-1/+1
* Ran prettierGreg Hysen2018-11-291-1/+1
* Split Calldata into multiple files - 1 class per fileGreg Hysen2018-11-291-0/+82