aboutsummaryrefslogtreecommitdiffstats
path: root/packages/utils/src/abi_encoder/abstract_data_types
Commit message (Expand)AuthorAgeFilesLines
* Style cleanup for Compressed Calldata in Contract Wrappers PRGreg Hysen2019-01-152-6/+7
* Ran prettier and linterGreg Hysen2019-01-153-5/+6
* Ran prettierGreg Hysen2019-01-151-2/+2
* Use string argument encoding with new encoderGreg Hysen2019-01-151-0/+6
* Finished porting new abi encoder to contractsGreg Hysen2019-01-152-7/+4
* Abi Encoder tests fixed + added a signature parser for cases where MethodAbi/...Greg Hysen2019-01-152-3/+11
* Working for almost every testGreg Hysen2019-01-151-3/+13
* ProgressGreg Hysen2019-01-151-8/+9
* Add prefix to names of properties in EncodingRules and DecodingRulesAmir Bandeali2019-01-081-1/+1
* Linter / PrettierGreg Hysen2018-11-291-11/+7
* Explicit imports for calldataGreg Hysen2018-11-295-14/+22
* Explicit imports for abstract data types.Greg Hysen2018-11-295-12/+5
* Changed constants to an exported enum; this is 0x conventionGreg Hysen2018-11-293-11/+11
* Style cleanup. Improved wording of some error messages.Greg Hysen2018-11-292-3/+5
* Changed remaining instances of implicit `bool` casts to explicit lodash callsGreg Hysen2018-11-291-1/+1
* Changed from <string>.startsWith to _.startsWithGreg Hysen2018-11-291-1/+1
* Switched implicit conversions to explicit lodash callsGreg Hysen2018-11-293-8/+8
* Replaced null/undefined checks with lodashGreg Hysen2018-11-291-11/+11
* Comments to Set datatypeGreg Hysen2018-11-291-42/+35
* Added inline documentation for Calldata classGreg Hysen2018-11-291-2/+2
* Moved calldata iterator logic into its own iterator clasGreg Hysen2018-11-292-15/+14
* Payload -> Blob, Dependent -> Pointer, Member -> SetGreg Hysen2018-11-295-38/+41
* 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
* Removed mapDataItemToDataType from Factory. Now its just ::create()Greg Hysen2018-11-291-1/+0
* Some minor cleanup in ABI EncoderGreg Hysen2018-11-295-25/+26
* moved abi encoder constants into utils dirGreg Hysen2018-11-292-2/+2
* Merge aboveGreg Hysen2018-11-296-0/+390