aboutsummaryrefslogtreecommitdiffstats
path: root/packages/utils/src/abi_encoder/calldata/calldata.ts
Commit message (Expand)AuthorAgeFilesLines
* Explicit imports for calldataGreg Hysen2018-11-291-3/+4
* Changed constants to an exported enum; this is 0x conventionGreg Hysen2018-11-291-7/+7
* Style cleanup. Improved wording of some error messages.Greg Hysen2018-11-291-7/+4
* Changed from <string>.startsWith to _.startsWithGreg Hysen2018-11-291-1/+1
* Replaced null/undefined checks with lodashGreg Hysen2018-11-291-4/+4
* Linter on CalldataGreg Hysen2018-11-291-20/+19
* Moved some consts outside of a loopGreg Hysen2018-11-291-5/+6
* Added inline documentation for Calldata classGreg Hysen2018-11-291-82/+145
* Linter for Calldata Block IteratorGreg Hysen2018-11-291-9/+4
* Moved calldata iterator logic into its own iterator clasGreg Hysen2018-11-291-46/+10
* Payload -> Blob, Dependent -> Pointer, Member -> SetGreg Hysen2018-11-291-7/+7
* Prepended `front` to function names in QueueGreg Hysen2018-11-291-7/+7
* moved abi encoder constants into utils dirGreg Hysen2018-11-291-1/+1
* Ran prettierGreg Hysen2018-11-291-1/+0
* Split Calldata into multiple files - 1 class per fileGreg Hysen2018-11-291-0/+224