aboutsummaryrefslogtreecommitdiffstats
path: root/packages/utils/src/abi_encoder/calldata
Commit message (Expand)AuthorAgeFilesLines
* Add prefix to names of properties in EncodingRules and DecodingRulesAmir Bandeali2019-01-081-2/+4
* Linter / PrettierGreg Hysen2018-11-291-2/+3
* Explicit imports for calldataGreg Hysen2018-11-297-22/+17
* Changed constants to an exported enum; this is 0x conventionGreg Hysen2018-11-293-13/+13
* Style cleanup. Improved wording of some error messages.Greg Hysen2018-11-291-7/+4
* Changed remaining instances of implicit `bool` casts to explicit lodash callsGreg Hysen2018-11-291-2/+2
* Changed from <string>.startsWith to _.startsWithGreg Hysen2018-11-292-2/+2
* Replaced null/undefined checks with lodashGreg Hysen2018-11-294-8/+10
* 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-292-13/+26
* Moved calldata iterator logic into its own iterator clasGreg Hysen2018-11-292-46/+104
* Payload -> Blob, Dependent -> Pointer, Member -> SetGreg Hysen2018-11-299-62/+59
* Prepended `front` to function names in QueueGreg Hysen2018-11-292-10/+10
* moved abi encoder constants into utils dirGreg Hysen2018-11-293-3/+3
* Ran prettierGreg Hysen2018-11-297-7/+6
* Split Calldata into multiple files - 1 class per fileGreg Hysen2018-11-298-0/+519