aboutsummaryrefslogtreecommitdiffstats
path: root/packages/utils/src/abi_encoder/evm_data_types/uint.ts
Commit message (Expand)AuthorAgeFilesLines
* Upgrade bignumber.js versionLeonid Logvinov2019-01-151-1/+1
* Ran prettier and linterGreg Hysen2019-01-151-1/+2
* Ran prettierGreg Hysen2019-01-151-1/+1
* Abi Encoder tests fixed + added a signature parser for cases where MethodAbi/...Greg Hysen2019-01-151-1/+1
* Working for almost every testGreg Hysen2019-01-151-1/+4
* 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-10/+10
* Changed constants to an exported enum; this is 0x conventionGreg Hysen2018-11-291-2/+2
* Use SolidityTypes from `ethereum-types` package.Greg Hysen2018-11-291-2/+2
* Style cleanup. Improved wording of some error messages.Greg Hysen2018-11-291-1/+0
* Replaced null/undefined checks with lodashGreg Hysen2018-11-291-1/+2
* Ran prettierGreg Hysen2018-11-291-3/+4
* Payload -> Blob, Dependent -> Pointer, Member -> SetGreg Hysen2018-11-291-9/+7
* Removed abstract Number class.Greg Hysen2018-11-291-9/+34
* Abstracted out encoding/decoding of numeric values into its own utility. Coul...Greg Hysen2018-11-291-3/+3
* Ran prettierGreg Hysen2018-11-291-1/+1
* Split EVM data types and factory into separate filesGreg Hysen2018-11-291-0/+33