aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils
Commit message (Collapse)AuthorAgeFilesLines
* Add initial error handling decorator implementationLeonid Logvinov2017-06-102-0/+37
|
* Merge branch 'master' into json-schemaLeonid2017-06-101-2/+2
|\
| * Merge branch 'master' into schema-testsLeonid2017-06-101-0/+1
| |\
| * \ Merge branch 'master' into schema-testsLeonid2017-06-091-0/+3
| |\ \
| * | | Add tests for TokenSchemaLeonid Logvinov2017-06-091-2/+2
| | | |
* | | | Merge branch 'master' into json-schemaLeonid2017-06-101-0/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Move MAX_DIGITS_IN_UNSIGNED_256_INT to constantsFabio Berger2017-06-101-0/+1
| | |/ | |/|
* | | Address feedbackLeonid Logvinov2017-06-101-8/+5
| | |
* | | Merge branch 'master' into json-schemaLeonid2017-06-091-0/+3
|\| |
| * | Address feedbackLeonid Logvinov2017-06-091-1/+1
| | |
| * | Merge branch 'master' into fillOrderUpToAsyncLeonid2017-06-091-4/+0
| |\|
| * | Add assert.hashAtMostOneUniqueValueLeonid Logvinov2017-06-091-0/+3
| | |
* | | Make static function publicLeonid Logvinov2017-06-091-1/+1
| | |
* | | Convert to JSON schema compatible object by defaultLeonid Logvinov2017-06-091-3/+4
| |/ |/|
* | Remove isSenderAddressAvailableAsyncLeonid Logvinov2017-06-091-4/+0
|/
* Add orderFillOrKillRequestsSchema and validate using it instead of looping ↵Fabio Berger2017-06-091-2/+5
| | | | over the requests and validating them individually
* Remove catch of invalid jump throws since there are many reasons the ↵Fabio Berger2017-06-071-1/+0
| | | | contracts could throw this error
* merge masterFabio Berger2017-06-071-5/+9
|\
| * Remove assertions from utils methodsLeonid Logvinov2017-06-071-7/+0
| |
| * Use union type Order|SignedOrderLeonid Logvinov2017-06-071-2/+2
| |
| * Address feedbackLeonid Logvinov2017-06-071-0/+35
| |
* | Implement fillOrKill & testsFabio Berger2017-06-072-0/+25
|/
* avoid newline issues by putting the assertion message on a single lineFabio Berger2017-06-061-2/+3
|
* Address feedbackLeonid Logvinov2017-06-061-2/+2
|
* Add isAnyAddressAvailableAsyncLeonid Logvinov2017-06-061-0/+4
|
* Rename isSenderAddressHexAsync to isSenderAddressAsyncLeonid Logvinov2017-06-061-8/+8
|
* Use variable name in assertin messageLeonid Logvinov2017-06-061-3/+4
|
* Rename accounts to addresesLeonid Logvinov2017-06-061-2/+2
|
* Rename senderAccount to senderAddressLeonid Logvinov2017-06-061-6/+6
|
* Rename assert.isSenderAccountHexAsync to assert.isSenderAddressHexAsyncLeonid Logvinov2017-06-061-1/+1
|
* Add variableName to isSenderAddcountHexAsyncLeonid Logvinov2017-06-061-3/+4
|
* Make methods accept senderAccountLeonid Logvinov2017-06-051-4/+8
|
* Merge pull request #32 from 0xProject/addEventSubscriptionsFabio Berger2017-06-031-0/+3
|\ | | | | Implement zeroEx.exchange.subscribeAsync
| * Merge branch 'master' into addEventSubscriptionsFabio Berger2017-06-031-1/+1
| |\ | | | | | | | | | | | | | | | | | | # Conflicts: # src/contract_wrappers/exchange_wrapper.ts # src/types.ts # test/exchange_wrapper_test.ts
| * | Implement zeroEx.exchange.subscribeAsync made sure to clean up subscriptions ↵Fabio Berger2017-06-021-0/+3
| | | | | | | | | | | | if user updates the provider
* | | Merge branch 'master' into remainingTokenMethodsFabio Berger2017-06-032-0/+8
|\ \ \ | | | | | | | | | | | | | | | | # Conflicts: # src/contract_wrappers/token_wrapper.ts
| * \ \ Merge branch 'master' into unavailableFilledCancelledFabio Berger2017-06-031-1/+1
| |\ \ \ | | |/ / | |/| / | | |/ | | | | | | | | | # Conflicts: # src/contract_wrappers/exchange_wrapper.ts # src/types.ts # test/exchange_wrapper_test.ts
| * | Merge branch 'fillOrderAsync' into unavailableFilledCancelledFabio Berger2017-06-022-2/+17
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/contract_wrappers/exchange_wrapper.ts # src/types.ts # src/utils/assert.ts
| * | | Move isValidOrderHash to utils and implement assert.isValidOrderHashFabio Berger2017-06-012-0/+8
| | | |
* | | | Add missing async suffixFabio Berger2017-06-031-1/+1
| | | |
* | | | Merge branch 'master' into remainingTokenMethodsFabio Berger2017-06-032-2/+17
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | # Conflicts: # src/types.ts # src/web3_wrapper.ts
| * | | Fix commentFabio Berger2017-06-031-1/+1
| | |/ | |/|
| * | rename signed_order_schema to order_schemasFabio Berger2017-06-011-1/+1
| | |
| * | Add convertToJSONSchemaCompatibleObject methodFabio Berger2017-06-011-0/+7
| | |
| * | Merge branch 'erc20transfer' into fillOrderAsyncLeonid Logvinov2017-05-311-0/+1
| |\|
| * | Merge branch 'master' into fillOrderAsyncLeonid Logvinov2017-05-301-0/+2
| |\ \
| * | | Change BigNumber schema to Number schemaLeonid Logvinov2017-05-301-2/+2
| | | |
| * | | Add isBoolean assertionLeonid Logvinov2017-05-301-0/+3
| | | |
| * | | Add signedOrderSchema and all subschemasLeonid Logvinov2017-05-301-1/+6
| | | |
* | | | Add setAllowanceAsync, getAllowanceAsync and transferFrom to tokenWrapperFabio Berger2017-06-021-0/+6
| |_|/ |/| |
* | | Implement setProxyAllowanceAsyncFabio Berger2017-05-301-0/+1
| |/ |/|
* | Add tests for getTokensAsync including schema validationFabio Berger2017-05-301-0/+2
|/
* Lowercase schema namesFabio Berger2017-05-301-3/+3
|
* Use disable-next-line instead of disable and always put rule that is being ↵Fabio Berger2017-05-291-2/+1
| | | | disabled
* Port over signOrderHashAsyncFabio Berger2017-05-291-0/+4
|
* Move files up and remove ts folderLeonid Logvinov2017-05-294-0/+82