aboutsummaryrefslogtreecommitdiffstats
path: root/packages/utils/src/abi_encoder/abstract_data_types/data_type.ts
Commit message (Expand)AuthorAgeFilesLines
* Update dependency packagesHsuan Lee2019-01-191-76/+0
* Style cleanup for Compressed Calldata in Contract Wrappers PRGreg Hysen2019-01-151-3/+3
* Ran prettier and linterGreg Hysen2019-01-151-2/+6
* Use string argument encoding with new encoderGreg Hysen2019-01-151-0/+6
* Abi Encoder tests fixed + added a signature parser for cases where MethodAbi/...Greg Hysen2019-01-151-1/+9
* 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