aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.ts
Commit message (Expand)AuthorAgeFilesLines
* Switch over to Lerna + Yarn Workspaces setup for a mono-repo approachFabio Berger2017-11-131-45/+0
* Merge branch 'development' into feature/receipt-statusFabio Berger2017-11-131-0/+6
|\
| * Rename MempoolEventCallback to EventWatcherCallbackFabio Berger2017-11-101-1/+1
| * Add naive order state watcher implementationLeonid Logvinov2017-10-311-2/+2
| * Add new public typesLeonid Logvinov2017-10-311-0/+4
| * Add initial mempool watching implememtationLeonid Logvinov2017-10-311-0/+2
* | Normalize the way we return the transaction statusLeonid Logvinov2017-11-131-0/+1
|/
* Merge branch 'development' into setFillOrKillToUseRequestInterfaceLeonid2017-10-161-1/+1
|\
| * Make logs fetching and sunscriptions more type-safeLeonid Logvinov2017-10-131-1/+0
| * Export ContractEventArgLeonid Logvinov2017-10-111-0/+1
* | Use OrderFillRequest interface for batchFillOrKillAssaf2017-10-111-1/+0
|/
* Implement subscriptions based on ethereumjs-blockstreamLeonid Logvinov2017-10-051-1/+1
* Don't export RawLogLeonid Logvinov2017-10-041-1/+0
* Re-export new typesLeonid Logvinov2017-10-041-0/+2
* Update CHANGELOGLeonid Logvinov2017-09-291-0/+1
* Rename CallOpts to MethodOptsLeonid Logvinov2017-09-081-0/+1
* Fix the return types and export the required public typesLeonid Logvinov2017-09-061-1/+3
* Add TransationReceipt as a public exported typeLeonid Logvinov2017-09-051-0/+1
* Add ZeroExConfig type to public interfaceLeonid Logvinov2017-08-291-0/+1
* Add initial implementation and tests for zeroEx.token.subscribeAsyncLeonid Logvinov2017-07-041-0/+5
* Rename Log*Args to Log*ContractEventArgsLeonid Logvinov2017-06-211-2/+2
* Rename LogErrorArgs to LogErrorEventArgs and EventArgs to ContractEventArgsLeonid Logvinov2017-06-191-2/+2
* Merge branch 'master' into event-typesLeonid2017-06-151-0/+1
|\
| * Make ZeroEx constructor accept Web3Provider instead of Web3 instanceLeonid Logvinov2017-06-151-0/+1
* | Add actual type for contract event argumentsLeonid Logvinov2017-06-151-0/+4
|/
* Remove types that are not used in public interface from export and rename Eve...Leonid Logvinov2017-06-141-6/+2
* Rename ZeroExEvent to EventEmitterLeonid Logvinov2017-06-131-1/+1
* Refactor subscription to return zeroExSignature objectLeonid Logvinov2017-06-131-0/+1
* Export DoneCallbackLeonid Logvinov2017-06-131-0/+1
* Introduce index.ts file which defines public interfaceLeonid Logvinov2017-06-131-0/+24