aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/src/contract_wrappers/contract_wrapper.ts
Commit message (Collapse)AuthorAgeFilesLines
* Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵Fabio Berger2018-05-101-202/+0
| | | | unifying library with the same interface
* Add metacoin example projectLeonid Logvinov2018-04-021-5/+3
|
* Move common types out of web3 typesLeonid Logvinov2018-03-271-9/+9
|
* Allow users to specify the contracts backend in abi-genLeonid Logvinov2018-02-281-4/+4
|
* Move BlockParamLiteral to shared types packageJacob Evans2018-02-071-2/+1
| | | | Also BlockParam
* Revert "Temp"Leonid Logvinov2018-02-061-1/+0
| | | | This reverts commit 881d32e73324b226bdc97f96fb583edb7a5311c1.
* Merge branch 'development' of github.com:0xProject/0x.js into developmentLeonid Logvinov2018-02-061-1/+1
|\
| * Merge branch 'development' into fix/ether_token_addressLeonid2018-02-051-9/+7
| |\
| * | Add zeroEx.etherToken.getContractAddressifExistsLeonid Logvinov2018-01-301-1/+1
| | |
* | | TempLeonid Logvinov2018-02-061-0/+1
| |/ |/|
* | Fix errors after TS upgradeLeonid Logvinov2018-02-011-4/+4
| |
* | Fix lint errorsBrandon Millman2018-01-311-1/+1
| |
* | Remove truffle from testsLeonid Logvinov2018-01-301-4/+2
|/
* Make some callbacks failable and add error handlingLeonid Logvinov2018-01-111-12/+12
|
* Fix callback typesLeonid Logvinov2018-01-101-1/+1
|
* Include web3 types via typeRoots and factor out common parts of tsconfig.jsonLeonid Logvinov2018-01-101-0/+3
|
* Apply prettier configLeonid Logvinov2018-01-031-23/+36
|
* Rename SubscriptionOpts to BlockRangeLeonid Logvinov2017-12-191-3/+3
|
* Fix documentation issue where `unsubscribeAll` shown as method on every ↵Fabio Berger2017-12-171-4/+1
| | | | contractWrapper instance even though it's only used by Exchange and Token wrappers.
* Move more shared utils into utils package and reuse themLeonid Logvinov2017-12-141-1/+1
|
* Rename blockAndLogStreamer to blockAndLogStreamerIfExistsLeonid Logvinov2017-12-121-14/+18
|
* Refactor networkId out of web3WrapperLeonid Logvinov2017-12-081-6/+6
|
* Refactor web3Wrapper to a separate packageLeonid Logvinov2017-12-071-4/+27
|
* Adjust 0x.js to use generated wrappersLeonid Logvinov2017-12-021-5/+7
|
* Fix merge conflictsLeonid Logvinov2017-11-281-1/+1
|
* Move variable declaration inside the ifLeonid Logvinov2017-11-241-0/+12
|
* Refactor getContractAddress to contractWrapperLeonid Logvinov2017-11-241-1/+1
|
* Auto-fix linter errorsLeonid Logvinov2017-11-241-11/+12
|
* Await block reconcilationLeonid Logvinov2017-11-241-1/+1
|
* Rename removed to isRemovedLeonid Logvinov2017-11-241-6/+6
|
* Make DecodedLogEvent contain web3 log under a log subkeyLeonid Logvinov2017-11-241-1/+1
|
* Switch over to Lerna + Yarn Workspaces setup for a mono-repo approachFabio Berger2017-11-131-0/+152