aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts
Commit message (Collapse)AuthorAgeFilesLines
* 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-1657-263/+36
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| |
* | 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
| |
* | 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
| |
| * Add WebSocketOrderbookChannel to connect docsBrandon Millman2017-12-121-1/+13
| |
* | progress weth pageFabio Berger2017-12-137-2/+264
|/
* Merge pull request #257 from 0xProject/fix/ethereum-addressLeonid2017-12-122-7/+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-112-6/+1
| |
* | Don't unsubscribe on error. It's done automaticallyLeonid Logvinov2017-12-121-6/+3
|/
* Merge branch 'development' into feature/addSubprovidersFabio Berger2017-12-093-13/+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-075-15/+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 tslint errorFabio Berger2017-12-071-1/+1
| |
* | Merge branch 'development' into feature/addSubprovidersFabio Berger2017-12-073-3/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * 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 subproviders subpackage in website and remove old subprovidersFabio Berger2017-12-066-300/+44
|/
* Add orderWatcher to 0x.js docsFabio Berger2017-11-303-1/+14
|
* Add order and signedOrder to public typesFabio Berger2017-11-301-0/+2
|
* Add TokenTradeInfo to public typesFabio Berger2017-11-301-0/+1
|
* 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
|
* Merge branch 'development' into feature/connect-docsFabio Berger2017-11-293-13/+4
|\ | | | | | | | | | | | | * development: rename for clarity remove unused code Publish
| * rename for clarityFabio Berger2017-11-292-4/+4
| |
| * remove unused codeFabio Berger2017-11-291-9/+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-291-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| |
* | 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-2885-467/+493
|
* Fix tslint issuesFabio Berger2017-11-2818-255/+272
|
* 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
|
* 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-232-25/+53
| | | | interface
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-22113-0/+16254
sub-packages, use new subscribeAsync 0x.js method