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
/
exchange_wrapper.ts
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove And's from names
Leonid Logvinov
2017-08-24
1
-17
/
+17
*
Move order validation functions to orderValidationUtils and make isRoundingEr...
Leonid Logvinov
2017-08-24
1
-51
/
+26
*
Add initial implementation for public order validation functions
Leonid Logvinov
2017-08-24
1
-48
/
+77
*
Return variable instead of expression
Fabio Berger
2017-08-23
1
-1
/
+2
*
Fix the docs for shouldThrowOnInsufficientBalanceOrAllowance
Leonid Logvinov
2017-08-22
1
-4
/
+6
*
Merge pull request #118 from 0xProject/artifacts-update
Fabio Berger
2017-08-21
1
-2
/
+2
|
\
|
*
Update Exchange artifacts and adjust ExchangeWrapper
Leonid Logvinov
2017-08-15
1
-2
/
+2
*
|
remove unneeded assertion from _isRoundingErrorAsync since one can make stati...
Fabio Berger
2017-08-17
1
-1
/
+0
|
/
*
Store tokenWrapper inside of OrdervalidationUtils
Leonid Logvinov
2017-07-26
1
-2
/
+4
*
Remove and from names
Leonid Logvinov
2017-07-26
1
-1
/
+1
*
Remove unused imports
Leonid Logvinov
2017-07-26
1
-6
/
+0
*
Refactor OrderValidationUtils to check for the case when ZRX is one of the to...
Leonid Logvinov
2017-07-26
1
-2
/
+2
*
Pass tokenWrapper to validateFillOrderBalancesAndAllowancesAndThrowIfInvalidA...
Leonid Logvinov
2017-07-26
1
-1
/
+1
*
Move _validateFillOrderBalancesAndAllowancesAndThrowIfInvalidAsync to orderVa...
Leonid Logvinov
2017-07-26
1
-63
/
+4
*
Add forgotten meger conflict resolution
Leonid Logvinov
2017-07-12
1
-19
/
+0
*
Use PascalCase names as string enum keys
Leonid Logvinov
2017-07-12
1
-26
/
+54
*
Fix the comment
Leonid Logvinov
2017-07-12
1
-1
/
+3
*
Migrate to using a single Exchange contract
Leonid Logvinov
2017-07-12
1
-69
/
+39
*
Fix a typo
Leonid Logvinov
2017-07-11
1
-4
/
+4
*
Fix a typo in comment
Leonid Logvinov
2017-07-11
1
-2
/
+2
*
Rename shouldCheckTransfer to shouldThrowOnInsufficientBalanceOrAllowance
Leonid Logvinov
2017-07-11
1
-10
/
+11
*
Change arguments order at isRoundingError
Leonid Logvinov
2017-07-11
1
-3
/
+3
*
Migrate events
Leonid Logvinov
2017-07-11
1
-3
/
+4
*
Migrate fillOrKillOrder
Leonid Logvinov
2017-07-11
1
-9
/
+9
*
Migrate ZRX_TOKEN_AMOUNT
Leonid Logvinov
2017-07-11
1
-1
/
+1
*
Migrate getUnavailableTakerTokenAmount
Leonid Logvinov
2017-07-11
1
-3
/
+3
*
Migrate batchFillOrKillOrders
Leonid Logvinov
2017-07-11
1
-5
/
+5
*
Migrate batchFillOrders
Leonid Logvinov
2017-07-11
1
-16
/
+20
*
Migrate fillOrder
Leonid Logvinov
2017-07-11
1
-20
/
+23
*
Migrate fillOrdersUpTo and remove min
Leonid Logvinov
2017-07-11
1
-13
/
+14
*
Migrate batchCancelOrders
Leonid Logvinov
2017-07-11
1
-5
/
+5
*
Migrate cencelOrder
Leonid Logvinov
2017-07-11
1
-9
/
+9
*
Revert "Migrate isRoundingError parameter changes"
Leonid Logvinov
2017-07-11
1
-5
/
+5
*
Revert "Rename ZRX to ZRX_TOKEN_CONTRACT"
Leonid Logvinov
2017-07-11
1
-1
/
+1
*
Migrate isRoundingError parameter changes
Leonid Logvinov
2017-07-11
1
-5
/
+5
*
Rename ZRX to ZRX_TOKEN_CONTRACT
Leonid Logvinov
2017-07-11
1
-1
/
+1
*
Rename batchCancelOrderAsync to batchCancelOrdersAsync
Leonid Logvinov
2017-07-08
1
-1
/
+1
*
Rename batchFillOrderAsync to batchFillOrdersAsync
Leonid Logvinov
2017-07-08
1
-2
/
+2
*
Move zeroEx.exchange.getAvailableContractAddressesAsync to zeroEx.getAvailabl...
Leonid Logvinov
2017-07-06
1
-45
/
+2
*
move order hash schema to a separate file
Leonid Logvinov
2017-07-05
1
-1
/
+2
*
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
/
+6
*
Use orderHashSchema to validate order hash
Leonid Logvinov
2017-07-05
1
-4
/
+4
*
Merge branch 'master' into subscribe-token
Leonid
2017-07-04
1
-4
/
+4
|
\
|
*
Merge pull request #89 from 0xProject/proxy
Leonid
2017-07-04
1
-4
/
+4
|
|
\
|
|
*
Use call instead of use in the comments
Leonid Logvinov
2017-07-04
1
-4
/
+4
*
|
|
Add initial implementation and tests for zeroEx.token.subscribeAsync
Leonid Logvinov
2017-07-04
1
-32
/
+2
|
/
/
*
|
Rename _wrapEventCallback to _getBigNumberWrappingEventCallback
Leonid Logvinov
2017-07-04
1
-2
/
+2
*
|
Merge branch 'master' into wrap-log-bignumber
Leonid
2017-07-04
1
-61
/
+145
|
\
|
|
*
Stop passing exchangeContractAddress to utils.getOrderHashHex
Leonid Logvinov
2017-07-04
1
-7
/
+2
|
*
Await ZRX call
Leonid Logvinov
2017-07-04
1
-1
/
+1
|
*
Fix the comment
Leonid Logvinov
2017-07-04
1
-1
/
+1
|
*
Rename invalidateContractInstanceAsync to invalidateContractInstancesAsync
Leonid Logvinov
2017-07-04
1
-1
/
+1
|
*
Fix naming
Leonid Logvinov
2017-07-01
1
-2
/
+3
|
*
Fix a typo in authorized
Leonid Logvinov
2017-07-01
1
-3
/
+3
|
*
Fix a bug in getProxyAuthorizedContractAddressesAsync
Leonid Logvinov
2017-07-01
1
-2
/
+7
|
*
Move schema assertion up to prevent the _.map failure
Leonid Logvinov
2017-07-01
1
-1
/
+1
|
*
Implement getProxyAuthorizedContractAddressesAsync
Leonid Logvinov
2017-06-30
1
-0
/
+16
|
*
Store ProxyWrapper instance in ExchangeWrapper
Leonid Logvinov
2017-06-30
1
-1
/
+4
|
*
Factor out ZRXtokenAddress variable
Leonid Logvinov
2017-06-30
1
-1
/
+2
|
*
Rename ZeroExError.CONTRACT_DOES_NOT_EXIST to ZeroExError.EXCHANGE_CONTRACT_D...
Leonid Logvinov
2017-06-30
1
-1
/
+1
|
*
Fix a typo in a name
Leonid Logvinov
2017-06-30
1
-2
/
+2
|
*
Factor out exchangeArtifacts variable
Leonid Logvinov
2017-06-30
1
-1
/
+2
|
*
Check that artefacts by networkId are not undefined before getting the address
Leonid Logvinov
2017-06-30
1
-2
/
+5
|
*
Fix a typo in a name
Leonid Logvinov
2017-06-30
1
-1
/
+1
|
*
Fix a typo in a name
Leonid Logvinov
2017-06-30
1
-1
/
+1
|
*
Move schema assertion up to prevent the _.map failure
Leonid Logvinov
2017-06-30
1
-2
/
+2
|
*
Move schema assertion up to prevent the _.map failure
Leonid Logvinov
2017-06-30
1
-1
/
+1
|
*
Mve schema assertion up to prevent the _.map failure
Leonid Logvinov
2017-06-30
1
-1
/
+1
|
*
Allow multiple exchange versions t be functional at the same time
Leonid Logvinov
2017-06-27
1
-48
/
+107
|
*
Move exchange artifacts to an exchange subfolder
Leonid Logvinov
2017-06-27
1
-1
/
+1
*
|
Check for a BigNumber instance
Leonid Logvinov
2017-07-04
1
-1
/
+8
*
|
Use _.isString instead of instanceof
Leonid Logvinov
2017-07-04
1
-1
/
+1
*
|
Wrap all event args in a newer version of BigNumber and test it
Leonid Logvinov
2017-07-02
1
-1
/
+19
|
/
*
Fix incorrect merge consequences
Leonid Logvinov
2017-06-23
1
-3
/
+3
*
Merge branch 'master' into fill-order-amuont
Leonid
2017-06-23
1
-27
/
+22
|
\
|
*
Revert "Use different lodash import syntax which allows to include only used ...
Leonid
2017-06-22
1
-26
/
+22
*
|
Return filledTakerTokenAmount from fillOrdersUpToAsync
Leonid Logvinov
2017-06-22
1
-3
/
+10
*
|
Return cancelledAmount from cancelOrderAsync
Leonid Logvinov
2017-06-22
1
-1
/
+6
*
|
Fix return comment
Leonid Logvinov
2017-06-22
1
-1
/
+1
*
|
Return filledAmount from fillOrderAsync
Leonid Logvinov
2017-06-21
1
-1
/
+6
|
/
*
Fall back to import x = require() syntax
Leonid Logvinov
2017-06-21
1
-5
/
+5
*
Use different lodash import syntax which allows to include only used functions
Leonid Logvinov
2017-06-21
1
-22
/
+26
*
Add missing semi-colon
Fabio Berger
2017-06-20
1
-1
/
+1
*
Improve comment
Fabio Berger
2017-06-20
1
-3
/
+3
*
Merge branch 'master' of github.com:0xProject/0x.js
Fabio Berger
2017-06-19
1
-1
/
+2
|
\
|
*
Rename LogErrorArgs to LogErrorEventArgs and EventArgs to ContractEventArgs
Leonid Logvinov
2017-06-19
1
-2
/
+2
|
*
Add actual type for contract event arguments
Leonid Logvinov
2017-06-15
1
-1
/
+2
*
|
Add and improve comments
Fabio Berger
2017-06-16
1
-7
/
+11
|
/
*
Remove types that are not used in public interface from export and rename Eve...
Leonid Logvinov
2017-06-14
1
-7
/
+7
*
Rename ZeroExEvent to EventEmitter
Leonid Logvinov
2017-06-13
1
-12
/
+12
*
Bind watch function on an event
Leonid Logvinov
2017-06-13
1
-1
/
+1
*
Refactor subscription to return zeroExSignature object
Leonid Logvinov
2017-06-13
1
-16
/
+27
*
Add getContractAddressAsync and tests
Leonid Logvinov
2017-06-13
1
-0
/
+9
*
Merge branch 'master' into private
Leonid
2017-06-11
1
-14
/
+22
|
\
|
*
Merge pull request #60 from 0xProject/error-decorator
Fabio Berger
2017-06-11
1
-0
/
+8
|
|
\
|
|
*
Merge branch 'master' into error-decorator
Leonid
2017-06-10
1
-11
/
+61
|
|
|
\
|
|
*
|
Add initial error handling decorator implementation
Leonid Logvinov
2017-06-10
1
-0
/
+8
|
*
|
|
Remove Hex suffix from public functions parameters names
Leonid Logvinov
2017-06-10
1
-14
/
+14
|
|
|
/
|
|
/
|
*
|
|
Fix last tests
Leonid Logvinov
2017-06-11
1
-8
/
+8
*
|
|
Prefix private vars with _
Leonid Logvinov
2017-06-10
1
-91
/
+92
|
/
/
*
|
Align all param comments so that they are more readable
Fabio Berger
2017-06-10
1
-38
/
+48
*
|
Add param & return comments to all public methods and add comments to some pu...
Fabio Berger
2017-06-10
1
-11
/
+51
|
/
*
Address feedback
Leonid Logvinov
2017-06-10
1
-1
/
+1
*
Fix test
Leonid Logvinov
2017-06-10
1
-8
/
+5
*
Merge branch 'master' into json-schema
Leonid
2017-06-10
1
-5
/
+4
|
\
|
*
Merge branch 'master' into async-bug
Leonid
2017-06-09
1
-20
/
+83
|
|
\
|
*
|
Use for of
Leonid Logvinov
2017-06-09
1
-2
/
+2
|
*
|
Fix the bug of not awaiting an async function
Leonid Logvinov
2017-06-09
1
-4
/
+3
*
|
|
Merge branch 'master' into json-schema
Leonid
2017-06-09
1
-4
/
+71
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Merge branch 'master' into fillOrderUpToAsync
Leonid
2017-06-09
1
-16
/
+12
|
|
\
\
|
*
|
|
Address feedback
Leonid Logvinov
2017-06-09
1
-5
/
+2
|
*
|
|
Add signedOrdersScxhema
Leonid Logvinov
2017-06-09
1
-0
/
+4
|
*
|
|
Address feedback
Leonid Logvinov
2017-06-09
1
-1
/
+1
|
*
|
|
Add assert.hashAtMostOneUniqueValue
Leonid Logvinov
2017-06-09
1
-6
/
+6
|
*
|
|
Merge branch 'master' into fillOrderUpToAsync
Leonid
2017-06-09
1
-24
/
+89
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Add tests for fillOrdersUpTo
Leonid Logvinov
2017-06-09
1
-7
/
+7
|
*
|
|
Implement fillOrderUpToAsync
Leonid Logvinov
2017-06-08
1
-0
/
+66
*
|
|
|
Fix tests one more
Leonid Logvinov
2017-06-09
1
-1
/
+1
*
|
|
|
Fix tests
Leonid Logvinov
2017-06-09
1
-1
/
+1
*
|
|
|
Merge branch 'master' into json-schema
Leonid
2017-06-09
1
-12
/
+7
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Add orderCancelrequestsSchema and orderFillRequestsSchema
Leonid Logvinov
2017-06-09
1
-16
/
+12
|
|
|
/
|
|
/
|
*
|
|
Make static function public
Leonid Logvinov
2017-06-09
1
-1
/
+0
*
|
|
Convert to JSON schema compatible object by default
Leonid Logvinov
2017-06-09
1
-19
/
+7
|
/
/
*
|
fix indentation
Fabio Berger
2017-06-09
1
-13
/
+13
*
|
add comment explaining the use of any
Fabio Berger
2017-06-09
1
-0
/
+1
*
|
Improve comment
Fabio Berger
2017-06-09
1
-1
/
+1
*
|
Add orderFillOrKillRequestsSchema and validate using it instead of looping ov...
Fabio Berger
2017-06-09
1
-4
/
+5
*
|
Merge branch 'master' into batchFillOrKill
Fabio Berger
2017-06-09
1
-25
/
+91
|
\
|
|
*
Merge pull request #47 from 0xProject/is-valid-signature-contract
Leonid
2017-06-08
1
-2
/
+2
|
|
\
|
|
*
Merge branch 'master' into is-valid-signature-contract
Leonid
2017-06-08
1
-0
/
+6
|
|
|
\
|
|
*
|
Refactor isValidSignature
Leonid Logvinov
2017-06-08
1
-2
/
+2
|
*
|
|
Merge branch 'master' into batchFillAsync
Leonid
2017-06-08
1
-0
/
+6
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Address feedback
Leonid Logvinov
2017-06-08
1
-9
/
+12
|
*
|
|
Use isSenderAddressAsync
Leonid Logvinov
2017-06-08
1
-2
/
+2
|
*
|
|
Address old feedback
Leonid Logvinov
2017-06-08
1
-2
/
+3
|
*
|
|
Fix spacing
Leonid Logvinov
2017-06-08
1
-2
/
+2
|
*
|
|
Merge branch 'master' into batchFillAsync
Leonid Logvinov
2017-06-08
1
-25
/
+106
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Don't use batchFillOrderAsync for fillOrderAsync
Leonid Logvinov
2017-06-08
1
-3
/
+37
|
*
|
|
Add no-op test
Leonid Logvinov
2017-06-08
1
-1
/
+3
|
*
|
|
Remove old comment
Leonid Logvinov
2017-06-08
1
-1
/
+0
|
*
|
|
Refactor to use OrderFillRequest
Leonid Logvinov
2017-06-07
1
-22
/
+26
|
*
|
|
Merge branch 'batchCancelAsync' into batchFillAsync
Leonid Logvinov
2017-06-07
1
-27
/
+3
|
|
\
\
\
|
*
\
\
\
Merge branch 'batchCancelAsync' into batchFillAsync
Leonid Logvinov
2017-06-07
1
-17
/
+19
|
|
\
\
\
\
|
*
|
|
|
|
Add assertion for empty batch
Leonid Logvinov
2017-06-07
1
-0
/
+1
|
*
|
|
|
|
Fix linter errors
Leonid Logvinov
2017-06-07
1
-1
/
+2
|
*
|
|
|
|
Add tests for batchCancelAsync
Leonid Logvinov
2017-06-07
1
-1
/
+1
|
*
|
|
|
|
Add initial batchCancelAsync implementation
Leonid Logvinov
2017-06-07
1
-0
/
+45
|
*
|
|
|
|
Remove assertions from utils methods
Leonid Logvinov
2017-06-07
1
-4
/
+1
|
*
|
|
|
|
Add initial implementation of batchCancelAsync
Leonid Logvinov
2017-06-07
1
-21
/
+43
*
|
|
|
|
|
Merge branch 'master' into batchFillOrKill
Fabio Berger
2017-06-08
1
-0
/
+6
|
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
|
|
Add getOrderHashHexUsingContractCallAsync
Leonid Logvinov
2017-06-08
1
-0
/
+6
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'master' into batchFillOrKill
Fabio Berger
2017-06-08
1
-2
/
+56
|
\
|
|
|
|
|
*
|
|
|
Address feedback
Leonid Logvinov
2017-06-08
1
-6
/
+9
|
*
|
|
|
Address feedback
Leonid Logvinov
2017-06-08
1
-5
/
+6
|
*
|
|
|
Don't use batch function for normal one
Leonid Logvinov
2017-06-08
1
-3
/
+27
|
*
|
|
|
Merge branch 'master' into batchCancelAsync
Leonid
2017-06-08
1
-7
/
+57
|
|
\
\
\
\
|
*
|
|
|
|
Address feedback
Leonid Logvinov
2017-06-07
1
-8
/
+11
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
Use batchCancel for normal cancel
Leonid Logvinov
2017-06-07
1
-28
/
+5
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Refactor to use OrderCancellationRequest
Leonid Logvinov
2017-06-07
1
-17
/
+19
|
*
|
|
Add tests for batchCancelAsync
Leonid Logvinov
2017-06-07
1
-1
/
+1
|
*
|
|
Add initial batchCancelAsync implementation
Leonid Logvinov
2017-06-07
1
-0
/
+45
*
|
|
|
Implement batchFillOrKill and tests
Fabio Berger
2017-06-08
1
-7
/
+70
|
|
/
/
|
/
|
|
*
|
|
Remove catch of invalid jump throws since there are many reasons the contract...
Fabio Berger
2017-06-07
1
-24
/
+14
*
|
|
add `hex` to function and variable name for clarity
Fabio Berger
2017-06-07
1
-4
/
+4
*
|
|
remove unused arg
Fabio Berger
2017-06-07
1
-2
/
+1
*
|
|
merge master
Fabio Berger
2017-06-07
1
-31
/
+79
|
\
|
|
|
*
|
Remove assertions from utils methods
Leonid Logvinov
2017-06-07
1
-4
/
+1
|
|
/
|
*
Use union type Order|SignedOrder
Leonid Logvinov
2017-06-07
1
-2
/
+2
|
*
Address feedback
Leonid Logvinov
2017-06-07
1
-16
/
+15
|
*
Add test when the order was already cancelled or filled
Leonid Logvinov
2017-06-06
1
-31
/
+35
|
*
Add checks and tests for expired order and zero fill amount
Leonid Logvinov
2017-06-06
1
-1
/
+7
|
*
Fix tests
Leonid Logvinov
2017-06-06
1
-1
/
+1
|
*
Add initial implementation with success test
Leonid Logvinov
2017-06-06
1
-1
/
+52
*
|
Implement fillOrKill & tests
Fabio Berger
2017-06-07
1
-17
/
+88
|
/
*
Address feedback
Leonid Logvinov
2017-06-06
1
-1
/
+1
*
Add isAnyAddressAvailableAsync
Leonid Logvinov
2017-06-06
1
-0
/
+1
*
Rename isSenderAddressHexAsync to isSenderAddressAsync
Leonid Logvinov
2017-06-06
1
-1
/
+1
*
Rename senderAccount to senderAddress
Leonid Logvinov
2017-06-06
1
-8
/
+8
*
Rename assert.isSenderAccountHexAsync to assert.isSenderAddressHexAsync
Leonid Logvinov
2017-06-06
1
-1
/
+1
*
Rename senderAccount to takerAddress
Leonid Logvinov
2017-06-06
1
-5
/
+5
*
Add variableName to isSenderAddcountHexAsync
Leonid Logvinov
2017-06-06
1
-1
/
+1
*
Make methods accept senderAccount
Leonid Logvinov
2017-06-05
1
-21
/
+14
*
Run stopWatching in parallel
Fabio Berger
2017-06-03
1
-3
/
+4
*
Merge branch 'master' into addEventSubscriptions
Fabio Berger
2017-06-03
1
-31
/
+98
|
\
|
*
Address feedback
Leonid Logvinov
2017-06-03
1
-12
/
+12
|
*
Allign arguments
Leonid Logvinov
2017-06-03
1
-3
/
+3
|
*
Rewrite comment
Leonid Logvinov
2017-06-03
1
-5
/
+11
|
*
Move FillOrderValidatinErrs to ExchangeContractErrs
Leonid Logvinov
2017-06-03
1
-13
/
+12
|
*
Assign wouldRoundingErrorOccur to a variable
Leonid Logvinov
2017-06-02
1
-2
/
+4
|
*
Rename EXPIRED to FILL_ORDER_EXPIRED
Leonid Logvinov
2017-06-02
1
-1
/
+1
|
*
Assign timestamp to a variable
Leonid Logvinov
2017-06-02
1
-1
/
+2
|
*
Rename NOT_A_TAKER to TRANSACTION_SENDER_IS_NOT_FILL_ORDER_TAKER
Leonid Logvinov
2017-06-02
1
-1
/
+1
|
*
Don't pass zrxTokenAsign
Leonid Logvinov
2017-06-02
1
-6
/
+7
|
*
Rename validation functions
Leonid Logvinov
2017-06-02
1
-8
/
+8
|
*
Add getZRXTokenAddressAsync
Leonid Logvinov
2017-06-02
1
-1
/
+4
|
*
rename fillTakerAmountInBaseUnits to fillTakerAmount
Fabio Berger
2017-06-02
1
-15
/
+15
|
*
Improve fillOrderAsync comment
Fabio Berger
2017-06-02
1
-3
/
+6
|
*
Improve error names and remove duplicate import
Fabio Berger
2017-06-02
1
-5
/
+5
|
*
Add tests and checks for fees balances and allowances
Leonid Logvinov
2017-06-02
1
-9
/
+45
|
*
Add check for ROUNDING_ERROR and test for it
Leonid Logvinov
2017-06-02
1
-0
/
+16
*
|
Merge branch 'fillOrderAsync' into addEventSubscriptions
Fabio Berger
2017-06-02
1
-4
/
+14
|
\
|
|
*
Validate maker balance and allowance & tests
Leonid Logvinov
2017-06-02
1
-4
/
+14
*
|
Implement zeroEx.exchange.subscribeAsync made sure to clean up subscriptions ...
Fabio Berger
2017-06-02
1
-1
/
+45
*
|
Merge branch 'fillOrderAsync' into addEventSubscriptions
Fabio Berger
2017-06-02
1
-0
/
+3
|
\
|
|
*
Add test for insufficient balance and make all async tests async
Leonid Logvinov
2017-06-02
1
-0
/
+3
*
|
Always wrap BigNumbers returned by web3 with our own version and add comment
Fabio Berger
2017-06-02
1
-3
/
+9
*
|
Merge branch 'fillOrderAsync' into unavailableFilledCancelled
Fabio Berger
2017-06-02
1
-3
/
+4
|
\
|
|
*
Create a FillsScenario utils module and use it in the fillOrder tests
Fabio Berger
2017-06-02
1
-4
/
+6
*
|
fix tslint error
Fabio Berger
2017-06-02
1
-1
/
+2
*
|
Merge branch 'fillOrderAsync' into unavailableFilledCancelled
Fabio Berger
2017-06-02
1
-3
/
+15
|
\
|
|
*
Make validateFillOrder asyncronous
Leonid Logvinov
2017-06-02
1
-2
/
+2
|
*
Add not enough taker balance tests
Leonid Logvinov
2017-06-02
1
-2
/
+14
*
|
Merge branch 'fillOrderAsync' into unavailableFilledCancelled
Fabio Berger
2017-06-02
1
-7
/
+106
|
\
|
|
*
remove superfluous param
Fabio Berger
2017-06-01
1
-1
/
+1
|
*
remove unused arg
Fabio Berger
2017-06-01
1
-2
/
+1
|
*
remove unneeded method
Fabio Berger
2017-06-01
1
-5
/
+1
|
*
improve comment
Fabio Berger
2017-06-01
1
-2
/
+2
|
*
Merge branch 'fillOrderAsync' of github.com:0xProject/0x.js into fillOrderAsync
Fabio Berger
2017-06-01
1
-0
/
+3
|
|
\
|
|
*
Add expired check
Leonid Logvinov
2017-06-01
1
-0
/
+3
|
*
|
Add comment for fillOrderAsync method, rename fillAmount to fillTakerAmountIn...
Fabio Berger
2017-06-01
1
-6
/
+11
|
|
/
|
*
Revert "Add EXPIRED test"
Leonid Logvinov
2017-06-01
1
-3
/
+0
|
*
Add ExchangeContractErrs string enum
Fabio Berger
2017-06-01
1
-8
/
+9
|
*
Merge branch 'fillOrderAsync' of github.com:0xProject/0x.js into fillOrderAsync
Fabio Berger
2017-06-01
1
-0
/
+15
|
|
\
|
|
*
Add EXPIRED test
Leonid Logvinov
2017-06-01
1
-0
/
+3
|
|
*
Add NOT_A_TAKER check
Leonid Logvinov
2017-06-01
1
-0
/
+3
|
|
*
Add FILL_AMOUNT_IS_ZERO check
Leonid Logvinov
2017-06-01
1
-0
/
+9
|
*
|
Rename ExchangeContractErrs to ExchangeContractErrCodes
Fabio Berger
2017-06-01
1
-9
/
+9
|
|
/
|
*
Make taker required on Order object and expect NULL_ADDRESS from 0x.js
Fabio Berger
2017-06-01
1
-3
/
+1
|
*
rename signed_order_schema to order_schemas
Fabio Berger
2017-06-01
1
-1
/
+1
|
*
Add convertToJSONSchemaCompatibleObject method
Fabio Berger
2017-06-01
1
-1
/
+4
|
*
Temporarily fix gas extimation
Leonid Logvinov
2017-06-01
1
-0
/
+13
|
*
Don't return contract response
Leonid Logvinov
2017-05-31
1
-2
/
+1
|
*
Add isBigNumber argument assertion
Leonid Logvinov
2017-05-30
1
-0
/
+1
|
*
Merge branch 'master' into fillOrderAsync
Leonid Logvinov
2017-05-30
1
-1
/
+13
|
|
\
|
*
|
Add throwErrorLogsAsErrors
Leonid Logvinov
2017-05-30
1
-6
/
+10
|
*
|
Add fillAmount parameter
Leonid Logvinov
2017-05-30
1
-2
/
+3
|
*
|
Make fillOrderAsync accept signedOrder instead of a shit-ton of params
Leonid Logvinov
2017-05-30
1
-35
/
+21
|
*
|
Finish ecSignature renaming
Leonid Logvinov
2017-05-30
1
-3
/
+3
|
*
|
Add assertions for parameters
Leonid Logvinov
2017-05-30
1
-1
/
+15
|
*
|
Move field declaration to the begining of the class
Leonid Logvinov
2017-05-30
1
-8
/
+8
|
*
|
Add initial implementation of fillOrderAsync
Leonid Logvinov
2017-05-30
1
-1
/
+63
|
*
|
Add getExchangeInstanceOrThrowAsync && getSenderAddressOrThrowAsync
Leonid Logvinov
2017-05-30
1
-6
/
+7
*
|
|
Implement getUnavailableTakerAmountAsync, getFilledTakerAmountAsync and getCa...
Fabio Berger
2017-06-01
1
-0
/
+33
|
|
/
|
/
|
*
|
Refactor exchangeWrapper and tokenRegistryWrapper to use contract getter that...
Fabio Berger
2017-05-30
1
-6
/
+7
*
|
remove unused import
Fabio Berger
2017-05-30
1
-1
/
+0
*
|
rename invalidateExchangeContract to invalidateContractInstance
Fabio Berger
2017-05-30
1
-1
/
+1
*
|
Lazily instantiate exchangeContract and store as instance variable instead of...
Fabio Berger
2017-05-30
1
-3
/
+14
|
/
*
Lowercase schema names
Fabio Berger
2017-05-30
1
-2
/
+2
*
Fix imports
Leonid Logvinov
2017-05-29
1
-1
/
+1
[next]