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 | -45/+0 |
| | |||||
* | Merge branch 'development' into feature/receipt-status | Fabio Berger | 2017-11-13 | 1 | -0/+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 | ||||
| * | Rename MempoolEventCallback to EventWatcherCallback | Fabio Berger | 2017-11-10 | 1 | -1/+1 |
| | | |||||
| * | Add naive order state watcher implementation | Leonid Logvinov | 2017-10-31 | 1 | -2/+2 |
| | | | | | | | | | | Revalidate all orders upon event received and emit order states even if not changed | ||||
| * | Add new public types | Leonid Logvinov | 2017-10-31 | 1 | -0/+4 |
| | | |||||
| * | Add initial mempool watching implememtation | Leonid Logvinov | 2017-10-31 | 1 | -0/+2 |
| | | |||||
* | | Normalize the way we return the transaction status | Leonid Logvinov | 2017-11-13 | 1 | -0/+1 |
|/ | |||||
* | Merge branch 'development' into setFillOrKillToUseRequestInterface | Leonid | 2017-10-16 | 1 | -1/+1 |
|\ | |||||
| * | Make logs fetching and sunscriptions more type-safe | Leonid Logvinov | 2017-10-13 | 1 | -1/+0 |
| | | |||||
| * | Export ContractEventArg | Leonid Logvinov | 2017-10-11 | 1 | -0/+1 |
| | | |||||
* | | Use OrderFillRequest interface for batchFillOrKill | Assaf | 2017-10-11 | 1 | -1/+0 |
|/ | |||||
* | Implement subscriptions based on ethereumjs-blockstream | Leonid Logvinov | 2017-10-05 | 1 | -1/+1 |
| | |||||
* | Don't export RawLog | Leonid Logvinov | 2017-10-04 | 1 | -1/+0 |
| | |||||
* | Re-export new types | Leonid Logvinov | 2017-10-04 | 1 | -0/+2 |
| | |||||
* | Update CHANGELOG | Leonid Logvinov | 2017-09-29 | 1 | -0/+1 |
| | |||||
* | Rename CallOpts to MethodOpts | Leonid Logvinov | 2017-09-08 | 1 | -0/+1 |
| | |||||
* | Fix the return types and export the required public types | Leonid Logvinov | 2017-09-06 | 1 | -1/+3 |
| | |||||
* | Add TransationReceipt as a public exported type | Leonid Logvinov | 2017-09-05 | 1 | -0/+1 |
| | |||||
* | Add ZeroExConfig type to public interface | Leonid Logvinov | 2017-08-29 | 1 | -0/+1 |
| | |||||
* | Add initial implementation and tests for zeroEx.token.subscribeAsync | Leonid Logvinov | 2017-07-04 | 1 | -0/+5 |
| | |||||
* | Rename Log*Args to Log*ContractEventArgs | Leonid Logvinov | 2017-06-21 | 1 | -2/+2 |
| | |||||
* | Rename LogErrorArgs to LogErrorEventArgs and EventArgs to ContractEventArgs | Leonid Logvinov | 2017-06-19 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into event-types | Leonid | 2017-06-15 | 1 | -0/+1 |
|\ | |||||
| * | Make ZeroEx constructor accept Web3Provider instead of Web3 instance | Leonid Logvinov | 2017-06-15 | 1 | -0/+1 |
| | | |||||
* | | Add actual type for contract event arguments | Leonid Logvinov | 2017-06-15 | 1 | -0/+4 |
|/ | |||||
* | Remove types that are not used in public interface from export and rename ↵ | Leonid Logvinov | 2017-06-14 | 1 | -6/+2 |
| | | | | EventEmitter to ContractEventEmitter and IndexFilterValues to IndexedFilterValues | ||||
* | Rename ZeroExEvent to EventEmitter | Leonid Logvinov | 2017-06-13 | 1 | -1/+1 |
| | |||||
* | Refactor subscription to return zeroExSignature object | Leonid Logvinov | 2017-06-13 | 1 | -0/+1 |
| | |||||
* | Export DoneCallback | Leonid Logvinov | 2017-06-13 | 1 | -0/+1 |
| | |||||
* | Introduce index.ts file which defines public interface | Leonid Logvinov | 2017-06-13 | 1 | -0/+24 |