aboutsummaryrefslogtreecommitdiffstats
path: root/packages/utils/src/abi_encoder/evm_data_types/address.ts
Commit message (Expand)AuthorAgeFilesLines
* Abi Encoder tests fixed + added a signature parser for cases where MethodAbi/...Greg Hysen2019-01-151-1/+1
* Ensure that addresses are lower caseGreg Hysen2019-01-151-1/+2
* Update prettier to version ^1.15.3Alex Browne2019-01-111-2/+2
* Explicit imports for calldataGreg Hysen2018-11-291-1/+1
* Explicit imports for abstract data types.Greg Hysen2018-11-291-2/+3
* Explicit imports for EVM Data TypesGreg Hysen2018-11-291-5/+5
* Changed constants to an exported enum; this is 0x conventionGreg Hysen2018-11-291-3/+3
* Use SolidityTypes from `ethereum-types` package.Greg Hysen2018-11-291-3/+3
* Use ethUti.isValidAddress in encoderGreg Hysen2018-11-291-7/+2
* Style cleanup. Improved wording of some error messages.Greg Hysen2018-11-291-5/+7
* Changed from <string>.startsWith to _.startsWithGreg Hysen2018-11-291-1/+1
* Payload -> Blob, Dependent -> Pointer, Member -> SetGreg Hysen2018-11-291-2/+2
* Comments for AddressGreg Hysen2018-11-291-5/+5
* Ran prettierGreg Hysen2018-11-291-1/+1
* moved abi encoder constants into utils dirGreg Hysen2018-11-291-2/+2
* Split ABI Encoder/Decoder tests into separate filesGreg Hysen2018-11-291-1/+1
* Ran prettierGreg Hysen2018-11-291-2/+2
* Ran prettierGreg Hysen2018-11-291-1/+1
* Split EVM data types and factory into separate filesGreg Hysen2018-11-291-0/+51