Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add orderFillOrKillRequestsSchema and validate using it instead of looping ↵ | Fabio Berger | 2017-06-09 | 1 | -2/+5 |
| | | | | over the requests and validating them individually | ||||
* | Remove catch of invalid jump throws since there are many reasons the ↵ | Fabio Berger | 2017-06-07 | 1 | -1/+0 |
| | | | | contracts could throw this error | ||||
* | merge master | Fabio Berger | 2017-06-07 | 1 | -5/+9 |
|\ | |||||
| * | Remove assertions from utils methods | Leonid Logvinov | 2017-06-07 | 1 | -7/+0 |
| | | |||||
| * | Use union type Order|SignedOrder | Leonid Logvinov | 2017-06-07 | 1 | -2/+2 |
| | | |||||
| * | Address feedback | Leonid Logvinov | 2017-06-07 | 1 | -0/+35 |
| | | |||||
* | | Implement fillOrKill & tests | Fabio Berger | 2017-06-07 | 2 | -0/+25 |
|/ | |||||
* | avoid newline issues by putting the assertion message on a single line | Fabio Berger | 2017-06-06 | 1 | -2/+3 |
| | |||||
* | Address feedback | Leonid Logvinov | 2017-06-06 | 1 | -2/+2 |
| | |||||
* | Add isAnyAddressAvailableAsync | Leonid Logvinov | 2017-06-06 | 1 | -0/+4 |
| | |||||
* | Rename isSenderAddressHexAsync to isSenderAddressAsync | Leonid Logvinov | 2017-06-06 | 1 | -8/+8 |
| | |||||
* | Use variable name in assertin message | Leonid Logvinov | 2017-06-06 | 1 | -3/+4 |
| | |||||
* | Rename accounts to addreses | Leonid Logvinov | 2017-06-06 | 1 | -2/+2 |
| | |||||
* | Rename senderAccount to senderAddress | Leonid Logvinov | 2017-06-06 | 1 | -6/+6 |
| | |||||
* | Rename assert.isSenderAccountHexAsync to assert.isSenderAddressHexAsync | Leonid Logvinov | 2017-06-06 | 1 | -1/+1 |
| | |||||
* | Add variableName to isSenderAddcountHexAsync | Leonid Logvinov | 2017-06-06 | 1 | -3/+4 |
| | |||||
* | Make methods accept senderAccount | Leonid Logvinov | 2017-06-05 | 1 | -4/+8 |
| | |||||
* | Merge pull request #32 from 0xProject/addEventSubscriptions | Fabio Berger | 2017-06-03 | 1 | -0/+3 |
|\ | | | | | Implement zeroEx.exchange.subscribeAsync | ||||
| * | Merge branch 'master' into addEventSubscriptions | Fabio Berger | 2017-06-03 | 1 | -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 Berger | 2017-06-02 | 1 | -0/+3 |
| | | | | | | | | | | | | if user updates the provider | ||||
* | | | Merge branch 'master' into remainingTokenMethods | Fabio Berger | 2017-06-03 | 2 | -0/+8 |
|\ \ \ | | | | | | | | | | | | | | | | | # Conflicts: # src/contract_wrappers/token_wrapper.ts | ||||
| * \ \ | Merge branch 'master' into unavailableFilledCancelled | Fabio Berger | 2017-06-03 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |/| / | | |/ | | | | | | | | | | # Conflicts: # src/contract_wrappers/exchange_wrapper.ts # src/types.ts # test/exchange_wrapper_test.ts | ||||
| * | | Merge branch 'fillOrderAsync' into unavailableFilledCancelled | Fabio Berger | 2017-06-02 | 2 | -2/+17 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/contract_wrappers/exchange_wrapper.ts # src/types.ts # src/utils/assert.ts | ||||
| * | | | Move isValidOrderHash to utils and implement assert.isValidOrderHash | Fabio Berger | 2017-06-01 | 2 | -0/+8 |
| | | | | |||||
* | | | | Add missing async suffix | Fabio Berger | 2017-06-03 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'master' into remainingTokenMethods | Fabio Berger | 2017-06-03 | 2 | -2/+17 |
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | # Conflicts: # src/types.ts # src/web3_wrapper.ts | ||||
| * | | | Fix comment | Fabio Berger | 2017-06-03 | 1 | -1/+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 | -0/+7 |
| | | | |||||
| * | | Merge branch 'erc20transfer' into fillOrderAsync | Leonid Logvinov | 2017-05-31 | 1 | -0/+1 |
| |\| | |||||
| * | | Merge branch 'master' into fillOrderAsync | Leonid Logvinov | 2017-05-30 | 1 | -0/+2 |
| |\ \ | |||||
| * | | | Change BigNumber schema to Number schema | Leonid Logvinov | 2017-05-30 | 1 | -2/+2 |
| | | | | |||||
| * | | | Add isBoolean assertion | Leonid Logvinov | 2017-05-30 | 1 | -0/+3 |
| | | | | |||||
| * | | | Add signedOrderSchema and all subschemas | Leonid Logvinov | 2017-05-30 | 1 | -1/+6 |
| | | | | |||||
* | | | | Add setAllowanceAsync, getAllowanceAsync and transferFrom to tokenWrapper | Fabio Berger | 2017-06-02 | 1 | -0/+6 |
| |_|/ |/| | | |||||
* | | | Implement setProxyAllowanceAsync | Fabio Berger | 2017-05-30 | 1 | -0/+1 |
| |/ |/| | |||||
* | | Add tests for getTokensAsync including schema validation | Fabio Berger | 2017-05-30 | 1 | -0/+2 |
|/ | |||||
* | Lowercase schema names | Fabio Berger | 2017-05-30 | 1 | -3/+3 |
| | |||||
* | Use disable-next-line instead of disable and always put rule that is being ↵ | Fabio Berger | 2017-05-29 | 1 | -2/+1 |
| | | | | disabled | ||||
* | Port over signOrderHashAsync | Fabio Berger | 2017-05-29 | 1 | -0/+4 |
| | |||||
* | Move files up and remove ts folder | Leonid Logvinov | 2017-05-29 | 4 | -0/+82 |