aboutsummaryrefslogtreecommitdiffstats
path: root/packages/utils/src/abi_encoder/abstract_data_types/data_type.ts
Commit message (Expand)AuthorAgeFilesLines
* Explicit imports for calldataGreg Hysen2018-11-291-1/+3
* 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
* Switched implicit conversions to explicit lodash callsGreg Hysen2018-11-291-6/+6
* Added inline documentation for Calldata classGreg Hysen2018-11-291-2/+2
* Moved encoder selector check into DataTypeGreg Hysen2018-11-291-1/+7
* Made default encoding/decoding rules global to all modules in encoderGreg Hysen2018-11-291-4/+3
* Some minor cleanup in ABI EncoderGreg Hysen2018-11-291-1/+1
* Merge aboveGreg Hysen2018-11-291-0/+51