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_decoder.ts
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert address strings to lower case before parsing them as BigNumbers
Leonid Logvinov
2019-01-15
1
-1
/
+1
*
Fix a bug when we didn't call isNaN function and assumed it's a property
Leonid Logvinov
2019-01-15
1
-1
/
+1
*
Convert address strings to lower case before parsing them as BigNumbers
Leonid Logvinov
2019-01-15
1
-1
/
+1
*
chore: update ethers import in utils
Jacob Evans
2018-10-18
1
-1
/
+1
*
chore: tslint fix
Fabio Berger
2018-10-18
1
-0
/
+1
*
chore: Re-cast to EventAbi after checking the the type is set to 'event'
Fabio Berger
2018-10-18
1
-3
/
+4
*
Stop accesing ethers private methods
Leonid Logvinov
2018-10-09
1
-3
/
+2
*
Fix ethers build issue
Leonid Logvinov
2018-10-09
1
-3
/
+4
*
Fixes for the breaking changes in ethers
Leonid Logvinov
2018-09-19
1
-2
/
+2
*
Merge development branch
Fabio Berger
2018-08-22
1
-5
/
+9
|
\
|
*
Store methodId and number of indexed args in AbiDecoder to differentiate betw...
Amir Bandeali
2018-08-17
1
-5
/
+9
*
|
Add doc comments to AbiDecoder
Fabio Berger
2018-08-22
1
-1
/
+18
|
/
*
Fix tslint issues
Leonid Logvinov
2018-07-17
1
-1
/
+1
*
Remove unused code/variables from abi-decoder
Leonid Logvinov
2018-06-29
1
-2
/
+0
*
Run prettier
Bryce
2018-06-26
1
-10
/
+10
*
Typings and comment
Bryce
2018-06-23
1
-0
/
+5
*
Update at abi_decoder
Bryce
2018-06-23
1
-1
/
+9
*
Try enabling no-unused-variable...
fragosti
2018-06-05
1
-3
/
+0
*
Introduce ethereum-types package
Leonid Logvinov
2018-06-01
1
-2
/
+2
*
Address feedback
Leonid Logvinov
2018-05-23
1
-11
/
+2
*
Improve naming
Fabio Berger
2018-05-17
1
-2
/
+2
*
Fix TSLint rules
Fabio Berger
2018-05-16
1
-5
/
+7
*
Add missing type definitions
Leonid Logvinov
2018-05-14
1
-1
/
+1
*
Interface for EventDescription renamed topics
Jacob Evans
2018-04-19
1
-1
/
+1
*
Use ethers in abi_decoder utils
Jacob Evans
2018-04-19
1
-3
/
+3
*
Add metacoin example project
Leonid Logvinov
2018-04-02
1
-2
/
+2
*
Move common types out of web3 types
Leonid Logvinov
2018-03-27
1
-9
/
+18
*
Rename idx to i
Leonid Logvinov
2018-02-28
1
-2
/
+2
*
Use as a backend to decode event args
Leonid Logvinov
2018-02-28
1
-13
/
+14
*
Use forEach instead of map
Leonid Logvinov
2018-02-05
1
-2
/
+2
*
Fix an exception when a signature collision happens
Leonid Logvinov
2018-02-05
1
-5
/
+14
*
Fix tslint issues
Leonid Logvinov
2018-01-30
1
-2
/
+1
*
Normalize the dependencies
Leonid Logvinov
2018-01-30
1
-0
/
+1
*
Remove truffle from tests
Leonid Logvinov
2018-01-30
1
-0
/
+70