Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch over to Lerna + Yarn Workspaces setup for a mono-repo approach | Fabio Berger | 2017-11-13 | 1 | -824/+0 |
| | |||||
* | Merge branch 'development' into orderWatcher | Fabio Berger | 2017-11-13 | 1 | -5/+8 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: 0.23.0 Update CHANGELOG Fix amounts in tests one last time. Now that we updated the testRPC snapshot, this should no longer be mismatched between CI and locally Update testRPC snapshot used by CircleCi Push unsubscribe to the base class rather than super Check for null rather than undefined Removed nits Test case was error then unsubscribe Clean up subscription state. Fix unhandled promise rejection error on subscriptions # Conflicts: # src/types.ts # test/exchange_wrapper_test.ts # test/token_wrapper_test.ts | ||||
| * | Fix unhandled promise rejection error on subscriptions | Fabio Berger | 2017-11-11 | 1 | -10/+13 |
| | | |||||
* | | Remove unused import | Fabio Berger | 2017-11-09 | 1 | -1/+0 |
| | | |||||
* | | Fix typo | Fabio Berger | 2017-11-09 | 1 | -1/+1 |
| | | |||||
* | | Add initial mempool watching implememtation | Leonid Logvinov | 2017-10-31 | 1 | -10/+14 |
|/ | |||||
* | Upgrade bignumber to the version with native typings and remove typings | Leonid Logvinov | 2017-10-26 | 1 | -4/+4 |
| | |||||
* | Revert "Reduce final bundle size by 11% (82kB)" | Leonid | 2017-10-24 | 1 | -8/+5 |
| | |||||
* | Fix linter errors | Leonid Logvinov | 2017-10-19 | 1 | -5/+8 |
| | |||||
* | Merge branch 'development' into setFillOrKillToUseRequestInterface | Leonid | 2017-10-16 | 1 | -12/+10 |
|\ | |||||
| * | Remove unused code | Leonid Logvinov | 2017-10-13 | 1 | -4/+0 |
| | | |||||
| * | Make logs fetching and sunscriptions more type-safe | Leonid Logvinov | 2017-10-13 | 1 | -7/+9 |
| | | |||||
* | | Use OrderFillRequest interface for batchFillOrKill | Assaf | 2017-10-11 | 1 | -33/+32 |
|/ | |||||
* | Use BlockParamLiteral types | Leonid Logvinov | 2017-10-06 | 1 | -3/+3 |
| | |||||
* | Remove TODOs | Leonid Logvinov | 2017-10-05 | 1 | -1/+0 |
| | |||||
* | Add missing comments | Leonid Logvinov | 2017-10-05 | 1 | -1/+2 |
| | |||||
* | Implement subscriptions based on ethereumjs-blockstream | Leonid Logvinov | 2017-10-05 | 1 | -61/+34 |
| | |||||
* | Add filtering by topic | Leonid Logvinov | 2017-10-04 | 1 | -4/+36 |
| | |||||
* | Add tests for zeroEx.exchange.getLogsAsync | Leonid Logvinov | 2017-10-04 | 1 | -0/+42 |
| | |||||
* | Fixed nits | Brandon Millman | 2017-09-28 | 1 | -66/+41 |
| | |||||
* | Add tests | Brandon Millman | 2017-09-28 | 1 | -18/+216 |
| | |||||
* | Add a test for getZRXTokenAddressAsync | Leonid Logvinov | 2017-09-26 | 1 | -0/+7 |
| | |||||
* | Decode logs args in awaitTransactionMinedAsync | Leonid Logvinov | 2017-09-06 | 1 | -2/+4 |
| | |||||
* | Change non-exhange contracts to also return txHash | Leonid Logvinov | 2017-09-05 | 1 | -4/+4 |
| | |||||
* | Implement zeroEx.awaitTransactionMined | Leonid Logvinov | 2017-09-05 | 1 | -4/+4 |
| | |||||
* | Make the functions immidiately return txHash instead of awaiting for a ↵ | Leonid Logvinov | 2017-09-05 | 1 | -48/+16 |
| | | | | transaction to be mined | ||||
* | Use zeroEx.getAvailableAddressesAsync instead of web3.eth.getAccounts | Leonid Logvinov | 2017-08-30 | 1 | -1/+1 |
| | |||||
* | Separate order validation errors tests from exchange tests | Leonid Logvinov | 2017-08-24 | 1 | -83/+0 |
| | |||||
* | Rename shouldCheckTransfer to shouldThrowOnInsufficientBalanceOrAllowance in ↵ | Leonid Logvinov | 2017-08-22 | 1 | -21/+25 |
| | | | | tests | ||||
* | Rename internally Proxy to TokenTransferProxy | Leonid Logvinov | 2017-08-22 | 1 | -1/+1 |
| | |||||
* | Remove unused imports | Leonid Logvinov | 2017-07-26 | 1 | -1/+0 |
| | |||||
* | Factor out order validation tests | Leonid Logvinov | 2017-07-26 | 1 | -147/+0 |
| | |||||
* | Cover all possible branches of order validation errors with tests | Leonid Logvinov | 2017-07-26 | 1 | -14/+59 |
| | |||||
* | Add a test: should throw when maker has balance to cover fees or transfer ↵ | Leonid Logvinov | 2017-07-26 | 1 | -0/+15 |
| | | | | but not both | ||||
* | Use PascalCase names as string enum keys | Leonid Logvinov | 2017-07-12 | 1 | -17/+17 |
| | |||||
* | Make getOrderHashHex static | Leonid Logvinov | 2017-07-12 | 1 | -9/+9 |
| | |||||
* | Migrate to using a single Exchange contract | Leonid Logvinov | 2017-07-12 | 1 | -49/+18 |
| | |||||
* | Migrate events | Leonid Logvinov | 2017-07-11 | 1 | -4/+4 |
| | |||||
* | Merge pull request #98 from 0xProject/typos | Leonid | 2017-07-08 | 1 | -6/+6 |
|\ | | | | | Typos | ||||
| * | Rename batchCancelOrderAsync to batchCancelOrdersAsync | Leonid Logvinov | 2017-07-08 | 1 | -3/+3 |
| | | |||||
| * | Rename batchFillOrderAsync to batchFillOrdersAsync | Leonid Logvinov | 2017-07-08 | 1 | -3/+3 |
| | | |||||
* | | Remove space after `it` keywork in tests | Fabio Berger | 2017-07-08 | 1 | -10/+10 |
|/ | |||||
* | Move zeroEx.exchange.getAvailableContractAddressesAsync to ↵ | Leonid Logvinov | 2017-07-06 | 1 | -19/+1 |
| | | | | zeroEx.getAvailableExchangeContractAddressesAsync and zeroEx.exchange.getProxyAuthorizedContractAddressesAsync to zeroEx.getProxyAuthorizedExchangeContractAddressesAsync | ||||
* | Handle errors from pseudo-async subscription tests | Leonid Logvinov | 2017-07-04 | 1 | -5/+5 |
| | |||||
* | Merge pull request #89 from 0xProject/proxy | Leonid | 2017-07-04 | 1 | -2/+1 |
|\ | | | | | Add zeroEx.proxy | ||||
| * | Make proxy wrapper public on zeroEx instance | Leonid Logvinov | 2017-07-04 | 1 | -2/+1 |
| | | |||||
* | | Fix merge problems | Leonid Logvinov | 2017-07-04 | 1 | -2/+3 |
| | | |||||
* | | Merge branch 'master' into wrap-log-bignumber | Leonid | 2017-07-04 | 1 | -38/+93 |
|\| | |||||
| * | Merge branch 'master' into add-exchange-address-to-order-struct | Leonid | 2017-07-04 | 1 | -0/+3 |
| |\ | |||||
| | * | Assert correct event names in subscribeAsync tests | Leonid Logvinov | 2017-07-01 | 1 | -0/+3 |
| | | | |||||
| * | | Fix comment | Leonid Logvinov | 2017-07-01 | 1 | -1/+1 |
| | | | |||||
| * | | Add tests for getProxyAuthorizedContractAddressesAsync | Leonid Logvinov | 2017-06-30 | 1 | -0/+12 |
| | | | |||||
| * | | Make zeroEx.getOrderHashHex non-async | Leonid Logvinov | 2017-06-30 | 1 | -9/+9 |
| | | | |||||
| * | | Fix typo in getAvailableContractAddressesAsync | Leonid Logvinov | 2017-06-30 | 1 | -2/+2 |
| | | | |||||
| * | | Allow multiple exchange versions t be functional at the same time | Leonid Logvinov | 2017-06-27 | 1 | -29/+69 |
| |/ | |||||
* / | Wrap all event args in a newer version of BigNumber and test it | Leonid Logvinov | 2017-07-02 | 1 | -21/+24 |
|/ | |||||
* | Add test for return amount from fillOrdersUpToAsync | Leonid Logvinov | 2017-06-22 | 1 | -0/+6 |
| | |||||
* | Add test for cancelOrderAsync return value | Leonid Logvinov | 2017-06-22 | 1 | -0/+4 |
| | |||||
* | Add simple test checking that fillOrderAsync return filled amount | Leonid Logvinov | 2017-06-22 | 1 | -0/+10 |
| | |||||
* | Return filledAmount from fillOrderAsync | Leonid Logvinov | 2017-06-21 | 1 | -0/+18 |
| | |||||
* | Make ZeroEx constructor accept Web3Provider instead of Web3 instance | Leonid Logvinov | 2017-06-15 | 1 | -1/+1 |
| | |||||
* | Remove types that are not used in public interface from export and rename ↵ | Leonid Logvinov | 2017-06-14 | 1 | -2/+1 |
| | | | | EventEmitter to ContractEventEmitter and IndexFilterValues to IndexedFilterValues | ||||
* | Address feedback | Leonid Logvinov | 2017-06-14 | 1 | -2/+2 |
| | |||||
* | Add tests for stopWatchingAsync | Leonid Logvinov | 2017-06-13 | 1 | -0/+20 |
| | |||||
* | Refactor subscription to return zeroExSignature object | Leonid Logvinov | 2017-06-13 | 1 | -10/+16 |
| | |||||
* | Add getContractAddressAsync and tests | Leonid Logvinov | 2017-06-13 | 1 | -0/+7 |
| | |||||
* | Fix test | Leonid Logvinov | 2017-06-13 | 1 | -1/+1 |
| | |||||
* | Introduce index.ts file which defines public interface | Leonid Logvinov | 2017-06-13 | 1 | -1/+1 |
| | |||||
* | Change main file name from 0x.js.ts to 0x.ts | Leonid Logvinov | 2017-06-12 | 1 | -1/+1 |
| | |||||
* | Prefix private vars with _ | Leonid Logvinov | 2017-06-10 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into subscribe-async-tests | Leonid | 2017-06-10 | 1 | -3/+8 |
|\ | |||||
| * | Add test for zeroEx.exchange.getCanceledTakerAmountAsync | Leonid Logvinov | 2017-06-10 | 1 | -3/+8 |
| | | |||||
* | | Fix tests | Leonid Logvinov | 2017-06-10 | 1 | -4/+4 |
| | | |||||
* | | Remove only | Leonid Logvinov | 2017-06-09 | 1 | -1/+1 |
| | | |||||
* | | Add LogCancel test to subscribeAsync | Leonid Logvinov | 2017-06-09 | 1 | -2/+18 |
|/ | |||||
* | Address feedback | Leonid Logvinov | 2017-06-09 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into fillOrderUpToAsync | Leonid | 2017-06-09 | 1 | -51/+76 |
|\ | |||||
| * | Merge branch 'master' into batchFillOrKill | Fabio Berger | 2017-06-09 | 1 | -251/+197 |
| |\ | | | | | | | | | | | | | # Conflicts: # test/exchange_wrapper_test.ts | ||||
| * \ | Merge branch 'master' into batchFillOrKill | Fabio Berger | 2017-06-08 | 1 | -0/+22 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into batchFillOrKill | Fabio Berger | 2017-06-08 | 1 | -23/+72 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/types.ts | ||||
| * | | | | Implement batchFillOrKill and tests | Fabio Berger | 2017-06-08 | 1 | -51/+76 |
| | | | | | |||||
* | | | | | Add tests for fillOrdersUpTo | Leonid Logvinov | 2017-06-09 | 1 | -0/+34 |
| |_|_|/ |/| | | | |||||
* | | | | Merge pull request #47 from 0xProject/is-valid-signature-contract | Leonid | 2017-06-08 | 1 | -70/+0 |
|\ \ \ \ | | | | | | | | | | | Refactor isValidSignature | ||||
| * \ \ \ | Merge branch 'master' into is-valid-signature-contract | Leonid | 2017-06-08 | 1 | -0/+22 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| * | | | | Remove tests for isValidSignatureUsingContractCallAsync | Leonid Logvinov | 2017-06-08 | 1 | -78/+0 |
| | | | | | |||||
| * | | | | Refactor isValidSignature | Leonid Logvinov | 2017-06-08 | 1 | -13/+21 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'master' into batchFillAsync | Leonid | 2017-06-08 | 1 | -0/+22 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Add getOrderHashHexUsingContractCallAsync | Leonid Logvinov | 2017-06-08 | 1 | -0/+22 |
| |/ / | |||||
* | | | Address feedback | Leonid Logvinov | 2017-06-08 | 1 | -3/+3 |
| | | | |||||
* | | | Merge branch 'master' into batchFillAsync | Leonid Logvinov | 2017-06-08 | 1 | -6/+78 |
|\| | | |||||
| * | | Format inputs | Leonid Logvinov | 2017-06-08 | 1 | -1/+2 |
| | | | |||||
| * | | Merge branch 'master' into batchCancelAsync | Leonid | 2017-06-08 | 1 | -1/+99 |
| |\| | |||||
| | * | Fix tests with removed shouldCheckTransfer | Fabio Berger | 2017-06-07 | 1 | -6/+3 |
| | | | |||||
| | * | merge master | Fabio Berger | 2017-06-07 | 1 | -2/+51 |
| | |\ | |||||
| | * | | Implement fillOrKill & tests | Fabio Berger | 2017-06-07 | 1 | -1/+102 |
| | | | | |||||
| * | | | Address feedback | Leonid Logvinov | 2017-06-07 | 1 | -8/+4 |
| | | | | |||||
* | | | | Add no-op test | Leonid Logvinov | 2017-06-08 | 1 | -3/+3 |
| | | | | |||||
* | | | | Add success test | Leonid Logvinov | 2017-06-08 | 1 | -3/+27 |
| | | | | |||||
* | | | | Remove only | Leonid Logvinov | 2017-06-07 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'batchCancelAsync' into batchFillAsync | Leonid Logvinov | 2017-06-07 | 1 | -12/+22 |
|\| | | | |||||
| * | | | Refactor to use OrderCancellationRequest | Leonid Logvinov | 2017-06-07 | 1 | -11/+21 |
| | | | | |||||
| * | | | Add tests for batchCancelAsync | Leonid Logvinov | 2017-06-07 | 1 | -23/+65 |
| | |/ | |/| | |||||
| * | | Add comments for dates | Leonid Logvinov | 2017-06-07 | 1 | -2/+2 |
| | | | |||||
* | | | Move fillableAmount to initialization section | Leonid Logvinov | 2017-06-07 | 1 | -8/+17 |
| | | | |||||
* | | | Move initialization up | Leonid Logvinov | 2017-06-07 | 1 | -15/+15 |
| | | | |||||
* | | | Move fillOrderAsync to fill order describe block | Leonid Logvinov | 2017-06-07 | 1 | -179/+185 |
| | | | |||||
* | | | Add tests for batchCancelAsync | Leonid Logvinov | 2017-06-07 | 1 | -23/+65 |
| | | | |||||
* | | | Add comments for dates | Leonid Logvinov | 2017-06-07 | 1 | -2/+2 |
|/ / | |||||
* | | Address feedback | Leonid Logvinov | 2017-06-07 | 1 | -2/+2 |
| | | |||||
* | | Fix tests | Leonid Logvinov | 2017-06-06 | 1 | -1/+1 |
| | | |||||
* | | Remove only | Leonid Logvinov | 2017-06-06 | 1 | -1/+1 |
| | | |||||
* | | Add test when the order was already cancelled or filled | Leonid Logvinov | 2017-06-06 | 1 | -0/+5 |
| | | |||||
* | | Add checks and tests for expired order and zero fill amount | Leonid Logvinov | 2017-06-06 | 1 | -1/+17 |
| | | |||||
* | | Merge branch 'master' into cancelAsync | Leonid Logvinov | 2017-06-06 | 1 | -1/+2 |
|\| | |||||
| * | Pass nonExistentSenderAddress so that we get the proper rejection | Fabio Berger | 2017-06-06 | 1 | -1/+2 |
| | | |||||
* | | Add initial implementation with success test | Leonid Logvinov | 2017-06-06 | 1 | -1/+29 |
|/ | |||||
* | Merge pull request #39 from 0xProject/senderAccount | Leonid | 2017-06-06 | 1 | -33/+21 |
|\ | | | | | Make methods accept senderAccount | ||||
| * | Make methods accept senderAccount | Leonid Logvinov | 2017-06-05 | 1 | -33/+21 |
| | | |||||
* | | Merge branch 'master' into chai-setup | Leonid | 2017-06-06 | 1 | -4/+5 |
|\ \ | |||||
| * | | Add chai-as-promised | Leonid Logvinov | 2017-06-05 | 1 | -0/+2 |
| | | | |||||
| * | | Add a couple of awaits and returns for async tests | Leonid Logvinov | 2017-06-05 | 1 | -4/+4 |
| |/ | |||||
* | | Address feedback | Leonid Logvinov | 2017-06-06 | 1 | -2/+2 |
| | | |||||
* | | Add chai_setup | Leonid Logvinov | 2017-06-05 | 1 | -5/+2 |
|/ | |||||
* | remove space | Fabio Berger | 2017-06-03 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into addEventSubscriptions | Fabio Berger | 2017-06-03 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | # Conflicts: # src/types.ts # test/exchange_wrapper_test.ts # test/utils/fill_scenarios.ts | ||||
| * | Merge pull request #31 from 0xProject/unavailableFilledCancelled | Leonid | 2017-06-03 | 1 | -8/+78 |
| |\ | | | | | | | Implement Unavailable, Filled and Cancelled | ||||
| | * | Merge branch 'master' into unavailableFilledCancelled | Fabio Berger | 2017-06-03 | 1 | -67/+143 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | # 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 | 1 | -24/+94 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/0x.js.ts # test/exchange_wrapper_test.ts | ||||
* | | | | | Merge branch 'master' into addEventSubscriptions | Fabio Berger | 2017-06-03 | 1 | -0/+1 |
|\| | | | | |||||
| * | | | | Add includeStack config to chai setup so that we get stackTraces | Fabio Berger | 2017-06-03 | 1 | -0/+1 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'master' into addEventSubscriptions | Fabio Berger | 2017-06-03 | 1 | -70/+146 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/contract_wrappers/exchange_wrapper.ts # src/types.ts # test/exchange_wrapper_test.ts | ||||
| * | | | Fix undefined web3 issue | Fabio Berger | 2017-06-03 | 1 | -2/+2 |
| | | | | |||||
| * | | | Fix linter errors | Leonid Logvinov | 2017-06-03 | 1 | -4/+12 |
| | | | | |||||
| * | | | Merge branch 'fillOrderAsync' of github.com:0xProject/0x.js into fillOrderAsync | Fabio Berger | 2017-06-03 | 1 | -30/+28 |
| |\ \ \ | |||||
| | * | | | Address feedback | Leonid Logvinov | 2017-06-03 | 1 | -8/+8 |
| | | | | | |||||
| | * | | | Address feedback | Leonid Logvinov | 2017-06-03 | 1 | -5/+5 |
| | | | | | |||||
| | * | | | Fix test name | Leonid Logvinov | 2017-06-03 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Remove spaces | Leonid Logvinov | 2017-06-03 | 1 | -3/+1 |
| | | | | | |||||
| | * | | | Address feedback | Leonid Logvinov | 2017-06-03 | 1 | -8/+8 |
| | | | | | |||||
| | * | | | Move FillOrderValidatinErrs to ExchangeContractErrs | Leonid Logvinov | 2017-06-03 | 1 | -13/+13 |
| | | | | | |||||
| | * | | | Rename EXPIRED to FILL_ORDER_EXPIRED | Leonid Logvinov | 2017-06-02 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Rename NOT_A_TAKER to TRANSACTION_SENDER_IS_NOT_FILL_ORDER_TAKER | Leonid Logvinov | 2017-06-02 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Fix ordering | Fabio Berger | 2017-06-03 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | rename fillTakerAmountInBaseUnits to fillTakerAmount | Fabio Berger | 2017-06-02 | 1 | -21/+21 |
| | | | | |||||
| * | | | Rename coinBase to coinbase | Leonid Logvinov | 2017-06-02 | 1 | -6/+6 |
| | | | | |||||
| * | | | Refactor balance & allowance tests | Leonid Logvinov | 2017-06-02 | 1 | -47/+42 |
| | | | | |||||
| * | | | Add tests and checks for fees balances and allowances | Leonid Logvinov | 2017-06-02 | 1 | -1/+44 |
| | | | | |||||
| * | | | Add success test for fill with fees | Leonid Logvinov | 2017-06-02 | 1 | -4/+21 |
| | | | | |||||
| * | | | Add check for ROUNDING_ERROR and test for it | Leonid Logvinov | 2017-06-02 | 1 | -9/+22 |
| | |/ | |/| | |||||
* | | | Merge branch 'fillOrderAsync' into addEventSubscriptions | Fabio Berger | 2017-06-02 | 1 | -0/+25 |
|\| | | | | | | | | | | | | | | # Conflicts: # src/contract_wrappers/exchange_wrapper.ts | ||||
| * | | Validate maker balance and allowance & tests | Leonid Logvinov | 2017-06-02 | 1 | -0/+25 |
| | | | |||||
* | | | Add tests for subscribeAsync, making sure events are caught and that ↵ | Fabio Berger | 2017-06-02 | 1 | -1/+83 |
| | | | | | | | | | | | | subscriptions are removed on provider change | ||||
* | | | Merge branch 'fillOrderAsync' into addEventSubscriptions | Fabio Berger | 2017-06-02 | 1 | -24/+69 |
|\| | | |/ |/| | | | | | | | # Conflicts: # src/0x.js.ts # test/exchange_wrapper_test.ts | ||||
| * | Add test for valid partial fill | Leonid Logvinov | 2017-06-02 | 1 | -0/+17 |
| | | |||||
| * | Add test for insufficient balance and make all async tests async | Leonid Logvinov | 2017-06-02 | 1 | -15/+32 |
| | | |||||
| * | Introduce coinBase account | Leonid Logvinov | 2017-06-02 | 1 | -13/+20 |
| | | | | | | | | | | | | Add makerAccount parameter Adjust tests Add more assertions to success test | ||||
* | | Simplify tests | Fabio Berger | 2017-06-02 | 1 | -16/+11 |
| | | |||||
* | | Write tests for getUnavailableTakerAmountAsync, getFilledTakerAmountAsync ↵ | Fabio Berger | 2017-06-02 | 1 | -8/+77 |
|/ | | | | and getCanceledTakerAmountAsync | ||||
* | Fix tests | Leonid Logvinov | 2017-06-02 | 1 | -2/+2 |
| | |||||
* | Work | Leonid Logvinov | 2017-06-02 | 1 | -9/+24 |
| | |||||
* | Create a FillsScenario utils module and use it in the fillOrder tests | Fabio Berger | 2017-06-02 | 1 | -37/+27 |
| | |||||
* | Change test name | Leonid Logvinov | 2017-06-02 | 1 | -3/+2 |
| | |||||
* | Make validateFillOrder asyncronous | Leonid Logvinov | 2017-06-02 | 1 | -1/+2 |
| | |||||
* | Add not enough taker balance tests | Leonid Logvinov | 2017-06-02 | 1 | -7/+17 |
| | |||||
* | Revert "Add test to check the balance" | Leonid Logvinov | 2017-06-02 | 1 | -10/+0 |
| | | | | This reverts commit 389c18e98e2b5663b1732d7c34f9b21afef66e44. | ||||
* | Add test to check the balance | Leonid Logvinov | 2017-06-01 | 1 | -0/+10 |
| | |||||
* | Follow constants convention | Leonid Logvinov | 2017-06-01 | 1 | -2/+2 |
| | |||||
* | remove unused arg | Fabio Berger | 2017-06-01 | 1 | -6/+4 |
| | |||||
* | Remove duplicate declarations | Leonid Logvinov | 2017-06-01 | 1 | -15/+3 |
| | |||||
* | get rid of literal amount params | Fabio Berger | 2017-06-01 | 1 | -6/+16 |
| | |||||
* | remove duplicate declarations | Fabio Berger | 2017-06-01 | 1 | -3/+0 |
| | |||||
* | Merge branch 'fillOrderAsync' of github.com:0xProject/0x.js into fillOrderAsync | Fabio Berger | 2017-06-01 | 1 | -8/+18 |
|\ | | | | | | | | | # Conflicts: # test/exchange_wrapper_test.ts | ||||
| * | give some balance and allowance by default | Leonid Logvinov | 2017-06-01 | 1 | -5/+4 |
| | | |||||
| * | Add test, for throw when order is expired | Leonid Logvinov | 2017-06-01 | 1 | -3/+14 |
| | | |||||
* | | Add async suffix and fix alignment | Fabio Berger | 2017-06-01 | 1 | -9/+9 |
|/ | |||||
* | reorder variabled | Fabio Berger | 2017-06-01 | 1 | -3/+3 |
| | |||||
* | remove legacy code | Fabio Berger | 2017-06-01 | 1 | -1/+0 |
| | |||||
* | reorder import | Fabio Berger | 2017-06-01 | 1 | -1/+1 |
| | |||||
* | Merge branch 'fillOrderAsync' of github.com:0xProject/0x.js into fillOrderAsync | Fabio Berger | 2017-06-01 | 1 | -9/+10 |
|\ | |||||
| * | Add shouldCheckTransfer | Leonid Logvinov | 2017-06-01 | 1 | -1/+1 |
| | | |||||
| * | Refactor tests | Leonid Logvinov | 2017-06-01 | 1 | -10/+11 |
| | | |||||
* | | put external imports at the top | Fabio Berger | 2017-06-01 | 1 | -6/+6 |
|/ | |||||
* | Add comment for fillOrderAsync method, rename fillAmount to ↵ | Fabio Berger | 2017-06-01 | 1 | -3/+4 |
| | | | | fillTakerAmountInBaseUnits and remove default value for shouldCheckTransfer | ||||
* | Revert "Add EXPIRED test" | Leonid Logvinov | 2017-06-01 | 1 | -22/+16 |
| | | | | This reverts commit d8e35c364ea94b606810b340fb02d8706e257c3c. | ||||
* | Add EXPIRED test | Leonid Logvinov | 2017-06-01 | 1 | -16/+22 |
| | |||||
* | Add NOT_A_TAKER check | Leonid Logvinov | 2017-06-01 | 1 | -1/+10 |
| | |||||
* | Add FILL_AMOUNT_IS_ZERO check | Leonid Logvinov | 2017-06-01 | 1 | -2/+2 |
| | |||||
* | Add taker parameter to createSignedOrder | Leonid Logvinov | 2017-06-01 | 1 | -2/+4 |
| | |||||
* | Rename order to order_factory | Leonid Logvinov | 2017-06-01 | 1 | -1/+1 |
| | |||||
* | Remove unnecessary checks | Leonid Logvinov | 2017-06-01 | 1 | -5/+0 |
| | |||||
* | Fix linter errors | Leonid Logvinov | 2017-06-01 | 1 | -8/+8 |
| | |||||
* | Add dirty-chai | Leonid Logvinov | 2017-06-01 | 1 | -0/+4 |
| | |||||
* | Allign parameters | Leonid Logvinov | 2017-06-01 | 1 | -2/+2 |
| | |||||
* | Use const | Leonid Logvinov | 2017-06-01 | 1 | -1/+1 |
| | |||||
* | Add setDefaultAccount | Leonid Logvinov | 2017-06-01 | 1 | -2/+2 |
| | |||||
* | Temp push | Leonid Logvinov | 2017-06-01 | 1 | -21/+28 |
| | |||||
* | Add setAllowance function | Leonid Logvinov | 2017-05-31 | 1 | -4/+18 |
| | |||||
* | Fix linter errors | Leonid Logvinov | 2017-05-31 | 1 | -1/+1 |
| | |||||
* | Revert tests | Leonid Logvinov | 2017-05-31 | 1 | -7/+43 |
| | |||||
* | Merge branch 'erc20transfer' into fillOrderAsync | Leonid Logvinov | 2017-05-31 | 1 | -2/+0 |
| | |||||
* | Refactor getOrderHash to accept order as an object | Leonid Logvinov | 2017-05-30 | 1 | -4/+3 |
| | |||||
* | Add first passing test | Leonid Logvinov | 2017-05-30 | 1 | -4/+5 |
| | |||||
* | Temporarily remove test | Leonid Logvinov | 2017-05-30 | 1 | -2/+1 |
| | |||||
* | Append _test to exchange_wrapper | Leonid Logvinov | 2017-05-30 | 1 | -0/+105 |