index
:
dexon-sol-tools
development
master
DEXON fork of Solidity development tools originated from 0x-monorepo (https://github.com/dexon-foundation/sol-tools)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
utils
/
src
/
abi_encoder
/
calldata
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add prefix to names of properties in EncodingRules and DecodingRules
Amir Bandeali
2019-01-08
1
-2
/
+4
*
Linter / Prettier
Greg Hysen
2018-11-29
1
-2
/
+3
*
Explicit imports for calldata
Greg Hysen
2018-11-29
7
-22
/
+17
*
Changed constants to an exported enum; this is 0x convention
Greg Hysen
2018-11-29
3
-13
/
+13
*
Style cleanup. Improved wording of some error messages.
Greg Hysen
2018-11-29
1
-7
/
+4
*
Changed remaining instances of implicit `bool` casts to explicit lodash calls
Greg Hysen
2018-11-29
1
-2
/
+2
*
Changed from <string>.startsWith to _.startsWith
Greg Hysen
2018-11-29
2
-2
/
+2
*
Replaced null/undefined checks with lodash
Greg Hysen
2018-11-29
4
-8
/
+10
*
Linter on Calldata
Greg Hysen
2018-11-29
1
-20
/
+19
*
Moved some consts outside of a loop
Greg Hysen
2018-11-29
1
-5
/
+6
*
Added inline documentation for Calldata class
Greg Hysen
2018-11-29
1
-82
/
+145
*
Linter for Calldata Block Iterator
Greg Hysen
2018-11-29
2
-13
/
+26
*
Moved calldata iterator logic into its own iterator clas
Greg Hysen
2018-11-29
2
-46
/
+104
*
Payload -> Blob, Dependent -> Pointer, Member -> Set
Greg Hysen
2018-11-29
9
-62
/
+59
*
Prepended `front` to function names in Queue
Greg Hysen
2018-11-29
2
-10
/
+10
*
moved abi encoder constants into utils dir
Greg Hysen
2018-11-29
3
-3
/
+3
*
Ran prettier
Greg Hysen
2018-11-29
7
-7
/
+6
*
Split Calldata into multiple files - 1 class per file
Greg Hysen
2018-11-29
8
-0
/
+519