aboutsummaryrefslogtreecommitdiffstats
path: root/packages/utils/src/abi_encoder/evm_data_types
Commit message (Expand)AuthorAgeFilesLines
* Style cleanup. Improved wording of some error messages.Greg Hysen2018-11-296-22/+28
* Changed from <string>.startsWith to _.startsWithGreg Hysen2018-11-293-3/+3
* Switched implicit conversions to explicit lodash callsGreg Hysen2018-11-291-1/+1
* Replaced null/undefined checks with lodashGreg Hysen2018-11-294-9/+12
* Ran prettierGreg Hysen2018-11-294-10/+13
* Moved calldata iterator logic into its own iterator clasGreg Hysen2018-11-291-1/+1
* Payload -> Blob, Dependent -> Pointer, Member -> SetGreg Hysen2018-11-2911-32/+30
* Comments for AddressGreg Hysen2018-11-291-5/+5
* Comments for ArrayGreg Hysen2018-11-291-16/+23
* Comments and inline documentation for dynamic bytesGreg Hysen2018-11-293-28/+39
* Removed abstract Number class.Greg Hysen2018-11-293-59/+67
* Abstracted out encoding/decoding of numeric values into its own utility. Coul...Greg Hysen2018-11-297-80/+21
* Final rounds on evm data typesGreg Hysen2018-11-293-41/+58
* Moved encoder selector check into DataTypeGreg Hysen2018-11-291-13/+3
* Made default encoding/decoding rules global to all modules in encoderGreg Hysen2018-11-291-12/+11
* Removed mapDataItemToDataType from Factory. Now its just ::create()Greg Hysen2018-11-292-17/+7
* Ran prettierGreg Hysen2018-11-292-2/+2
* moved abi encoder constants into utils dirGreg Hysen2018-11-298-10/+10
* Split ABI Encoder/Decoder tests into separate filesGreg Hysen2018-11-292-2/+2
* Ran prettierGreg Hysen2018-11-2912-14/+14
* Ran prettierGreg Hysen2018-11-291-1/+1
* Split Calldata into multiple files - 1 class per fileGreg Hysen2018-11-291-1/+2
* Split EVM data types and factory into separate filesGreg Hysen2018-11-2913-0/+634