index
:
dexon-sol-tools
development
master
DEXON fork of Solidity development tools originated from 0x-monorepo (https://github.com/dexon-foundation/sol-tools)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
utils
/
src
/
abi_encoder
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge above
Greg Hysen
2018-11-29
6
-0
/
+390
*
Ran prettier
Greg Hysen
2018-11-29
14
-376
/
+15
*
Ran prettier
Greg Hysen
2018-11-29
11
-11
/
+10
*
Split Calldata into multiple files - 1 class per file
Greg Hysen
2018-11-29
14
-535
/
+571
*
Split EVM data types and factory into separate files
Greg Hysen
2018-11-29
18
-587
/
+769
*
Renaming some EVM data types for clarity
Greg Hysen
2018-11-29
1
-47
/
+47
*
Fixed linter errors on evm_data_types
Greg Hysen
2018-11-29
2
-194
/
+190
*
Fixed linter errors on data_type.ts
Greg Hysen
2018-11-29
4
-162
/
+171
*
Ran prettier on utils
Greg Hysen
2018-11-29
4
-34
/
+24
*
Moved global constants to separate file
Greg Hysen
2018-11-29
1
-0
/
+6
*
Ran linter on Calldata
Greg Hysen
2018-11-29
2
-275
/
+241
*
Tests for decoding return values + Ability to encode return values
Greg Hysen
2018-11-29
1
-9
/
+10
*
Cleaning up optimizer tests
Greg Hysen
2018-11-29
4
-36
/
+98
*
All 71 tests passing. Both for function encoding and individual types.
Greg Hysen
2018-11-29
2
-3
/
+4
*
Temporary change for testing functions
Greg Hysen
2018-11-29
1
-1
/
+1
*
tests for String
Greg Hysen
2018-11-29
1
-2
/
+2
*
Tests for Static Bytes
Greg Hysen
2018-11-29
1
-0
/
+4
*
Tests for Integer (tested 256 / 32 bit integers)
Greg Hysen
2018-11-29
1
-2
/
+2
*
Tests for Address
Greg Hysen
2018-11-29
3
-6
/
+24
*
Tests - Encode/Decode Array
Greg Hysen
2018-11-29
1
-3
/
+1
*
Fixed issue with decoding negative ints with width < 256
Greg Hysen
2018-11-29
2
-4
/
+5
*
Use new ABI Encoder for contracts
Greg Hysen
2018-11-29
3
-7
/
+39
*
Moved Abi Encoder into utils package
Greg Hysen
2018-11-29
4
-0
/
+1394