index
:
dexon-0x-contracts
dev
master
stable
DEXON fork of 0x protocol contracts forked from 0x-monorepo (https://github.com/dexon-foundation/0x-contracts)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
utils
/
src
/
abi_encoder
/
utils
Commit message (
Collapse
)
Author
Age
Files
Lines
*
More robust/simple signature parsing, using a parse tree
Greg Hysen
2019-02-08
1
-82
/
+69
|
*
Ran prettier + linter
Greg Hysen
2019-02-06
1
-2
/
+3
|
*
Test cases for handling NULL input for all data types
Greg Hysen
2019-02-06
1
-1
/
+2
|
*
Handle NULL input for all data types
Greg Hysen
2019-02-06
1
-1
/
+5
|
*
Fix a bug when we didn't call isNaN function and assumed it's a property
Leonid Logvinov
2019-01-15
1
-1
/
+1
|
*
Add a NAN check when parsing BigNumber candidate
Leonid Logvinov
2019-01-15
1
-1
/
+3
|
*
Upgrade bignumber.js version
Leonid Logvinov
2019-01-15
1
-4
/
+4
|
*
Fix build after rebase
Greg Hysen
2019-01-15
1
-1
/
+1
|
*
Renamed signatureParser.ts to signature_parser.ts
Greg Hysen
2019-01-15
1
-0
/
+0
|
*
Ran prettier and linter
Greg Hysen
2019-01-15
1
-25
/
+17
|
*
Ran prettier
Greg Hysen
2019-01-15
1
-9
/
+9
|
*
Generalized `create` for signature / dataItems. Cleaner.
Greg Hysen
2019-01-15
1
-54
/
+9
|
*
Abi Encoder tests fixed + added a signature parser for cases where ↵
Greg Hysen
2019-01-15
1
-0
/
+154
|
|
|
|
MethodAbi/DataItems are not readily available
*
Add prefix to names of properties in EncodingRules and DecodingRules
Amir Bandeali
2019-01-08
2
-5
/
+5
|
*
Linter / Prettier
Greg Hysen
2018-11-29
1
-0
/
+3
|
*
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. ↵
Greg Hysen
2018-11-29
2
-1
/
+104
|
|
|
|
Could be useful elsewhere.
*
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