aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/web3_wrapper.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix linter errorsFabio Berger2018-01-311-1/+1
|
* Call destroy ealier so that web3Wrapper stops polling for ↵Fabio Berger2018-01-301-1/+3
| | | | userAddress/networkId updates before we prep for the batchDispatch
* Small improvementsFabio Berger2018-01-291-2/+2
|
* Add the stack trace to help with debuggingFabio Berger2018-01-291-1/+1
|
* Fix bug where could not switch to Ledger and backFabio Berger2018-01-291-8/+5
|
* Fix prettierLeonid Logvinov2018-01-181-34/+38
|
* Use intervalUtils.clearAsyncExcludingInterval instead of calling ↵Fabio Berger2018-01-181-1/+1
| | | | clearInterval directly for grepability
* Add missing onError callbacksFabio Berger2018-01-181-1/+5
|
* Fix linter errorsLeonid Logvinov2018-01-041-2/+1
|
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-041-1/+1
|
* Apply prettier configLeonid Logvinov2018-01-031-6/+10
|
* Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-201-50/+50
|
* Reuse intervalutils in websiteLeonid Logvinov2017-12-151-3/+3
|
* Refactor web3Wrapper to a separate packageLeonid Logvinov2017-12-071-9/+9
|
* Fix tslint issuesFabio Berger2017-11-281-3/+4
|
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-221-0/+146
sub-packages, use new subscribeAsync 0x.js method