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
/
0x.ts
Commit message (
Expand
)
Author
Age
Files
Lines
*
Increase the default polling interval to 1000
Leonid Logvinov
2017-09-05
1
-1
/
+1
*
Fix the comment at awaitTransactionMinedAsync
Leonid Logvinov
2017-09-05
1
-2
/
+2
*
Fix gasPrice regression
Leonid Logvinov
2017-09-05
1
-6
/
+9
*
Add TransationReceipt as a public exported type
Leonid Logvinov
2017-09-05
1
-3
/
+9
*
Change non-exhange contracts to also return txHash
Leonid Logvinov
2017-09-05
1
-2
/
+2
*
Implement zeroEx.awaitTransactionMined
Leonid Logvinov
2017-09-05
1
-0
/
+14
*
Make the functions immidiately return txHash instead of awaiting for a transa...
Leonid Logvinov
2017-09-05
1
-1
/
+0
*
Improve the comment
Leonid Logvinov
2017-08-30
1
-2
/
+2
*
Add assert.isWeb3Provider
Leonid Logvinov
2017-08-30
1
-0
/
+1
*
Improve the comment
Leonid Logvinov
2017-08-30
1
-3
/
+5
*
Support web3@1.0 providers
Leonid Logvinov
2017-08-30
1
-0
/
+4
*
Pass config object to a constructor instead of gasPrice
Leonid Logvinov
2017-08-29
1
-3
/
+4
*
Remove default value for gasPrice
Leonid Logvinov
2017-08-29
1
-3
/
+0
*
Allow user to specify the gas price
Leonid Logvinov
2017-08-29
1
-6
/
+10
*
Use 0x-json-schemas
Leonid Logvinov
2017-08-28
1
-7
/
+4
*
Rename internally Proxy to TokenTransferProxy
Leonid Logvinov
2017-08-22
1
-5
/
+5
*
Remove unused imports
Leonid Logvinov
2017-07-26
1
-1
/
+0
*
Use PascalCase names as string enum keys
Leonid Logvinov
2017-07-12
1
-1
/
+1
*
Make getOrderHashHex static
Leonid Logvinov
2017-07-12
1
-10
/
+10
*
Migrate to using a single Exchange contract
Leonid Logvinov
2017-07-12
1
-39
/
+0
*
Move private helper methods into signatureUtils so that they don't show up in...
Fabio Berger
2017-07-08
1
-24
/
+1
*
Remove duplication of 27, 28 v values
Fabio Berger
2017-07-08
1
-4
/
+5
*
Modify signOrderHashAsync to parse the signatureHex string as V + R + S AND R...
Fabio Berger
2017-07-08
1
-29
/
+41
*
Inline _isExchangeContractAddressProxyAuthorizedAsync
Leonid Logvinov
2017-07-07
1
-5
/
+1
*
Fix comments to use web3 provider instead of web3 instance
Leonid Logvinov
2017-07-07
1
-5
/
+6
*
Move zeroEx.exchange.getAvailableContractAddressesAsync to zeroEx.getAvailabl...
Leonid Logvinov
2017-07-06
1
-1
/
+43
*
move order hash schema to a separate file
Leonid Logvinov
2017-07-05
1
-1
/
+2
*
Fix the bug when didn't invalidate etherToken contract instance
Leonid Logvinov
2017-07-05
1
-0
/
+1
*
Make this.proxy.invalidateContractInstance and this.tokenRegistry.invalidateC...
Leonid Logvinov
2017-07-05
1
-2
/
+2
*
Make invalidateContractInstancesAsync private on exchange and token
Leonid Logvinov
2017-07-05
1
-2
/
+2
*
Use orderHashSchema to validate order hash
Leonid Logvinov
2017-07-05
1
-2
/
+4
*
Merge branch 'master' into subscribe-token
Leonid
2017-07-04
1
-4
/
+8
|
\
|
*
Make proxy wrapper public on zeroEx instance
Leonid Logvinov
2017-07-04
1
-4
/
+8
*
|
Add initial implementation and tests for zeroEx.token.subscribeAsync
Leonid Logvinov
2017-07-04
1
-1
/
+1
|
/
*
Merge branch 'master' into add-exchange-address-to-order-struct
Leonid
2017-07-04
1
-2
/
+3
|
\
|
*
Fix test failures caused by testrpc new eth_sign behaviour
Leonid Logvinov
2017-07-01
1
-2
/
+3
*
|
Stop passing exchangeContractAddress to utils.getOrderHashHex
Leonid Logvinov
2017-07-04
1
-1
/
+1
*
|
Rename invalidateContractInstanceAsync to invalidateContractInstancesAsync
Leonid Logvinov
2017-07-04
1
-1
/
+1
*
|
Rename _proxy to _proxyWrapper
Leonid Logvinov
2017-06-30
1
-4
/
+4
*
|
Add ProxyWrapper instance to zeroEx
Leonid Logvinov
2017-06-30
1
-1
/
+5
*
|
Make getOrderHashHex a non-async function
Leonid Logvinov
2017-06-30
1
-1
/
+1
*
|
Remove _getExchangeAddressAsync
Leonid Logvinov
2017-06-27
1
-11
/
+0
*
|
Allow multiple exchange versions t be functional at the same time
Leonid Logvinov
2017-06-27
1
-4
/
+1
|
/
*
Implement EtherTokenWrapper and tests, with deposit and withdraw methods
Fabio Berger
2017-06-26
1
-0
/
+7
*
Revert "Use different lodash import syntax which allows to include only used ...
Leonid
2017-06-22
1
-3
/
+3
*
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
-3
/
+3
*
Fix tslint issue
Fabio Berger
2017-06-19
1
-1
/
+2
*
Merge branch 'master' of github.com:0xProject/0x.js
Fabio Berger
2017-06-19
1
-8
/
+7
|
\
|
*
Make ZeroEx constructor accept Web3Provider instead of Web3 instance
Leonid Logvinov
2017-06-15
1
-7
/
+7
|
*
Remove unused import
Leonid Logvinov
2017-06-15
1
-1
/
+0
*
|
Add and improve comments
Fabio Berger
2017-06-16
1
-5
/
+18
|
/
*
Change main file name from 0x.js.ts to 0x.ts
Leonid Logvinov
2017-06-12
1
-0
/
+238