aboutsummaryrefslogtreecommitdiffstats
path: root/packages/utils/src/abi_encoder/evm_data_types/dynamic_bytes.ts
Commit message (Collapse)AuthorAgeFilesLines
* Ran prettier + linterGreg Hysen2019-02-061-1/+1
|
* Handle NULL input for all data typesGreg Hysen2019-02-061-0/+5
|
* Abi Encoder tests fixed + added a signature parser for cases where ↵Greg Hysen2019-01-151-1/+1
| | | | MethodAbi/DataItems are not readily available
* 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-6/+6
|
* Use SolidityTypes from `ethereum-types` package.Greg Hysen2018-11-291-3/+3
|
* Fixed build error: was using `this` instead of class name to reference a ↵Greg Hysen2018-11-291-1/+1
| | | | static function that used to be an instance method.
* Style cleanup. Improved wording of some error messages.Greg Hysen2018-11-291-13/+15
|
* Changed from <string>.startsWith to _.startsWithGreg Hysen2018-11-291-1/+1
|
* Payload -> Blob, Dependent -> Pointer, Member -> SetGreg Hysen2018-11-291-2/+2
|
* Comments and inline documentation for dynamic bytesGreg Hysen2018-11-291-22/+33
|
* moved abi encoder constants into utils dirGreg Hysen2018-11-291-1/+1
|
* Ran prettierGreg Hysen2018-11-291-1/+1
|
* Split EVM data types and factory into separate filesGreg Hysen2018-11-291-0/+58