aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/src/contract_wrappers/contract_wrapper.ts
Commit message (Expand)AuthorAgeFilesLines
* Move BlockParamLiteral to shared types packageJacob Evans2018-02-071-2/+1
* Revert "Temp"Leonid Logvinov2018-02-061-1/+0
* 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 contr...Fabio Berger2017-12-171-4/+1
* 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