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
/
src
/
contract_wrappers
/
token_wrapper.ts
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add assert.isValidBaseUnitAmount that checks for decimals in amounts that sho...
Fabio Berger
2017-11-09
1
-0
/
+4
*
Upgrade bignumber to the version with native typings and remove typings
Leonid Logvinov
2017-10-26
1
-8
/
+8
*
Increase ALLOWANCE_TO_ZERO_GAS_AMOUNT
Austin Roberts
2017-10-25
1
-1
/
+1
*
Revert "Reduce final bundle size by 11% (82kB)"
Leonid
2017-10-24
1
-1
/
+1
*
Include only used lodash functions
Leonid Logvinov
2017-10-18
1
-1
/
+1
*
Make logs fetching and sunscriptions more type-safe
Leonid Logvinov
2017-10-13
1
-6
/
+9
*
Remove unused imports
Leonid Logvinov
2017-10-05
1
-3
/
+1
*
Add type assertions for callback parameters
Leonid Logvinov
2017-10-05
1
-0
/
+1
*
Fix comments
Leonid Logvinov
2017-10-05
1
-1
/
+1
*
Implement subscriptions based on ethereumjs-blockstream
Leonid Logvinov
2017-10-05
1
-35
/
+25
*
Add assertion for tokenAddress
Leonid Logvinov
2017-10-05
1
-0
/
+1
*
Add assertions
Leonid Logvinov
2017-10-05
1
-0
/
+3
*
Fix a typo
Leonid Logvinov
2017-10-04
1
-1
/
+1
*
Add tests for zeroEx.exchange.getLogsAsync
Leonid Logvinov
2017-10-04
1
-1
/
+1
*
Implement zeroEx.exchange.getLogsAsync
Leonid Logvinov
2017-10-04
1
-0
/
+9
*
Add _getLogsAsync on contract_wrapper
Leonid Logvinov
2017-10-04
1
-13
/
+5
*
Implement getLogsAsync on token contract
Leonid Logvinov
2017-10-04
1
-2
/
+21
*
Move lower-casing logic
Leonid Logvinov
2017-09-19
1
-2
/
+1
*
Fix a typo
Leonid Logvinov
2017-09-18
1
-3
/
+3
*
Fetch tokenTransferProxy address from exchange contract
Leonid Logvinov
2017-09-18
1
-13
/
+9
*
Replace placeholders with actual coments
Leonid Logvinov
2017-09-08
1
-3
/
+3
*
Rename CallOpts to MethodOpts
Leonid Logvinov
2017-09-08
1
-10
/
+10
*
Allow user to specify defaultBlock when calling const token methods
Leonid Logvinov
2017-09-08
1
-6
/
+13
*
Define CallOpts type
Leonid Logvinov
2017-09-08
1
-0
/
+1
*
Decode logs args in awaitTransactionMinedAsync
Leonid Logvinov
2017-09-06
1
-4
/
+3
*
Rename x.call -> x.callAsync x() -> x.sendTransactionAsync() x.estimateGas() ...
Leonid Logvinov
2017-09-05
1
-7
/
+10
*
Fix gasPrice regression
Leonid Logvinov
2017-09-05
1
-2
/
+2
*
Change non-exhange contracts to also return txHash
Leonid Logvinov
2017-09-05
1
-14
/
+29
*
Make the functions immidiately return txHash instead of awaiting for a transa...
Leonid Logvinov
2017-09-05
1
-1
/
+3
*
Remove default value for gasPrice
Leonid Logvinov
2017-08-29
1
-1
/
+1
*
Allow user to specify the gas price
Leonid Logvinov
2017-08-29
1
-2
/
+2
*
Use 0x-json-schemas
Leonid Logvinov
2017-08-28
1
-4
/
+3
*
Improve comments
Leonid Logvinov
2017-08-25
1
-0
/
+4
*
Refactor UNLIMITED_ALLOWANCE_IN_BASE_UNITS to constants
Leonid Logvinov
2017-08-25
1
-1
/
+1
*
Add tests for unlimited allowance
Leonid Logvinov
2017-08-25
1
-1
/
+1
*
Add setUnlimitedProxyAllowanceAsync and setUnlimitedAllowanceAsync
Leonid Logvinov
2017-08-25
1
-0
/
+25
*
Convert artifacts addresses lo lower case before using
Leonid Logvinov
2017-08-24
1
-1
/
+1
*
Update artifacts and rename proxy to tokenTransferProxy
Fabio Berger
2017-08-21
1
-2
/
+2
*
remove unnecessary assertion and add regression test
Fabio Berger
2017-08-17
1
-1
/
+0
*
Remove isUserAddressAvailable assertion from getBalanceAsync and add regressi...
Fabio Berger
2017-08-17
1
-1
/
+0
*
Use PascalCase names as string enum keys
Leonid Logvinov
2017-07-12
1
-4
/
+4
*
Make invalidateContractInstancesAsync private on exchange and token
Leonid Logvinov
2017-07-05
1
-4
/
+4
*
Add parameter validation for subscribeAsync
Leonid Logvinov
2017-07-05
1
-0
/
+4
*
Refactor event tests
Leonid Logvinov
2017-07-05
1
-4
/
+0
*
Add tests for order hash Schema
Leonid Logvinov
2017-07-05
1
-0
/
+6
*
Fix comments
Leonid Logvinov
2017-07-04
1
-5
/
+4
*
Add initial implementation and tests for zeroEx.token.subscribeAsync
Leonid Logvinov
2017-07-04
1
-2
/
+55
*
Add missing return comment
Fabio Berger
2017-06-26
1
-0
/
+1
*
Revert "Use different lodash import syntax which allows to include only used ...
Leonid
2017-06-22
1
-4
/
+4
*
Fall back to import x = require() syntax
Leonid Logvinov
2017-06-21
1
-1
/
+1
*
Use different lodash import syntax which allows to include only used functions
Leonid Logvinov
2017-06-21
1
-4
/
+4
*
Add and improve comments
Fabio Berger
2017-06-16
1
-4
/
+10
*
Fix last tests
Leonid Logvinov
2017-06-11
1
-7
/
+7
*
Prefix private vars with _
Leonid Logvinov
2017-06-10
1
-15
/
+15
*
Align all param comments so that they are more readable
Fabio Berger
2017-06-10
1
-25
/
+27
*
Add param & return comments to all public methods and add comments to some pu...
Fabio Berger
2017-06-10
1
-1
/
+26
*
Address feedback
Leonid Logvinov
2017-06-06
1
-2
/
+2
*
Add isAnyAddressAvailableAsync
Leonid Logvinov
2017-06-06
1
-0
/
+2
*
Rename isSenderAddressHexAsync to isSenderAddressAsync
Leonid Logvinov
2017-06-06
1
-3
/
+3
*
Rename senderAccount to senderAddress
Leonid Logvinov
2017-06-06
1
-5
/
+5
*
Rename assert.isSenderAccountHexAsync to assert.isSenderAddressHexAsync
Leonid Logvinov
2017-06-06
1
-3
/
+3
*
Add variableName to isSenderAddcountHexAsync
Leonid Logvinov
2017-06-06
1
-3
/
+3
*
Make methods accept senderAccount
Leonid Logvinov
2017-06-05
1
-6
/
+5
*
Merge branch 'master' into remainingTokenMethods
Fabio Berger
2017-06-03
1
-2
/
+2
|
\
|
*
Always wrap BigNumbers returned by web3 with our own version and add comment
Fabio Berger
2017-06-02
1
-2
/
+2
*
|
Fix bug
Fabio Berger
2017-06-03
1
-1
/
+1
*
|
Fix comment
Fabio Berger
2017-06-03
1
-1
/
+1
*
|
Add balance check to `transferAsync` and related test
Fabio Berger
2017-06-02
1
-0
/
+6
*
|
Improve comment
Fabio Berger
2017-06-02
1
-0
/
+2
*
|
Add setAllowanceAsync, getAllowanceAsync and transferFrom to tokenWrapper
Fabio Berger
2017-06-02
1
-15
/
+66
|
/
*
Merge branch 'master' into erc20transfer
Leonid
2017-05-31
1
-8
/
+6
|
\
|
*
remove InternalError type since this error could surface through the public i...
Fabio Berger
2017-05-31
1
-2
/
+2
|
*
Remove superfluous undefined check
Fabio Berger
2017-05-31
1
-4
/
+2
|
*
Add full stop to comments
Fabio Berger
2017-05-31
1
-2
/
+2
*
|
Add transfer function and tests for it
Leonid Logvinov
2017-05-31
1
-1
/
+16
|
/
*
Implement setProxyAllowanceAsync
Fabio Berger
2017-05-30
1
-4
/
+32
*
Implement zeroEx.token.getProxyAllowanceAsync
Fabio Berger
2017-05-30
1
-1
/
+26
*
rename ERC20Contract to TokenContract
Fabio Berger
2017-05-30
1
-4
/
+4
*
rename erc20Wrapper to tokenWrapper to be more generic in case we end up supp...
Fabio Berger
2017-05-30
1
-0
/
+42