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 | -477/+0 |
| | |||||
* | Merge branch 'development' into feature/receipt-status | Fabio Berger | 2017-11-13 | 1 | -5/+6 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (164 commits) Remove old tests Remove unused code Fix tests Remove redundant spaces Don't store empty objects Fix a typo Remove duplicate operations Remove redundant instance variables Fix tests Remove blockStore and default to numConfirmations === 0 Add a comment Store number of confirmations in a blockStore Remove tautology check Pass blockStore to eventWatcher Fix last merge conflicts Clear cache on unsubscribe Clear store cache on events Add more configs for order watcher Make subscribe function async and make blockStore operational Adjust tests to new interface ... # Conflicts: # package.json # src/types.ts # yarn.lock | ||||
| * | Merge branch 'development' into orderWatcher | Fabio Berger | 2017-11-13 | 1 | -5/+5 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 expected balance | Fabio Berger | 2017-11-11 | 1 | -2/+2 |
| | | | |||||
| * | | Revert test amount changes | Leonid Logvinov | 2017-11-10 | 1 | -2/+2 |
| | | | |||||
| * | | Fix tests by making the expected balance be 2^27 not 2^26 | Fabio Berger | 2017-11-09 | 1 | -2/+2 |
| | | | |||||
| * | | Add initial mempool watching implememtation | Leonid Logvinov | 2017-10-31 | 1 | -5/+6 |
| | | | |||||
* | | | Normalize the way we return the transaction status | Leonid Logvinov | 2017-11-13 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Fix amounts in tests one last time. Now that we updated the testRPC ↵ | Fabio Berger | 2017-11-12 | 1 | -2/+2 |
| | | | | | | | | snapshot, this should no longer be mismatched between CI and locally | ||||
* | | Fix unhandled promise rejection error on subscriptions | Fabio Berger | 2017-11-11 | 1 | -5/+5 |
|/ | |||||
* | Upgrade bignumber to the version with native typings and remove typings | Leonid Logvinov | 2017-10-26 | 1 | -2/+2 |
| | |||||
* | Make logs fetching and sunscriptions more type-safe | Leonid Logvinov | 2017-10-13 | 1 | -13/+16 |
| | |||||
* | Use BlockParamLiteral types | Leonid Logvinov | 2017-10-06 | 1 | -3/+3 |
| | |||||
* | Remove TODOs | Leonid Logvinov | 2017-10-05 | 1 | -1/+0 |
| | |||||
* | Update CHANGELOG | Leonid Logvinov | 2017-10-05 | 1 | -1/+1 |
| | |||||
* | Add missing comments | Leonid Logvinov | 2017-10-05 | 1 | -1/+1 |
| | |||||
* | Implement subscriptions based on ethereumjs-blockstream | Leonid Logvinov | 2017-10-05 | 1 | -53/+35 |
| | |||||
* | Add filtering by topic | Leonid Logvinov | 2017-10-04 | 1 | -4/+21 |
| | |||||
* | Add tests for zeroEx.exchange.getLogsAsync | Leonid Logvinov | 2017-10-04 | 1 | -2/+2 |
| | |||||
* | Add tests for zeroEx.token.getLogsAsync | Leonid Logvinov | 2017-10-04 | 1 | -0/+37 |
| | |||||
* | Change non-exhange contracts to also return txHash | Leonid Logvinov | 2017-09-05 | 1 | -1/+2 |
| | |||||
* | Fix tests descriptions | Leonid Logvinov | 2017-09-04 | 1 | -2/+2 |
| | |||||
* | Use zeroEx.getAvailableAddressesAsync instead of web3.eth.getAccounts | Leonid Logvinov | 2017-08-30 | 1 | -1/+1 |
| | |||||
* | Add an explanatory comment | Leonid Logvinov | 2017-08-25 | 1 | -1/+4 |
| | |||||
* | Add a test that unlimited allowance reduces gas cost | Leonid Logvinov | 2017-08-25 | 1 | -0/+28 |
| | |||||
* | Add tests for unlimited allowance | Leonid Logvinov | 2017-08-25 | 1 | -0/+21 |
| | |||||
* | Rename shouldCheckTransfer to shouldThrowOnInsufficientBalanceOrAllowance in ↵ | Leonid Logvinov | 2017-08-22 | 1 | -1/+1 |
| | | | | tests | ||||
* | Use lowercase address in tests | Leonid Logvinov | 2017-08-22 | 1 | -1/+1 |
| | |||||
* | remove unnecessary assertion and add regression test | Fabio Berger | 2017-08-17 | 1 | -17/+40 |
| | |||||
* | Remove isUserAddressAvailable assertion from getBalanceAsync and add ↵ | Fabio Berger | 2017-08-17 | 1 | -18/+36 |
| | | | | regression test | ||||
* | Use actual exception values in test names | Leonid Logvinov | 2017-07-12 | 1 | -3/+3 |
| | |||||
* | Use PascalCase names as string enum keys | Leonid Logvinov | 2017-07-12 | 1 | -10/+10 |
| | |||||
* | Use .bignumber for BigNumber comparation | Leonid Logvinov | 2017-07-05 | 1 | -2/+2 |
| | |||||
* | Refactor event tests | Leonid Logvinov | 2017-07-05 | 1 | -13/+12 |
| | |||||
* | Handle errors from pseudo-async subscription tests | Leonid Logvinov | 2017-07-04 | 1 | -5/+5 |
| | |||||
* | Add initial implementation and tests for zeroEx.token.subscribeAsync | Leonid Logvinov | 2017-07-04 | 1 | -1/+112 |
| | |||||
* | Make ZeroEx constructor accept Web3Provider instead of Web3 instance | Leonid Logvinov | 2017-06-15 | 1 | -1/+1 |
| | |||||
* | Introduce index.ts file which defines public interface | Leonid Logvinov | 2017-06-13 | 1 | -2/+1 |
| | |||||
* | Change main file name from 0x.js.ts to 0x.ts | Leonid Logvinov | 2017-06-12 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into chai-setup | Leonid | 2017-06-06 | 1 | -0/+11 |
|\ | |||||
| * | Address feedback | Leonid Logvinov | 2017-06-06 | 1 | -1/+2 |
| | | |||||
| * | Add regression test for transferFrom bug | Leonid Logvinov | 2017-06-05 | 1 | -0/+10 |
| | | |||||
* | | Address feedback | Leonid Logvinov | 2017-06-06 | 1 | -2/+2 |
| | | |||||
* | | Add chai_setup | Leonid Logvinov | 2017-06-05 | 1 | -1/+2 |
|/ | |||||
* | Fix bug | Fabio Berger | 2017-06-03 | 1 | -7/+5 |
| | |||||
* | Merge branch 'master' into remainingTokenMethods | Fabio Berger | 2017-06-03 | 1 | -0/+1 |
|\ | | | | | | | | | | | # Conflicts: # src/types.ts # src/web3_wrapper.ts | ||||
| * | Add includeStack config to chai setup so that we get stackTraces | Fabio Berger | 2017-06-03 | 1 | -0/+1 |
| | | |||||
* | | remove unneeded calls to toBaseUnitAmount | Fabio Berger | 2017-06-02 | 1 | -8/+4 |
| | | |||||
* | | pass numbers to BigNumber unless it's too big for the number type | Fabio Berger | 2017-06-02 | 1 | -4/+4 |
| | | |||||
* | | use BigNumber(0) instead of with a string zero | Fabio Berger | 2017-06-02 | 1 | -4/+4 |
| | | |||||
* | | Add balance check to `transferAsync` and related test | Fabio Berger | 2017-06-02 | 1 | -3/+14 |
| | | |||||
* | | Add tests for transferFromAsync, setAllowanceAsync and getAllowanceAsync and ↵ | Fabio Berger | 2017-06-02 | 1 | -21/+125 |
|/ | | | | fix up other test issues | ||||
* | Address feedback | Leonid Logvinov | 2017-05-31 | 1 | -26/+28 |
| | |||||
* | Add transfer function and tests for it | Leonid Logvinov | 2017-05-31 | 1 | -0/+19 |
| | |||||
* | remove unused imports | Fabio Berger | 2017-05-30 | 1 | -2/+0 |
| | |||||
* | Add test for setProxyAllowanceAsync and additional test for ↵ | Fabio Berger | 2017-05-30 | 1 | -2/+32 |
| | | | | getProxyAllowanceAsync | ||||
* | remove spaces after it keyword | Fabio Berger | 2017-05-30 | 1 | -2/+2 |
| | |||||
* | Add first test for getProxyAllowanceAsync | Fabio Berger | 2017-05-30 | 1 | -0/+9 |
| | |||||
* | use token instead of erc20 | Fabio Berger | 2017-05-30 | 1 | -3/+3 |
| | |||||
* | rename erc20Wrapper to tokenWrapper to be more generic in case we end up ↵ | Fabio Berger | 2017-05-30 | 1 | -0/+55 |
supporting another spec |