aboutsummaryrefslogtreecommitdiffstats
path: root/packages/utils/src/abi_encoder/utils
Commit message (Collapse)AuthorAgeFilesLines
* More robust/simple signature parsing, using a parse treeGreg Hysen2019-02-081-82/+69
|
* Ran prettier + linterGreg Hysen2019-02-061-2/+3
|
* Test cases for handling NULL input for all data typesGreg Hysen2019-02-061-1/+2
|
* Handle NULL input for all data typesGreg Hysen2019-02-061-1/+5
|
* Fix a bug when we didn't call isNaN function and assumed it's a propertyLeonid Logvinov2019-01-151-1/+1
|
* Add a NAN check when parsing BigNumber candidateLeonid Logvinov2019-01-151-1/+3
|
* Upgrade bignumber.js versionLeonid Logvinov2019-01-151-4/+4
|
* Fix build after rebaseGreg Hysen2019-01-151-1/+1
|
* Renamed signatureParser.ts to signature_parser.tsGreg Hysen2019-01-151-0/+0
|
* Ran prettier and linterGreg Hysen2019-01-151-25/+17
|
* Ran prettierGreg Hysen2019-01-151-9/+9
|
* Generalized `create` for signature / dataItems. Cleaner.Greg Hysen2019-01-151-54/+9
|
* Abi Encoder tests fixed + added a signature parser for cases where ↵Greg Hysen2019-01-151-0/+154
| | | | MethodAbi/DataItems are not readily available
* Add prefix to names of properties in EncodingRules and DecodingRulesAmir Bandeali2019-01-082-5/+5
|
* Linter / PrettierGreg Hysen2018-11-291-0/+3
|
* Optimize calldata by default.Greg Hysen2018-11-291-1/+1
|
* Changed constants to an exported enum; this is 0x conventionGreg Hysen2018-11-292-20/+22
|
* Style cleanup. Improved wording of some error messages.Greg Hysen2018-11-291-2/+2
|
* Changed from <string>.startsWith to _.startsWithGreg Hysen2018-11-291-1/+1
|
* Ran prettierGreg Hysen2018-11-291-2/+10
|
* Abstracted out encoding/decoding of numeric values into its own utility. ↵Greg Hysen2018-11-292-1/+104
| | | | Could be useful elsewhere.
* Final rounds on evm data typesGreg Hysen2018-11-291-1/+1
|
* Made default encoding/decoding rules global to all modules in encoderGreg Hysen2018-11-291-0/+4
|
* Prepended `front` to function names in QueueGreg Hysen2018-11-291-4/+4
|
* moved abi encoder constants into utils dirGreg Hysen2018-11-291-0/+8
|
* Ran prettierGreg Hysen2018-11-292-2/+2
|
* Split Calldata into multiple files - 1 class per fileGreg Hysen2018-11-292-0/+47