aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/blockchain.ts
Commit message (Expand)AuthorAgeFilesLines
* Update dependency packagesHsuan Lee2019-01-191-953/+0
* Upgrade bignumber.js versionLeonid Logvinov2019-01-151-1/+1
* fix(website): currentProvider called on undefinedBrandon Millman2018-11-151-1/+1
* fix(website): fix code splittingBrandon Millman2018-11-121-3/+3
* fix(website): prepare website for breaking MetaMask change for eip 1102Brandon Millman2018-10-311-61/+66
* fix(website): create correct subprovider for metamaskBrandon Millman2018-10-231-1/+1
* Remove old 0x.js from websiteFabio Berger2018-10-181-11/+5
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-7/+7
* Update website to use the new unsubscribeAll method in contract-wrappersAlex Browne2018-10-161-6/+5
* Apply various PR feedbackAlex Browne2018-10-161-2/+0
* Introduce new contract-addresses package and use it everywhereAlex Browne2018-10-161-11/+2
* Update testnet-faucets and website to work with new artifacts and abi-gen wra...Alex Browne2018-10-161-3/+17
* Throw and handle errors from Providers.Jacob Evans2018-10-091-3/+9
* Introduce Metamask Subprovider.Jacob Evans2018-10-051-18/+4
* Update everything to Coinbase Wallet instead of Toshifragosti2018-09-261-1/+1
* Fix order creation and fill flow in Portalfragosti2018-09-181-1/+1
* Fix minting for new tokens on testnetsfragosti2018-09-071-1/+22
* Merge branch 'feature/website/update-portal-v2' of https://github.com/0xProje...fragosti2018-09-051-7/+5
|\
| * Add back order validation logicFabio Berger2018-09-051-7/+5
* | Use order parser utils from order utilsfragosti2018-09-051-2/+1
|/
* Update exchange ABI for decoding logsBrandon Millman2018-08-311-5/+1
* Remove LogError legacy stuffBrandon Millman2018-08-311-4/+0
* Update comment for validationBrandon Millman2018-08-311-1/+2
* Remove commented out blockBrandon Millman2018-08-311-20/+0
* Remove cancel checkBrandon Millman2018-08-311-7/+0
* Update generate and fill order flowsBrandon Millman2018-08-311-2/+11
* Token registry from old 0x versionBrandon Millman2018-08-311-9/+12
* Fix importBrandon Millman2018-08-311-1/+1
* Initial changes for v2 portalBrandon Millman2018-08-311-98/+101
* Remove TODOfragosti2018-07-191-1/+0
* Add lifecycle messagesfragosti2018-07-191-11/+13
* WIP for sending ether from portal (works)fragosti2018-07-191-0/+26
* Fix tslint issuesLeonid Logvinov2018-07-171-3/+7
* Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-07-141-19/+12
|\
| * Merge pull request #866 from 0xProject/feature/website/integrate-heapFrancesco Agosti2018-07-141-1/+1
| |\
| | * Integrate heap analyticsfragosti2018-07-121-1/+1
| * | Fix linter issuesFabio Berger2018-07-141-4/+3
| * | Export Web3ProviderEngine from subproviders packageFabio Berger2018-07-131-4/+4
| * | -fetch';Fabio Berger2018-07-131-10/+4
| |/
* | Refactor utils and add UNNKOWN environment typefragosti2018-07-131-1/+0
* | Make error reporter not return a promise and add more environment possibilitiesfragosti2018-07-131-3/+3
|/
* Grab token registry information from our DB for mainnetBrandon Millman2018-07-111-3/+7
* Fix unsubscribe bugfragosti2018-07-101-1/+3
* Merge pull request #835 from 0xProject/feature/website/token-updatesBrandon Millman2018-07-071-1/+1
|\
| * Update token registry icons and asset picker flowsBrandon Millman2018-07-071-1/+1
* | Merge pull request #828 from 0xProject/feature/website/portal-improvementsBrandon Millman2018-07-071-4/+26
|\ \
| * | address CR feedbackfragosti2018-07-071-2/+2
| * | Poll for gas prices and use fast instead of average for better UXfragosti2018-07-061-4/+26
| |/
* / Hard code exchange abiBrandon Millman2018-07-071-1/+6
|/
* Add missing undefined checkFabio Berger2018-07-041-0/+1
* remove console.logFabio Berger2018-07-041-1/+0
* Fix conditionalFabio Berger2018-07-041-3/+4
* Rename subprovider in blockchain.tsFabio Berger2018-07-041-2/+2
* Remove dep on Web3 in Website. Introduced InjectedWeb3 type.Fabio Berger2018-07-041-7/+17
* Add human readable names for Toshi and CipherBrandon Millman2018-07-031-0/+2
* Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-291-5/+7
|\
| * Remove isTracked field on token in favor of trackedTimestampBrandon Millman2018-06-291-5/+7
* | Changing provider to ledger more consistent with previous experiencefragosti2018-06-281-3/+5
* | Fix convention stufffragosti2018-06-281-15/+15
* | Remove IS_MAINNET_ENABLED configfragosti2018-06-281-5/+2
* | Rename all corresponding bools to shouldUseLedgerProviderfragosti2018-06-281-13/+13
* | Remove unused variablesfragosti2018-06-271-9/+3
* | Make unsubscribing workfragosti2018-06-271-1/+5
* | Fix stateful ledger dialog edge statefragosti2018-06-271-2/+1
* | Fix subtle issues with ledger config dialogfragosti2018-06-271-1/+1
* | Ledger to metamask to ledger workingfragosti2018-06-271-20/+31
* | Have basic network switching workingfragosti2018-06-261-110/+114
* | Remove existing networkId watching logic from BlockchainWatcherfragosti2018-06-261-3/+3
|/
* Check network state immediately instead of waiting for delayBrandon Millman2018-06-191-3/+3
* Fix filling orders on Portalfragosti2018-06-151-0/+1
* Fix no-unused-variable tslint rule to include parameters and fix issuesFabio Berger2018-06-121-4/+4
* Address feedbackfragosti2018-06-051-3/+5
* Check transaction receipt status codes where applicableAlex Browne2018-05-241-1/+1
* Fix prettierLeonid Logvinov2018-05-241-1/+3
* Remove 0x.js as a dependency from websiteLeonid Logvinov2018-05-241-58/+60
* Merge branch 'development' into v2-prototypeFabio Berger2018-05-161-27/+30
|\
| * Add missing type definitionsLeonid Logvinov2018-05-141-27/+30
* | Fix zeppelin imports, run prettierAmir Bandeali2018-04-211-1/+3
|/
* Implement backendClient object to unify calls to the portal apiBrandon Millman2018-04-191-8/+8
* Remove legacy exportFabio Berger2018-04-131-1/+0
* Merge branch 'development' into feature/subproviders/mnemonic-wallet-subproviderJacob Evans2018-04-121-4/+22
|\
| * Refactor RedundantRpcSubprovider into RedundantSubproviderFabio Berger2018-04-061-4/+21
* | Update website to support latest ledgerJacob Evans2018-04-111-8/+1
|/
* Move our contract templates to accept Provider instead of Web3WrapperLeonid Logvinov2018-04-041-3/+4
* Remove WETH hack now that updated WETH address is in TokenRegistryFabio Berger2018-03-271-21/+1
* Add error popover if TokenRegistry on network user is browsing on don't inclu...Fabio Berger2018-03-251-0/+16
* Consolidate all console.log into the @0xproject/utils packageBrandon Millman2018-03-141-4/+4
* Merge pull request #447 from 0xProject/refactorAnalyticsFabio Berger2018-03-121-11/+12
|\
| * Refactor Analytics so that calls to ReactGA are all in a single module, combi...Fabio Berger2018-03-101-11/+12
* | Fix getTokenBalanceAndAllowanceAsync to take ownerAddressIfExists so that we ...Fabio Berger2018-03-111-4/+7
* | Fix userAddress bugsFabio Berger2018-03-111-8/+8
* | Get rid of getFirstAccountIfExistsAsync since no longer neededFabio Berger2018-03-111-9/+4
* | Refactor blockchain to store userAddress as address or undefinedFabio Berger2018-03-111-34/+63
* | Create blockchainWatcher class and refactor Portal such that Ether amounts ar...Fabio Berger2018-03-101-18/+46
* | remove remaining declarationFabio Berger2018-03-091-1/+0
* | Remove _exchangeAddress instance var from blockchain classFabio Berger2018-03-091-10/+1
|/
* Move Documentation to the `@0xproject/react-docs` packageFabio Berger2018-03-061-3/+11
* Move onPageLoadAsync to utilsFabio Berger2018-03-031-9/+1
* Rename _unsubscribeAll to unsubscribeAllLeonid Logvinov2018-02-271-1/+1
* Implement blockchain.portalOrderToZeroExOrderLeonid Logvinov2018-02-091-0/+20
* Address feedbackLeonid Logvinov2018-02-081-34/+0
* Remove hash from signatureDataLeonid Logvinov2018-02-081-8/+5
* Change the InjectedWeb3Subprovider to accept Web3.ProviderJacob Evans2018-02-031-1/+1
* Fix lint errorsBrandon Millman2018-01-311-1/+1
* Make default gasPrice more readableFabio Berger2018-01-311-1/+3
* Fix linter errorsFabio Berger2018-01-311-6/+3
* Pass in whether we want the personal message prefix appended and never append...Fabio Berger2018-01-301-1/+14
* Wholesale replace the tokenByAddress and de-dup properlyFabio Berger2018-01-301-10/+14
* Call destroy ealier so that web3Wrapper stops polling for userAddress/network...Fabio Berger2018-01-301-2/+5
* Remove the ability to clear tokenByAddress. It should simply be updated.Fabio Berger2018-01-301-1/+0
* Fetch default gasPrice from our ethGasStation API mirror and set it for all t...Fabio Berger2018-01-291-3/+34
* Add missing entries for Ropsten and Rinkeby testnets, added Ropsten to Ledger...Fabio Berger2018-01-291-2/+2
* Add flash message instructing user to confirm tx on LedgerFabio Berger2018-01-291-0/+13
* Make it such that users can switch between Ledger accounts without first swit...Fabio Berger2018-01-291-2/+4
* Fix bug where could not switch to Ledger and backFabio Berger2018-01-291-19/+24
* Implement just-in-time loading of token balances & allowancesFabio Berger2018-01-281-40/+19
* Initial Ledger support implementationFabio Berger2018-01-281-107/+108
* Fix prettierLeonid Logvinov2018-01-181-10/+14
* Use intervalUtils.clearAsyncExcludingInterval instead of calling clearInterva...Fabio Berger2018-01-181-3/+3
* Add missing onError callbacksFabio Berger2018-01-181-1/+5
* Fix ts error in portal after enabling more strict checksLeonid Logvinov2018-01-101-3/+3
* 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-119/+130
* Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-201-178/+178
* Merge branch 'development' into createWethPageFabio Berger2017-12-201-46/+46
|\
| * Merge branch 'development' into refactor/websiteFabio Berger2017-12-201-3/+3
| |\
| | * Rename SubscriptionOpts to BlockRangeLeonid Logvinov2017-12-191-3/+3
| * | Merge branch 'development' into refactor/websiteFabio Berger2017-12-191-4/+4
| |\|
| | * Update website calls to deposit/withdrawFabio Berger2017-12-181-4/+4
| * | Refactor configs and constants, standardize on uppercase/snakecase, alphebeti...Fabio Berger2017-12-191-20/+20
| * | Replace remaining strEnums with property TS string enumsFabio Berger2017-12-181-15/+15
| * | Update first two string enums to native typeFabio Berger2017-12-181-4/+4
| |/
* | Add airtable tasks to TODO'sFabio Berger2017-12-191-0/+3
* | Temporarily pretend as if new WETH contracts are already whitelisted by token...Fabio Berger2017-12-181-6/+11
* | Update to passing etherTokenAddress into withdraw and deposit callsFabio Berger2017-12-181-4/+4
|/
* Temporary hack to alleviate issues with updating tokenRegistry with new WETH ...Fabio Berger2017-12-161-1/+14
* Fix website unused varsLeonid Logvinov2017-12-151-11/+1
* Reuse intervalutils in websiteLeonid Logvinov2017-12-151-3/+3
* Don't unsubscribe on error. It's done automaticallyLeonid Logvinov2017-12-121-6/+3
* Merge branch 'development' into feature/addSubprovidersFabio Berger2017-12-091-3/+3
|\
| * Merge branch 'development' into feature/web3-wrapperLeonid2017-12-081-5/+10
| |\
| * | Refactor web3Wrapper to a separate packageLeonid Logvinov2017-12-071-3/+3
* | | Merge branch 'development' into feature/addSubprovidersFabio Berger2017-12-081-5/+10
|\ \ \ | | |/ | |/|
| * | Make sure we always pass in the correct networkId even if no injectedWeb3 foundFabio Berger2017-12-081-5/+10
| |/
* | Merge branch 'development' into feature/addSubprovidersFabio Berger2017-12-071-1/+1
|\|
| * Move declaration into proper conditional blockFabio Berger2017-12-061-1/+1
* | Use subproviders subpackage in website and remove old subprovidersFabio Berger2017-12-061-21/+23
|/
* Fix tslint errorFabio Berger2017-11-291-1/+1
* Last remaining website fixesFabio Berger2017-11-281-7/+9
* Fix tslint issuesFabio Berger2017-11-281-142/+102
* Fix subscriptions given latest changes to 0x.jsFabio Berger2017-11-241-4/+5
* Fix bugFabio Berger2017-11-241-2/+2
* Upgrade to latest 0x.js version and refactor subscriptions to use latest int...Fabio Berger2017-11-231-24/+40
* Add website to mono repo, update packages to align with existing sub-packages...Fabio Berger2017-11-221-0/+770