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
*
Switch over to Lerna + Yarn Workspaces setup for a mono-repo approach
Fabio Berger
2017-11-13
1
-866
/
+0
*
Merge branch 'development' into orderWatcher
Fabio Berger
2017-11-13
1
-11
/
+0
|
\
|
*
Push unsubscribe to the base class rather than super
Jacob Evans
2017-11-12
1
-6
/
+0
|
*
Removed nits
Jacob Evans
2017-11-12
1
-1
/
+0
|
*
Clean up subscription state.
Jacob Evans
2017-11-12
1
-11
/
+7
*
|
Remove redundant assertions
Leonid Logvinov
2017-11-10
1
-10
/
+0
*
|
Add assert.isValidBaseUnitAmount that checks for decimals in amounts that sho...
Fabio Berger
2017-11-09
1
-0
/
+10
*
|
remove unused type
Fabio Berger
2017-11-09
1
-1
/
+0
|
/
*
Merge branch 'development' of github.com:0xProject/0x.js into development
Fabio Berger
2017-10-30
1
-14
/
+14
|
\
|
*
Upgrade bignumber to the version with native typings and remove typings
Leonid Logvinov
2017-10-26
1
-14
/
+14
*
|
Fix comment
Fabio Berger
2017-10-30
1
-2
/
+2
|
/
*
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
*
Merge branch 'development' into setFillOrKillToUseRequestInterface
Leonid
2017-10-16
1
-10
/
+17
|
\
|
*
Make logs fetching and sunscriptions more type-safe
Leonid Logvinov
2017-10-13
1
-10
/
+17
*
|
Use OrderFillRequest interface for batchFillOrKill
Assaf
2017-10-11
1
-12
/
+11
|
/
*
Implement transfer Emulator and rewrite tests
Leonid Logvinov
2017-10-09
1
-17
/
+50
*
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
*
Remove missing comment
Leonid Logvinov
2017-10-05
1
-1
/
+0
*
Implement subscriptions based on ethereumjs-blockstream
Leonid Logvinov
2017-10-05
1
-48
/
+34
*
Add assertions
Leonid Logvinov
2017-10-05
1
-0
/
+3
*
Add tests for zeroEx.exchange.getLogsAsync
Leonid Logvinov
2017-10-04
1
-3
/
+5
*
Implement zeroEx.exchange.getLogsAsync
Leonid Logvinov
2017-10-04
1
-0
/
+17
*
Fixed nits
Brandon Millman
2017-09-28
1
-9
/
+27
*
Add tests
Brandon Millman
2017-09-28
1
-5
/
+0
*
Add OrderTransactionOpts to enable optional validation to exchange_wrapper
Brandon Millman
2017-09-28
1
-27
/
+64
*
fix merge issue
Fabio Berger
2017-09-26
1
-1
/
+1
*
Merge branch 'development' into addOrderValidation
Fabio Berger
2017-09-26
1
-7
/
+11
|
\
|
*
Update comment
Leonid Logvinov
2017-09-26
1
-1
/
+1
|
*
Make getZRXTokenAddressAsync public
Leonid Logvinov
2017-09-26
1
-7
/
+11
*
|
improve comment
Fabio Berger
2017-09-26
1
-1
/
+2
*
|
make opts optional
Fabio Berger
2017-09-26
1
-1
/
+1
*
|
rename validateOrderFillableThrowIfNotFillableAsync to validateOrderFillableO...
Fabio Berger
2017-09-26
1
-2
/
+2
*
|
Add validateOrderFillableThrowIfNotFillableAsync to public methods in order t...
Fabio Berger
2017-09-26
1
-0
/
+19
|
/
*
Move lower-casing logic
Leonid Logvinov
2017-09-19
1
-1
/
+2
*
Postfix variable names with 'ifExists'
Leonid Logvinov
2017-09-19
1
-4
/
+4
*
Make contract addresses configurable
Leonid Logvinov
2017-09-18
1
-2
/
+4
*
Fetch tokenTransferProxy address from exchange contract
Leonid Logvinov
2017-09-18
1
-0
/
+5
*
Replace placeholders with actual coments
Leonid Logvinov
2017-09-08
1
-3
/
+3
*
Rename CallOpts to MethodOpts
Leonid Logvinov
2017-09-08
1
-10
/
+11
*
Allow user to specify defaultBlock when calling const exchange methods
Leonid Logvinov
2017-09-08
1
-6
/
+15
*
Use LogError type
Leonid Logvinov
2017-09-07
1
-3
/
+3
*
Fix a comment
Leonid Logvinov
2017-09-07
1
-2
/
+1
*
Add zeroEx.exchange.throwLogErrorsAsErrors
Leonid Logvinov
2017-09-06
1
-0
/
+23
*
Decode logs args in awaitTransactionMinedAsync
Leonid Logvinov
2017-09-06
1
-2
/
+2
*
Cast to Artifat type
Leonid Logvinov
2017-09-05
1
-1
/
+1
*
Remove unused code
Leonid Logvinov
2017-09-05
1
-16
/
+0
*
Rename x.call -> x.callAsync x() -> x.sendTransactionAsync() x.estimateGas() ...
Leonid Logvinov
2017-09-05
1
-21
/
+21
*
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
-1
/
+0
*
Make the functions immidiately return txHash instead of awaiting for a transa...
Leonid Logvinov
2017-09-05
1
-41
/
+35
*
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
-25
/
+18
*
Fix comments
Leonid Logvinov
2017-08-24
1
-5
/
+7
*
Add a comment for isRoundingErrorAsync
Leonid Logvinov
2017-08-24
1
-5
/
+12
*
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
[next]