aboutsummaryrefslogtreecommitdiffstats
path: root/packages/utils/src/abi_encoder/evm_data_types/method.ts
Commit message (Expand)AuthorAgeFilesLines
* Update dependency packagesHsuan Lee2019-01-191-85/+0
* strict decoding of return values using genericsGreg Hysen2019-01-151-10/+11
* Style cleanup for Compressed Calldata in Contract Wrappers PRGreg Hysen2019-01-151-4/+4
* Ran prettier and linterGreg Hysen2019-01-151-1/+0
* Use string argument encoding with new encoderGreg Hysen2019-01-151-6/+0
* Finished porting new abi encoder to contractsGreg Hysen2019-01-151-0/+6
* Abi Encoder tests fixed + added a signature parser for cases where MethodAbi/...Greg Hysen2019-01-151-1/+1
* Works for almost all testsGreg Hysen2019-01-151-0/+6
* Working for almost every testGreg Hysen2019-01-151-0/+7
* Explicit imports for abstract data types.Greg Hysen2018-11-291-2/+4
* Explicit imports for EVM Data TypesGreg Hysen2018-11-291-3/+3
* Changed constants to an exported enum; this is 0x conventionGreg Hysen2018-11-291-2/+2
* Payload -> Blob, Dependent -> Pointer, Member -> SetGreg Hysen2018-11-291-2/+2
* 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-291-16/+6
* moved abi encoder constants into utils dirGreg Hysen2018-11-291-1/+1
* 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-291-0/+90