aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/redux/dispatcher.ts
Commit message (Collapse)AuthorAgeFilesLines
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-1/+1
|
* Use order parser utils from order utilsfragosti2018-09-051-1/+0
|
* Initial changes for v2 portalBrandon Millman2018-08-311-5/+5
|
* Fix tslint issuesLeonid Logvinov2018-07-171-1/+1
|
* Change userEtherBalanceInWei to optional so we can know if its loadingBrandon Millman2018-06-011-1/+1
|
* Basic onboarding flow infrastructure set upfragosti2018-05-251-0/+7
|
* Remove 0x.js as a dependency from websiteLeonid Logvinov2018-05-241-1/+1
|
* Add missing type definitionsLeonid Logvinov2018-05-141-30/+30
|
* Refactor blockchain to store userAddress as address or undefinedFabio Berger2018-03-111-3/+3
|
* Create blockchainWatcher class and refactor Portal such that Ether amounts ↵Fabio Berger2018-03-101-1/+1
| | | | are always passed around as baseUnits
* Move translate to reduxFabio Berger2018-02-211-0/+7
|
* Remove hash from signatureDataLeonid Logvinov2018-02-081-4/+4
|
* Remove unused types and take their namesLeonid Logvinov2018-02-071-2/+2
|
* Rename expiration to expirationUnixTimestampSecLeonid Logvinov2018-02-071-2/+2
|
* Fix linter errorsFabio Berger2018-01-311-1/+0
|
* Wholesale replace the tokenByAddress and de-dup properlyFabio Berger2018-01-301-2/+8
|
* Remove the ability to clear tokenByAddress. It should simply be updated.Fabio Berger2018-01-301-5/+0
|
* Fix bug where could not switch to Ledger and backFabio Berger2018-01-291-0/+12
|
* Implement just-in-time loading of token balances & allowancesFabio Berger2018-01-281-36/+2
|
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-041-1/+1
|
* Apply prettier configLeonid Logvinov2018-01-031-33/+33
|
* Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-201-35/+35
|
* Update ActionType enum and move from using _.assign in reducerFabio Berger2017-12-181-33/+33
|
* Remove unused enumsFabio Berger2017-12-181-7/+0
|
* Fix website unused varsLeonid Logvinov2017-12-151-1/+0
|
* Fix tslint issuesFabio Berger2017-11-281-7/+7
|
* Fix alignmentFabio Berger2017-11-241-9/+9
|
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-221-0/+244
sub-packages, use new subscribeAsync 0x.js method