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
/
test
/
token_wrapper_test.ts
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove TODOs
Leonid Logvinov
2017-10-05
1
-1
/
+0
*
Update CHANGELOG
Leonid Logvinov
2017-10-05
1
-1
/
+1
*
Add missing comments
Leonid Logvinov
2017-10-05
1
-1
/
+1
*
Implement subscriptions based on ethereumjs-blockstream
Leonid Logvinov
2017-10-05
1
-53
/
+35
*
Add filtering by topic
Leonid Logvinov
2017-10-04
1
-4
/
+21
*
Add tests for zeroEx.exchange.getLogsAsync
Leonid Logvinov
2017-10-04
1
-2
/
+2
*
Add tests for zeroEx.token.getLogsAsync
Leonid Logvinov
2017-10-04
1
-0
/
+37
*
Change non-exhange contracts to also return txHash
Leonid Logvinov
2017-09-05
1
-1
/
+2
*
Fix tests descriptions
Leonid Logvinov
2017-09-04
1
-2
/
+2
*
Use zeroEx.getAvailableAddressesAsync instead of web3.eth.getAccounts
Leonid Logvinov
2017-08-30
1
-1
/
+1
*
Add an explanatory comment
Leonid Logvinov
2017-08-25
1
-1
/
+4
*
Add a test that unlimited allowance reduces gas cost
Leonid Logvinov
2017-08-25
1
-0
/
+28
*
Add tests for unlimited allowance
Leonid Logvinov
2017-08-25
1
-0
/
+21
*
Rename shouldCheckTransfer to shouldThrowOnInsufficientBalanceOrAllowance in ...
Leonid Logvinov
2017-08-22
1
-1
/
+1
*
Use lowercase address in tests
Leonid Logvinov
2017-08-22
1
-1
/
+1
*
remove unnecessary assertion and add regression test
Fabio Berger
2017-08-17
1
-17
/
+40
*
Remove isUserAddressAvailable assertion from getBalanceAsync and add regressi...
Fabio Berger
2017-08-17
1
-18
/
+36
*
Use actual exception values in test names
Leonid Logvinov
2017-07-12
1
-3
/
+3
*
Use PascalCase names as string enum keys
Leonid Logvinov
2017-07-12
1
-10
/
+10
*
Use .bignumber for BigNumber comparation
Leonid Logvinov
2017-07-05
1
-2
/
+2
*
Refactor event tests
Leonid Logvinov
2017-07-05
1
-13
/
+12
*
Handle errors from pseudo-async subscription tests
Leonid Logvinov
2017-07-04
1
-5
/
+5
*
Add initial implementation and tests for zeroEx.token.subscribeAsync
Leonid Logvinov
2017-07-04
1
-1
/
+112
*
Make ZeroEx constructor accept Web3Provider instead of Web3 instance
Leonid Logvinov
2017-06-15
1
-1
/
+1
*
Introduce index.ts file which defines public interface
Leonid Logvinov
2017-06-13
1
-2
/
+1
*
Change main file name from 0x.js.ts to 0x.ts
Leonid Logvinov
2017-06-12
1
-1
/
+1
*
Merge branch 'master' into chai-setup
Leonid
2017-06-06
1
-0
/
+11
|
\
|
*
Address feedback
Leonid Logvinov
2017-06-06
1
-1
/
+2
|
*
Add regression test for transferFrom bug
Leonid Logvinov
2017-06-05
1
-0
/
+10
*
|
Address feedback
Leonid Logvinov
2017-06-06
1
-2
/
+2
*
|
Add chai_setup
Leonid Logvinov
2017-06-05
1
-1
/
+2
|
/
*
Fix bug
Fabio Berger
2017-06-03
1
-7
/
+5
*
Merge branch 'master' into remainingTokenMethods
Fabio Berger
2017-06-03
1
-0
/
+1
|
\
|
*
Add includeStack config to chai setup so that we get stackTraces
Fabio Berger
2017-06-03
1
-0
/
+1
*
|
remove unneeded calls to toBaseUnitAmount
Fabio Berger
2017-06-02
1
-8
/
+4
*
|
pass numbers to BigNumber unless it's too big for the number type
Fabio Berger
2017-06-02
1
-4
/
+4
*
|
use BigNumber(0) instead of with a string zero
Fabio Berger
2017-06-02
1
-4
/
+4
*
|
Add balance check to `transferAsync` and related test
Fabio Berger
2017-06-02
1
-3
/
+14
*
|
Add tests for transferFromAsync, setAllowanceAsync and getAllowanceAsync and ...
Fabio Berger
2017-06-02
1
-21
/
+125
|
/
*
Address feedback
Leonid Logvinov
2017-05-31
1
-26
/
+28
*
Add transfer function and tests for it
Leonid Logvinov
2017-05-31
1
-0
/
+19
*
remove unused imports
Fabio Berger
2017-05-30
1
-2
/
+0
*
Add test for setProxyAllowanceAsync and additional test for getProxyAllowance...
Fabio Berger
2017-05-30
1
-2
/
+32
*
remove spaces after it keyword
Fabio Berger
2017-05-30
1
-2
/
+2
*
Add first test for getProxyAllowanceAsync
Fabio Berger
2017-05-30
1
-0
/
+9
*
use token instead of erc20
Fabio Berger
2017-05-30
1
-3
/
+3
*
rename erc20Wrapper to tokenWrapper to be more generic in case we end up supp...
Fabio Berger
2017-05-30
1
-0
/
+55