aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contract-wrappers/src/contract_wrappers/contract_wrapper.ts
Commit message (Expand)AuthorAgeFilesLines
* fix(contract-wrappers): Fix tslint errors that were lingering due to misconfi...Alex Browne2018-10-241-3/+3
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-2/+2
* Add OrThrow suffix to getContractAddressesForNetworkAlex Browne2018-10-161-1/+0
* Improve error handling for unknown network ids in contract-wrappersAlex Browne2018-10-161-5/+1
* Apply various PR feedbackAlex Browne2018-10-161-0/+1
* Introduce new contract-addresses package and use it everywhereAlex Browne2018-10-161-1/+7
* Remove artifacts from migrations package and update contract-wrappers accordi...Alex Browne2018-10-161-58/+1
* Fix lint issuesFabio Berger2018-09-251-8/+8
* Decode logs received from blockstreamFabio Berger2018-09-251-4/+5
* Refactor blockstream integration to use the proper callback method interfaceFabio Berger2018-09-251-11/+29
* Add comments for clarityFabio Berger2018-09-241-0/+1
* Fix bug where if block wasn't found, getBlockAsync would throw. Now it return...Fabio Berger2018-09-241-3/+14
* Fix contract not deployed on network bug in ContractWrapper classBrandon Millman2018-08-311-1/+4
* Combine importsFabio Berger2018-08-271-2/+9
* Move types from sol-compiler to types so they can be used in other places wit...Fabio Berger2018-08-221-1/+1
* Stop subscriptions from unsubscribing on recoverable network issuesFabio Berger2018-07-171-19/+17
* Instantiate BlockAndLogStreamer with generic type parametersLeonid Logvinov2018-07-061-1/+1
* Fix merge conflictsLeonid Logvinov2018-07-051-1/+1
* Make it possible to configure block polling interval in base contract wrapperLeonid Logvinov2018-07-051-3/+6
* Merge branch 'v2-prototype' into v2-contract-wrappers-WIPLeonid Logvinov2018-07-051-2/+11
|\
| * Update blockstream to latest version, propogate errors to top-level callersFabio Berger2018-07-041-2/+11
* | Refactor base contract-wrapper class to use new names, artifact format and on...Leonid Logvinov2018-06-291-21/+13
|/
* Fix filling orders on Portalfragosti2018-06-151-1/+2
* Linter now passesfragosti2018-06-061-0/+1
* Try enabling no-unused-variable...fragosti2018-06-051-1/+1
* Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a unifyin...Fabio Berger2018-05-101-0/+208