Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Optimize calldata by default. | Greg Hysen | 2018-11-29 | 1 | -1/+1 |
* | Changed constants to an exported enum; this is 0x convention | Greg Hysen | 2018-11-29 | 2 | -20/+22 |
* | Style cleanup. Improved wording of some error messages. | Greg Hysen | 2018-11-29 | 1 | -2/+2 |
* | Changed from <string>.startsWith to _.startsWith | Greg Hysen | 2018-11-29 | 1 | -1/+1 |
* | Ran prettier | Greg Hysen | 2018-11-29 | 1 | -2/+10 |
* | Abstracted out encoding/decoding of numeric values into its own utility. Coul... | Greg Hysen | 2018-11-29 | 2 | -1/+104 |
* | Final rounds on evm data types | Greg Hysen | 2018-11-29 | 1 | -1/+1 |
* | Made default encoding/decoding rules global to all modules in encoder | Greg Hysen | 2018-11-29 | 1 | -0/+4 |
* | Prepended `front` to function names in Queue | Greg Hysen | 2018-11-29 | 1 | -4/+4 |
* | moved abi encoder constants into utils dir | Greg Hysen | 2018-11-29 | 1 | -0/+8 |
* | Ran prettier | Greg Hysen | 2018-11-29 | 2 | -2/+2 |
* | Split Calldata into multiple files - 1 class per file | Greg Hysen | 2018-11-29 | 2 | -0/+47 |