aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website
Commit message (Collapse)AuthorAgeFilesLines
* Call destroy ealier so that web3Wrapper stops polling for ↵Fabio Berger2018-01-302-3/+8
| | | | userAddress/networkId updates before we prep for the batchDispatch
* Disallow negative amountsFabio Berger2018-01-301-1/+1
|
* Remove the ability to clear tokenByAddress. It should simply be updated.Fabio Berger2018-01-304-14/+0
|
* Use live backend on developmentFabio Berger2018-01-291-1/+1
|
* Fetch default gasPrice from our ethGasStation API mirror and set it for all ↵Fabio Berger2018-01-291-3/+34
| | | | transactions
* remove unused typeFabio Berger2018-01-291-10/+0
|
* Small improvementsFabio Berger2018-01-291-2/+2
|
* Fix bug related to balance/allowance fetching being asyncFabio Berger2018-01-291-0/+14
|
* Add missing entries for Ropsten and Rinkeby testnets, added Ropsten to ↵Fabio Berger2018-01-296-23/+32
| | | | Ledger network dropdown
* Re-set Ledger config dialog to connect step if dialog is closedFabio Berger2018-01-291-0/+1
|
* Add flash message instructing user to confirm tx on LedgerFabio Berger2018-01-291-0/+13
|
* Add the stack trace to help with debuggingFabio Berger2018-01-291-1/+1
|
* Make it such that users can switch between Ledger accounts without first ↵Fabio Berger2018-01-293-9/+12
| | | | switching back to an injected provider
* Use colors module and remove in-lined colorsFabio Berger2018-01-292-7/+10
|
* Replace heavy loading animation with simple circular loaderFabio Berger2018-01-295-41/+14
|
* Add network name to the select providerFabio Berger2018-01-291-12/+15
|
* Fix bug where could not switch to Ledger and backFabio Berger2018-01-296-31/+65
|
* Implement just-in-time loading of token balances & allowancesFabio Berger2018-01-2823-295/+384
|
* Initial Ledger support implementationFabio Berger2018-01-2824-163/+559
|
* Remove unused Ledgerco importFabio Berger2018-01-282-2/+0
|
* Add light blue as our accent colorFabio Berger2018-01-281-0/+1
|
* Properly detect user signing cancellation on Metamask, Parity signer and LedgerFabio Berger2018-01-286-7/+7
|
* PublishLeonid Logvinov2018-01-251-11/+8
| | | | | | | | | | | | | | | | | | | | | - 0x.js@0.30.1 - @0xproject/abi-gen@0.1.3 - @0xproject/assert@0.0.12 - chai-as-promised-typescript-typings@0.0.5 - @0xproject/connect@0.5.1 - contracts@2.1.5 - @0xproject/deployer@0.0.2 - @0xproject/dev-utils@0.0.6 - @0xproject/json-schemas@0.7.4 - @0xproject/kovan_faucets@1.0.6 - @0xproject/monorepo-scripts@0.1.5 - @0xproject/subproviders@0.3.2 - @0xproject/tslint-config@0.4.3 - @0xproject/types@0.1.5 - @0xproject/utils@0.2.1 - web3-typescript-typings@0.9.5 - @0xproject/web3-wrapper@0.1.6 - @0xproject/website@0.0.8
* Fix fill/cancel order by looking for NoError instead of empty blockchainErr ↵Fabio Berger2018-01-221-2/+2
| | | | given the BlockchainErrs type refactor
* Add our mainnet and kovan nodes as backups for Portal requestsFabio Berger2018-01-191-2/+2
|
* Fix bug hiding the user info from topBarFabio Berger2018-01-191-1/+1
|
* Allow Token symbols to be alphanumericJacob Evans2018-01-191-4/+4
|
* Fix prettierLeonid Logvinov2018-01-183-46/+56
|
* Merge pull request #325 from 0xProject/fix/portal-bugsLeonid2018-01-187-19/+27
|\ | | | | Small Fixes/Additions
| * Use intervalUtils.clearAsyncExcludingInterval instead of calling ↵Fabio Berger2018-01-182-4/+4
| | | | | | | | clearInterval directly for grepability
| * Add discourse forum to Community section of website footerFabio Berger2018-01-183-0/+7
| |
| * Remove dead-codeFabio Berger2018-01-181-5/+0
| |
| * Fix Portal topbar so that it displays the mobile menuFabio Berger2018-01-181-8/+6
| |
| * Add missing onError callbacksFabio Berger2018-01-182-2/+10
| |
| * Fix balance page copy to refer to the Wrap ETH tab instead of a "convert" buttonFabio Berger2018-01-181-1/+1
| |
* | Merge pull request #322 from 0xProject/fix/ci-timeLeonid2018-01-184-4/+4
|\ \ | | | | | | Speed-up CI
| * | Enable restrict-plus-operands and fix issues detectedLeonid Logvinov2018-01-174-4/+4
| |/
* | Run prettier to revert formatting changes made by the lerna publish stepBrandon Millman2018-01-181-3/+6
| |
* | Publishcontracts@2.1.4@0xproject/website@0.0.7@0xproject/monorepo-scripts@0.1.4@0xproject/kovan_faucets@1.0.50x.js@0.30.0Brandon Millman2018-01-181-11/+8
|/ | | | | | | | | | | | | | | | | | | | | - 0x.js@0.30.0 - @0xproject/abi-gen@0.1.2 - @0xproject/assert@0.0.11 - chai-as-promised-typescript-typings@0.0.4 - chai-typescript-typings@0.0.2 - @0xproject/connect@0.5.0 - contracts@2.1.4 - @0xproject/dev-utils@0.0.5 - @0xproject/json-schemas@0.7.3 - @0xproject/kovan_faucets@1.0.5 - @0xproject/monorepo-scripts@0.1.4 - @0xproject/subproviders@0.3.1 - @0xproject/tslint-config@0.4.2 - @0xproject/types@0.1.4 - @0xproject/utils@0.2.0 - web3-typescript-typings@0.9.4 - @0xproject/web3-wrapper@0.1.5 - @0xproject/website@0.0.7
* Fix @bmilman linkedin linkLeonid Logvinov2018-01-121-1/+1
|
* Add new team photosLeonid Logvinov2018-01-123-4/+6
|
* Add a CHANGELOG to a websiteLeonid Logvinov2018-01-121-0/+5
|
* Add @tom and @dekz while removing @PhABCLeonid Logvinov2018-01-122-14/+26
|
* Prettify package.json filesLeonid Logvinov2018-01-121-3/+6
|
* Publishweb3-typescript-typings@0.9.3contracts@2.1.3@0xproject/website@0.0.6@0xproject/kovan_faucets@1.0.40x.js@0.29.2Leonid Logvinov2018-01-111-3/+3
| | | | | | | | | | | - 0x.js@0.29.2 - @0xproject/abi-gen@0.1.1 - @0xproject/connect@0.4.1 - contracts@2.1.3 - @0xproject/kovan_faucets@1.0.4 - web3-typescript-typings@0.9.3 - @0xproject/web3-wrapper@0.1.4 - @0xproject/website@0.0.6
* Publishweb3-typescript-typings@0.9.1contracts@2.1.2@0xproject/website@0.0.5@0xproject/monorepo-scripts@0.1.3@0xproject/kovan_faucets@1.0.3@0xproject/dev-utils@0.0.40x.js@0.29.1Leonid Logvinov2018-01-111-11/+8
| | | | | | | | | | | | | | | | | | | - 0x.js@0.29.1 - @0xproject/abi-gen@0.1.0 - @0xproject/assert@0.0.10 - @0xproject/connect@0.4.0 - contracts@2.1.2 - @0xproject/dev-utils@0.0.4 - @0xproject/json-schemas@0.7.2 - @0xproject/kovan_faucets@1.0.3 - @0xproject/monorepo-scripts@0.1.3 - @0xproject/subproviders@0.3.0 - @0xproject/tslint-config@0.4.1 - @0xproject/types@0.1.3 - @0xproject/utils@0.1.3 - web3-typescript-typings@0.9.1 - @0xproject/web3-wrapper@0.1.3 - @0xproject/website@0.0.5
* Fix ts error in portal after enabling more strict checksLeonid Logvinov2018-01-1012-38/+42
|
* Return to old way of including web3 typesLeonid Logvinov2018-01-101-1/+1
|
* Include web3 types via typeRoots and factor out common parts of tsconfig.jsonLeonid Logvinov2018-01-102-7/+5
|
* Apply prettify on json and md filesLeonid Logvinov2018-01-049-307/+308
|
* Fix linter errorsLeonid Logvinov2018-01-043-5/+3
|
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-0432-36/+31
|
* Apply prettier configLeonid Logvinov2018-01-03112-3298/+2774
|
* Publishcontracts@2.1.1@0xproject/website@0.0.4@0xproject/monorepo-scripts@0.1.2@0xproject/kovan_faucets@1.0.2@0xproject/dev-utils@0.0.30x.js@0.29.0Fabio Berger2017-12-281-4/+4
| | | | | | | | | | | | | | | | | | - 0x.js@0.29.0 - @0xproject/abi-gen@0.0.4 - @0xproject/assert@0.0.9 - @0xproject/connect@0.3.2 - contracts@2.1.1 - @0xproject/dev-utils@0.0.3 - @0xproject/json-schemas@0.7.1 - @0xproject/kovan_faucets@1.0.2 - @0xproject/monorepo-scripts@0.1.2 - @0xproject/subproviders@0.2.0 - @0xproject/tslint-config@0.4.0 - @0xproject/types@0.1.2 - @0xproject/utils@0.1.2 - @0xproject/web3-wrapper@0.1.2 - @0xproject/website@0.0.4
* Merge branch 'development' into fix/docLinksFabio Berger2017-12-2257-849/+849
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Update and standardize contracts README Add to CHANGELOG Refactor toBaseUnitAmount so that it throws if user supplies unitAmount with too many decimals Make assertion stricter so that one cannot submit invalid baseUnit amounts to `toUnitAmount` Add some missed underscores, update changelog and comments Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors # Conflicts: # packages/website/ts/pages/documentation/documentation.tsx # packages/website/ts/pages/shared/nested_sidebar_menu.tsx
| * Merge pull request #285 from 0xProject/fix/underscorePrivateBrandon Millman2017-12-2257-849/+849
| |\ | | | | | | Add new underscore-privates rule to @0xproject/tslint-config and fix …
| | * Merge branch 'development' into fix/underscorePrivateBrandon Millman2017-12-219-18/+23
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (29 commits) Move call to error reporter to end of handler so that even if reporting the error takes a while, it doesn't block the UI Update outdated WETH ranges Fix conditional Fix top-padding Publish Update CHANGELOGs Add slashes to base URLs Fix linter issue Fix WETH symbol Update snapshot and artifacts Replace our EtherTokens with WETH9 from maker Fix test description Fix a typo Add err==null assertions Add WETH9 tests Use the new snapshot including WETH9 and it's artifacts Add WETH9 and mirations Fix WETH events watching Fix a typo Init the _etherTokenContractsByAddress ...
| | * | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-2057-849/+849
| | | |
* | | | Create types sectionName constantFabio Berger2017-12-224-3/+7
| | | |
* | | | Add sectionName prefix to all anchor links in order to fix method name ↵Fabio Berger2017-12-228-20/+64
|/ / / | | | | | | | | | collisions between sections
* | / Fix Max button bugFabio Berger2017-12-211-1/+1
| |/ |/|
* | Move call to error reporter to end of handler so that even if reporting the ↵Fabio Berger2017-12-214-6/+6
| | | | | | | | error takes a while, it doesn't block the UI
* | Update outdated WETH rangesFabio Berger2017-12-211-4/+4
| |
* | Fix conditionalFabio Berger2017-12-211-1/+1
| |
* | Merge branch 'development' of github.com:0xProject/0x.js into developmentFabio Berger2017-12-211-4/+4
|\ \ | | | | | | | | | | | | * 'development' of github.com:0xProject/0x.js: Publish
| * | Publishcontracts@2.1.0@0xproject/website@0.0.3@0xproject/monorepo-scripts@0.1.1@0xproject/kovan_faucets@1.0.1@0xproject/dev-utils@0.0.20x.js@0.28.0Leonid Logvinov2017-12-211-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.28.0 - @0xproject/abi-gen@0.0.3 - @0xproject/assert@0.0.8 - @0xproject/connect@0.3.1 - contracts@2.1.0 - @0xproject/dev-utils@0.0.2 - @0xproject/json-schemas@0.7.0 - @0xproject/kovan_faucets@1.0.1 - @0xproject/monorepo-scripts@0.1.1 - @0xproject/subproviders@0.1.1 - @0xproject/tslint-config@0.3.0 - @0xproject/types@0.1.1 - @0xproject/utils@0.1.1 - @0xproject/web3-wrapper@0.1.1 - @0xproject/website@0.0.3
* | | Fix top-paddingFabio Berger2017-12-213-5/+5
|/ /
* | Merge pull request #277 from 0xProject/feature/weth-eventsLeonid2017-12-201-0/+5
|\ \ | |/ |/| Add etherToken.getLogsAsync and etherToken.subscribe with tests
| * Export new public typesLeonid Logvinov2017-12-201-0/+3
| |
| * Add etherToken.getLogsAsync and etherToken.subscribe with testsLeonid Logvinov2017-12-201-0/+2
| |
* | Standardize on improved contributing sectionFabio Berger2017-12-201-0/+5
| |
* | Update and improve website READMEFabio Berger2017-12-201-26/+30
|/
* Remove etherToken from smart contract docsFabio Berger2017-12-203-7/+0
|
* Update new WETH addresses and localStorage clearance keyFabio Berger2017-12-201-3/+3
|
* Fix mergeFabio Berger2017-12-204-7/+8
|
* Merge branch 'development' into createWethPageFabio Berger2017-12-2073-994/+942
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (27 commits) Remove re-assignment Fix scrolling topBar on Portal Fix overflow issue on calculated fillAmount Fix faulty import Introduce an identityCommandBuilder Define types for methodID Define types for ethereumjs-abi Install types for yargs Fix comments Fix linter issues Fix linter error Rename SubscriptionOpts to BlockRange Refactor remaining _.assign to spread operator Move muiTheme into it's own module Refactor configs and constants, standardize on uppercase/snakecase, alphebetize, rename for logical grouping Sort colors into color spectrum remove unused style standarize on `grey` over `gray` spelling and other color related fixes Standardize colors to always be in uppercase hex and consolidate material-ui greys Consolidate all custom colors and material-ui colors into a colors module ... # Conflicts: # packages/website/ts/components/eth_wrappers.tsx # packages/website/ts/components/portal.tsx # packages/website/ts/utils/configs.ts # packages/website/ts/utils/constants.ts
| * Remove re-assignmentFabio Berger2017-12-201-5/+9
| |
| * Merge branch 'development' into refactor/websiteFabio Berger2017-12-202-3/+4
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Introduce an identityCommandBuilder Define types for methodID Define types for ethereumjs-abi Install types for yargs Fix comments Fix linter issues Fix linter error Rename SubscriptionOpts to BlockRange
| | * Rename SubscriptionOpts to BlockRangeLeonid Logvinov2017-12-192-3/+4
| | |
| * | Fix scrolling topBar on PortalFabio Berger2017-12-192-2/+2
| | |
| * | Fix overflow issue on calculated fillAmountFabio Berger2017-12-191-15/+13
| | |
| * | Fix faulty importFabio Berger2017-12-191-1/+1
| | |
| * | Refactor remaining _.assign to spread operatorFabio Berger2017-12-194-8/+15
| | |
| * | Move muiTheme into it's own moduleFabio Berger2017-12-192-35/+37
| | |
| * | Merge branch 'development' into refactor/websiteFabio Berger2017-12-193-16/+25
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Add additional public changes introduced to changelog Update CHANGELOG Add a comment Introduce a variable for true Remove redundant template string Implement the address derivations Add hdnode dependency Move web3 import after subprovider imports in test web3_factory Fixed https://github.com/0xProject/wiki/issues/19 by disabling re-rendering of markdownCodeBlock renderer if props haven't updated Add convenience `rebuild` command Update website calls to deposit/withdraw Add entry to CHANGELOG Fix tests in contracts Modify the etherToken wrapper methods to accept an etherTokenAddress as the first arg. Since it is becoming apparent we will be updating the canonical WETH contract, we want users of 0x.js to be able to interact with n number of etherTokens without re-instantiating for each one. Fix documentation issue where `unsubscribeAll` shown as method on every contractWrapper instance even though it's only used by Exchange and Token wrappers. # Conflicts: # packages/website/ts/components/eth_weth_conversion_button.tsx
| * | Refactor configs and constants, standardize on uppercase/snakecase, ↵Fabio Berger2017-12-1928-295/+298
| | | | | | | | | | | | alphebetize, rename for logical grouping
| * | Sort colors into color spectrumFabio Berger2017-12-181-8/+22
| | |
| * | remove unused styleFabio Berger2017-12-181-5/+0
| | |
| * | standarize on `grey` over `gray` spelling and other color related fixesFabio Berger2017-12-1840-92/+91
| | |
| * | Standardize colors to always be in uppercase hex and consolidate material-ui ↵Fabio Berger2017-12-1821-50/+48
| | | | | | | | | | | | greys
| * | Consolidate all custom colors and material-ui colors into a colors moduleFabio Berger2017-12-1848-226/+169
| | |
| * | Remove unused `location` propFabio Berger2017-12-186-8/+6
| | |
| * | Use bigNumberConfigs from @0xproject/utils in website repoFabio Berger2017-12-182-5/+3
| | |
| * | Fix unhoverable help tooltip by renaming `Trade Permissions` to `Allowance`Fabio Berger2017-12-181-2/+2
| | |
| * | Replace remaining strEnums with property TS string enumsFabio Berger2017-12-1815-92/+79
| | |
| * | Update ActionType enum and move from using _.assign in reducerFabio Berger2017-12-183-180/+222
| | |
| * | Remove unused enumsFabio Berger2017-12-183-39/+0
| | |
| * | Update first two string enums to native typeFabio Berger2017-12-1813-58/+56
| | |
* | | Add WETHFabio Berger2017-12-191-1/+1
| | |
* | | remove extra spaceFabio Berger2017-12-191-1/+1
| | |
* | | Remove binding on prop passed callbacksFabio Berger2017-12-192-4/+4
| | |
* | | Add airtable tasks to TODO'sFabio Berger2017-12-191-0/+3
| | |
* | | Merge branch 'development' into createWethPageFabio Berger2017-12-191-10/+19
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Add additional public changes introduced to changelog Update CHANGELOG Add a comment Introduce a variable for true Remove redundant template string Implement the address derivations Add hdnode dependency Move web3 import after subprovider imports in test web3_factory Fixed https://github.com/0xProject/wiki/issues/19 by disabling re-rendering of markdownCodeBlock renderer if props haven't updated Add convenience `rebuild` command Update website calls to deposit/withdraw Add entry to CHANGELOG
| * | Merge pull request #268 from 0xProject/fix/codeSelectingInDocsFabio Berger2017-12-191-10/+19
| |\ \ | | | | | | | | Fix code selection bug in docs
| | * | Fixed https://github.com/0xProject/wiki/issues/19 by disabling re-rendering ↵Fabio Berger2017-12-181-10/+19
| | |/ | | | | | | | | | of markdownCodeBlock renderer if props haven't updated
| * / Update website calls to deposit/withdrawFabio Berger2017-12-182-6/+6
| |/
* | Temporarily pretend as if new WETH contracts are already whitelisted by ↵Fabio Berger2017-12-182-6/+18
| | | | | | | | tokenRegistry and put hacks behind the shouldDeprecateOldWethToken flag
* | Add notice dialog to balances page about updating the WETH contract. We also ↵Fabio Berger2017-12-183-10/+79
| | | | | | | | draw attention to the new dedicated section for unwrapping from outdated WETH tokens
* | Fix linter errorsFabio Berger2017-12-181-2/+4
| |
* | Move weth.io url to constantsFabio Berger2017-12-182-1/+2
| |
* | Make it such that Wrapped Ether page works on networks without any outdated ↵Fabio Berger2017-12-181-11/+19
| | | | | | | | WETH tokens
* | Add `Max` convenience button in unwrap WETH dialogFabio Berger2017-12-181-1/+15
| |
* | Link all EtherTokens to Etherscan and add address tooltipFabio Berger2017-12-181-20/+53
| |
* | Update to passing etherTokenAddress into withdraw and deposit callsFabio Berger2017-12-182-6/+6
| |
* | Since sending the error report could take some time, we first trigger ↵Fabio Berger2017-12-171-1/+1
|/ | | | `onError` so that the user gets notified immediately
* Temporary hack to alleviate issues with updating tokenRegistry with new WETH ↵Fabio Berger2017-12-161-1/+14
| | | | address
* Two mysteriously missing importsFabio Berger2017-12-162-0/+2
|
* Fix linter errorsFabio Berger2017-12-163-13/+0
|
* Merge branch 'development' into createWethPageFabio Berger2017-12-1658-265/+38
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (54 commits) Fix redundant spaces Fix tests Fix website unused vars Fix connect unused vars Fix 0x.js unused vars Dissallow unused vars/imports Implement first custom linter rule async-suffix Reuse intervalutils in website Add a newline Name a variable Add a comment Fix a conditional Make migrations deterministic Fix linter error Fix linter errors Add a function to init token balances Rename tokenUtils.getNonProtocolTokens to tokenUtils.getDummyTokens Add DummyToken to gitignore Add DummyToken to artifacts list Increase mocha timeout ...
| * Fix redundant spacesLeonid Logvinov2017-12-162-2/+2
| |
| * Fix website unused varsLeonid Logvinov2017-12-1556-256/+28
| |
| * Reuse intervalutils in websiteLeonid Logvinov2017-12-152-6/+6
| |
| * Merge branch 'development' into feature/addKovanFaucetsBrandon Millman2017-12-141-1/+1
| |\ | | | | | | | | | | | | | | | * development: Add new packages to main README Remove redundant totalSupply from token interface
| | * Add new packages to main READMELeonid Logvinov2017-12-131-1/+1
| | |
| * | Fix build errorsBrandon Millman2017-12-131-1/+1
| |/
* | Update name to be a call to actionFabio Berger2017-12-161-1/+1
| |
* | Add default value for onConversionSuccessfulFabio Berger2017-12-161-3/+2
| |
* | Improve WETH page stylingFabio Berger2017-12-152-12/+35
| |
* | Use new wrap/unwrap buttons, fetch outdated WETH balances and re-fetch after ↵Fabio Berger2017-12-153-72/+208
| | | | | | | | a successful unwrap.
* | Refactor the WETH conversion dialog/button to be either wrap or unwrap ↵Fabio Berger2017-12-152-59/+109
| | | | | | | | specific and not both
* | Clear trackedTokens so that a user starts tracking the new WETH and no ↵Fabio Berger2017-12-143-0/+14
| | | | | | | | longer the old one
* | Make label optional and make sure the input field still renders properly ↵Fabio Berger2017-12-141-3/+4
| | | | | | | | without it
* | Remove ETH-WETH convert button from balances pageFabio Berger2017-12-142-25/+0
| |
* | Remove temporary hackFabio Berger2017-12-141-2/+0
| |
* | Use boxed ETHFabio Berger2017-12-141-0/+0
| |
* | Merge branch 'development' into createWethPageFabio Berger2017-12-132-31/+57
|\| | | | | | | | | | | | | * development: update yarn.lock Fix typedoc_utils to take into account subPackageName when rendering call path Add WebSocketOrderbookChannel to connect docs
| * Fix typedoc_utils to take into account subPackageName when rendering call pathBrandon Millman2017-12-131-30/+44
| |
| * Merge pull request #261 from 0xProject/feature/addWebSocketDocsBrandon Millman2017-12-131-1/+13
| |\ | | | | | | Add WebSocketOrderbookChannel to connect docs
| | * Add WebSocketOrderbookChannel to connect docsBrandon Millman2017-12-121-1/+13
| | |
* | | progress weth pageFabio Berger2017-12-139-2/+264
|/ /
* | Merge branch 'development' of github.com:0xProject/0x.js into developmentFabio Berger2017-12-134-15/+6
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'development' of github.com:0xProject/0x.js: Re-hard code the dependency Add missing dependency Add missing dependency Fix a dependency Fix an invocation Move dependency Merge dependencies Don't unsubscribe on error. It's done automatically Rename blockAndLogStreamer to blockAndLogStreamerIfExists Move isAddress to shared utils and remove all dependencies on ethereum-address Remove ethereum-address dependency and add this logic to the repo
| * Merge pull request #257 from 0xProject/fix/ethereum-addressLeonid2017-12-123-8/+2
| |\ | | | | | | Remove ethereum-address dependency and add this logic to the repo
| | * Fix an invocationLeonid Logvinov2017-12-121-1/+1
| | |
| | * Move isAddress to shared utils and remove all dependencies on ethereum-addressLeonid Logvinov2017-12-113-7/+1
| | |
| * | Re-hard code the dependencyLeonid Logvinov2017-12-121-1/+1
| | |
| * | Don't unsubscribe on error. It's done automaticallyLeonid Logvinov2017-12-122-7/+4
| |/
* / Resize token iconsFabio Berger2017-12-136-0/+0
|/
* Publishwebsite@0.0.2contracts@2.0.0abi-gen-templates@0.0.2@0xproject/web3-wrapper@0.1.0@0xproject/utils@0.1.0@0xproject/types@0.1.0@0xproject/tslint-config@0.2.1@0xproject/subproviders@0.1.0@0xproject/monorepo-scripts@0.1.0@0xproject/json-schemas@0.6.10@0xproject/connect@0.3.0@0xproject/assert@0.0.7@0xproject/abi-gen@0.0.20x.js@0.27.2Brandon Millman2017-12-091-2/+2
| | | | | | | | | | | | | | | | | - 0x.js@0.27.2 - abi-gen-templates@0.0.2 - @0xproject/abi-gen@0.0.2 - @0xproject/assert@0.0.7 - @0xproject/connect@0.3.0 - contracts@2.0.0 - @0xproject/json-schemas@0.6.10 - @0xproject/monorepo-scripts@0.1.0 - @0xproject/subproviders@0.1.0 - @0xproject/tslint-config@0.2.1 - @0xproject/types@0.1.0 - @0xproject/utils@0.1.0 - @0xproject/web3-wrapper@0.1.0 - website@0.0.2
* Merge branch 'development' into feature/addSubprovidersFabio Berger2017-12-094-14/+12
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Update README.md Inline network module Stop supporting different file extensions in abi-gen Refactor networkId out of web3Wrapper Update connect types in preperation for publishing Fix CI command Address feedback Refactor web3Wrapper to a separate package # Conflicts: # package.json # packages/website/ts/blockchain.ts
| * Merge branch 'development' into feature/web3-wrapperLeonid2017-12-082-6/+12
| |\
| * | Refactor web3Wrapper to a separate packageLeonid Logvinov2017-12-076-16/+14
| | |
* | | Merge branch 'development' into feature/addSubprovidersFabio Berger2017-12-082-6/+12
|\ \ \ | | |/ | |/| | | | | | | | | | * development: Make sure we don't pass empty maker into getOrderHashHex Make sure we always pass in the correct networkId even if no injectedWeb3 found
| * | Make sure we don't pass empty maker into getOrderHashHexFabio Berger2017-12-081-1/+2
| | |
| * | Make sure we always pass in the correct networkId even if no injectedWeb3 foundFabio Berger2017-12-081-5/+10
| |/
* | remove unneeded resetFabio Berger2017-12-071-2/+0
| |
* | Fix version and remove the UMD buildFabio Berger2017-12-071-1/+1
| |
* | Fix tslint errorFabio Berger2017-12-071-1/+1
| |
* | Merge branch 'development' into feature/addSubprovidersFabio Berger2017-12-074-11/+11
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Inline function Introduce a const Make private Add version matcher script Use same versions of dependencies everywhere Add missing await Move declaration into proper conditional block Fix Party element so that an identicon's height is that which was passed in # Conflicts: # packages/website/package.json # yarn.lock
| * Merge branch 'development' into feature/airport-experimentsLeonid2017-12-063-3/+3
| |\
| | * Add missing awaitFabio Berger2017-12-061-1/+1
| | |
| | * Move declaration into proper conditional blockFabio Berger2017-12-061-1/+1
| | |
| | * Fix Party element so that an identicon's height is that which was passed inFabio Berger2017-12-061-1/+1
| | |
| * | Use same versions of dependencies everywhereLeonid Logvinov2017-12-061-8/+9
| |/
* | Use subproviders subpackage in website and remove old subprovidersFabio Berger2017-12-067-300/+45
| |
* | Merge branch 'development' into feature/addSubprovidersFabio Berger2017-12-063-1/+14
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (50 commits) Add PR number to changelog Address feedback Add requestId to subscription messages and update json-schemas Remove isomorphic-fetch types from contracts package Update README Regenerate files Make it private Change package name Update README Make fileExtension configurable Rename abi-gen to typed-contracts Add docs for typed-contracts Remove TODOs Introduce separate ContextData type and rework it Check ABI is defined Introduce a const for 'contract.mustache' Improve error message Reuse util Fix a typo Introduce a const for 'function' ... # Conflicts: # yarn.lock
| * Add orderWatcher to 0x.js docsFabio Berger2017-11-303-1/+14
| |
* | bump versionFabio Berger2017-12-051-1/+1
|/
* Merge branch 'development' of github.com:0xProject/0x.js into developmentFabio Berger2017-11-301-1/+1
|\ | | | | | | | | | | | | | | * 'development' of github.com:0xProject/0x.js: Publish Update CHANGELOG.md Redeclare Order, SignedOrder, and ECSignature types in connect, remove 0x.js dependency Add SignedOrder and TokenTradeInfo to public interface and fix a HttpClient comment
| * Publish@0xproject/connect@0.2.0Brandon Millman2017-11-301-1/+1
| | | | | | | | | | - @0xproject/connect@0.2.0 - website@0.0.1
* | Add order and signedOrder to public typesFabio Berger2017-11-301-0/+2
|/
* Add TokenTradeInfo to public typesFabio Berger2017-11-301-0/+1
|
* Merge branch 'development' into feature/connect-docsFabio Berger2017-11-292-3/+3
|\ | | | | | | | | | | | | | | | | * development: Fix connect documentation introduction and installation wording # Conflicts: # packages/website/md/docs/connect/installation.md # packages/website/md/docs/connect/introduction.md
| * Fix connect documentation introduction and installation wordingBrandon Millman2017-11-292-3/+3
| |
* | Rename @0xproject/connect to 0x ConnectFabio Berger2017-11-292-2/+2
| |
* | Rename packageName to displayName for clarityFabio Berger2017-11-297-9/+9
| |
* | Fix phantom `Contracts` section issueFabio Berger2017-11-291-0/+5
| |
* | Add 0x Connect to footerFabio Berger2017-11-291-0/+4
| |
* | Update 0x.js to 0.27.1Fabio Berger2017-11-291-1/+1
| |
* | Lock the 0x.js version used in websiteFabio Berger2017-11-291-1/+1
| |
* | Merge branch 'development' into feature/connect-docsFabio Berger2017-11-294-14/+5
|\| | | | | | | | | | | | | * development: rename for clarity remove unused code Publish
| * Merge pull request #243 from 0xProject/fix/refactorDocsFabio Berger2017-11-2921-691/+548
| |\ | | | | | | Refactor docs
| | * rename for clarityFabio Berger2017-11-292-4/+4
| | |
| | * remove unused codeFabio Berger2017-11-291-9/+0
| | |
| * | PublishLeonid Logvinov2017-11-291-1/+1
| | | | | | | | | | | | | | | | | | - 0x.js@0.27.1 - @0xproject/connect@0.1.2 - website@0.0.0
* | | Add 0x Connect Docs to the menu and topBarFabio Berger2017-11-292-6/+22
| | |
* | | Add connect docsFabio Berger2017-11-293-0/+105
| | |
* | | Add subPackageName and get rid of hard-coded 0x.js in sourceLinkFabio Berger2017-11-296-2/+17
| |/ |/|
* | Merge branch 'development' into fix/refactorDocsFabio Berger2017-11-292-1/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (30 commits) Export TransactionOpts type Make website private Publish Update CHANGELOG Change interval to 1h Rename Add ifExists to cleanupJobInterval Add a cleanup job to an order watcher Improve the comment Add CHANGELOG comment Add a HACK comment Normalise subprovider names Remove a comment Fix a typo Pin testrpc version Remove gas params from tests Add fake gas estimate suprovider for tests Revert "Fix website linter errors" Fix website linter errors Fix tests ... # Conflicts: # packages/website/ts/utils/constants.ts
| * Export TransactionOpts typeLeonid Logvinov2017-11-291-0/+1
| |
| * Make website privateLeonid Logvinov2017-11-291-0/+1
| |
| * PublishLeonid Logvinov2017-11-291-1/+1
| | | | | | | | | | | | | | | | | | - 0x.js@0.27.0 - @0xproject/assert@0.0.6 - @0xproject/connect@0.1.1 - @0xproject/json-schemas@0.6.9 - @0xproject/tslint-config@0.2.0 - website@0.0.0
* | Refactor the topLevel documentation react components for 0x.js and Smart ↵Fabio Berger2017-11-2910-599/+323
| | | | | | | | contracts into a single component
* | Fix tslint errorFabio Berger2017-11-291-1/+1
| |
* | Refactor docs to be more declarative, put all hard-coded doc-related data in ↵Fabio Berger2017-11-2916-286/+428
|/ | | | one place so it easier to add new doc pages
* Last remaining website fixesFabio Berger2017-11-282-8/+10
|
* fix remaining tslint errorsFabio Berger2017-11-2887-469/+496
|
* Fix tslint issuesFabio Berger2017-11-2820-257/+275
|
* Add lint command to website sub-packageFabio Berger2017-11-281-0/+1
|
* Merge pull request #240 from 0xProject/fix/websiteMdDirectoryBrandon Millman2017-11-288-0/+81
|\ | | | | Add md directory to website package and change generated docs directory
| * Add md directory to website package and change generated docs directoryBrandon Millman2017-11-288-0/+81
| |
* | remove commentFabio Berger2017-11-281-1/+0
| |
* | Add "Web3" prefix to web3 alias types and link to the correct line in the ↵Fabio Berger2017-11-282-2/+14
| | | | | | | | web3 typings
* | Fix overlapping arg namesFabio Berger2017-11-281-2/+1
| |
* | Fix source links in 0x.js docsFabio Berger2017-11-281-3/+6
|/
* Fix subscriptions given latest changes to 0x.jsFabio Berger2017-11-241-4/+5
|
* Add exit code 0 because it is expected that uglifying the code throws an errorFabio Berger2017-11-241-1/+1
|
* update tokenByAddress after tokenStateByAddress to avoid race-conditionFabio Berger2017-11-241-1/+1
|
* Add error when unexpected condition hitFabio Berger2017-11-241-0/+3
|
* Fix alignmentFabio Berger2017-11-241-9/+9
|
* Add missing keysFabio Berger2017-11-241-0/+2
|
* Fix bugFabio Berger2017-11-241-2/+2
|
* Force the clearance of tradeHistoryFabio Berger2017-11-231-1/+1
|
* Upgrade to latest 0x.js version and refactor subscriptions to use latest ↵Fabio Berger2017-11-233-26/+54
| | | | interface
* Fix build bugFabio Berger2017-11-231-0/+1
|
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-22290-0/+23527
sub-packages, use new subscribeAsync 0x.js method