Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move remaining type configs to topLevel DocsInfoConfigs | Fabio Berger | 2018-03-07 | 1 | -0/+6 |
| | |||||
* | Add onSelectedVersion callback so it can be handled in any way the caller wishes | Fabio Berger | 2018-03-07 | 1 | -0/+6 |
| | |||||
* | Move Documentation to the `@0xproject/react-docs` package | Fabio Berger | 2018-03-06 | 6 | -591/+9 |
| | |||||
* | Moved over all pages/shared components and dependencies to react-shared | Fabio Berger | 2018-03-05 | 4 | -74/+1 |
| | |||||
* | Merge branch 'development' into extractDocs | Fabio Berger | 2018-03-05 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (22 commits) Fix bugs in postpublish_utils.js Update @0xproject/utils in top-level package.json Changelog tweaks Publish Updated CHANGELOGS Fix typo Add PR number to changelog entry Add changelog update to subproviders package Add `numberOfAccounts` param to `LedgerSubprovider` method `getAccountsAsync` and add tests Remove unnecessary type assertion Move web3 typings from devDeps to deps remove extrenuous comma Add PR number Add changelog entries from types and utils Add changelog entry to subproviders Remove extra comma Move web3 and ethers types to deps for utils package Make web3 typings a dep for web3Wrapper Make web3 typings a dep for subproviders reorder deps ... # Conflicts: # packages/website/package.json | ||||
| * | Remove unnecessary type assertion | Fabio Berger | 2018-03-04 | 1 | -1/+1 |
| | | |||||
* | | Move over AnchorTitle and associated elements | Fabio Berger | 2018-03-04 | 2 | -5/+0 |
|/ | |||||
* | Add hack comment | Fabio Berger | 2018-03-04 | 1 | -0/+3 |
| | |||||
* | Add support for merging multiple topLevel packages under a single section. ↵ | Fabio Berger | 2018-03-03 | 1 | -20/+27 |
| | | | | For now, we simply merge the two package's children (works well for merging 0x.js types and @0xproject/types) | ||||
* | Add support for backward compatibility for TypeDoc versions <0.9.0 | Fabio Berger | 2018-03-03 | 1 | -2/+10 |
| | |||||
* | Hash hash instead of prefixedHash to scrollToHash function | Fabio Berger | 2018-03-03 | 1 | -4/+4 |
| | |||||
* | Move onPageLoadAsync to utils | Fabio Berger | 2018-03-03 | 1 | -0/+8 |
| | |||||
* | Undo config changes | Fabio Berger | 2018-03-02 | 1 | -3/+4 |
| | |||||
* | Update react-markdown, properly scroll to section for wiki internal links, ↵ | Fabio Berger | 2018-03-02 | 2 | -4/+24 |
| | | | | consolidate scrollTo logic and make external links open in new tabs | ||||
* | Merge pull request #421 from 0xProject/moveOutDocGenerator | Fabio Berger | 2018-02-28 | 3 | -77/+29 |
|\ | | | | | Docs Refactor Prepping For Moving To Separate Package | ||||
| * | Move more configs into docsInfo and remove logic that does not belong there ↵ | Fabio Berger | 2018-02-28 | 2 | -77/+28 |
| | | | | | | | | elsewhere | ||||
| * | remove docsJsonRoot from docsInfo | Fabio Berger | 2018-02-27 | 1 | -0/+1 |
| | | |||||
* | | Fix a bug with displaying solidity functions returning multiple return values | Leonid Logvinov | 2018-02-28 | 1 | -5/+11 |
|/ | |||||
* | Move from storing translations in TS files to JSON files | Fabio Berger | 2018-02-22 | 1 | -5/+6 |
| | |||||
* | Re-set language to browser | Fabio Berger | 2018-02-22 | 1 | -1/+1 |
| | |||||
* | Improve homepage and add translations in chinese, russian, korean and spanish | Fabio Berger | 2018-02-21 | 1 | -3/+31 |
| | |||||
* | Add translation infra and replace english text with calls to translate | Fabio Berger | 2018-02-21 | 1 | -0/+54 |
| | |||||
* | Add Rinkeby network to smart contract docs | Fabio Berger | 2018-02-16 | 2 | -0/+7 |
| | |||||
* | remove hard-coded color | Fabio Berger | 2018-02-16 | 1 | -0/+1 |
| | |||||
* | Re-designed Wiki and half-redesigned docs pages | Fabio Berger | 2018-02-16 | 1 | -0/+3 |
| | |||||
* | Merge pull request #379 from 0xProject/portal_json | Leonid | 2018-02-09 | 1 | -25/+22 |
|\ | | | | | Make portal order JSON compatible with 0x.js | ||||
| * | Address feedback | Leonid Logvinov | 2018-02-08 | 1 | -2/+1 |
| | | |||||
| * | Remove hash from signatureData | Leonid Logvinov | 2018-02-08 | 1 | -2/+2 |
| | | |||||
| * | Remove networkId from orderJSON | Leonid Logvinov | 2018-02-08 | 1 | -2/+0 |
| | | |||||
| * | Split Order into signedOrder and metadata | Leonid Logvinov | 2018-02-08 | 1 | -22/+26 |
| | | |||||
| * | Remove unused types and take their names | Leonid Logvinov | 2018-02-07 | 1 | -2/+2 |
| | | |||||
| * | Introduce makerToken and takerToken fields for unsigned token metadata | Leonid Logvinov | 2018-02-07 | 1 | -16/+12 |
| | | |||||
| * | Move .taker.amount to .takerTokenAmount and .maker.amount to .makerTokenAmount | Leonid Logvinov | 2018-02-07 | 1 | -2/+2 |
| | | |||||
| * | Move .taker.feeAmount to .takerFee and .maker.feeAmount to .makerFee | Leonid Logvinov | 2018-02-07 | 1 | -2/+2 |
| | | |||||
| * | Rename signature to ecSignature | Leonid Logvinov | 2018-02-07 | 1 | -2/+2 |
| | | |||||
| * | Rename exchangeContract to exchangeContractAddress | Leonid Logvinov | 2018-02-07 | 1 | -4/+4 |
| | | |||||
| * | Rename expiration to expirationUnixTimestampSec | Leonid Logvinov | 2018-02-07 | 1 | -3/+3 |
| | | |||||
* | | Fix links | Fabio Berger | 2018-02-09 | 1 | -0/+6 |
| | | |||||
* | | Add Relayer section to landing | Fabio Berger | 2018-02-09 | 1 | -0/+1 |
| | | |||||
* | | Move isTestNetwork into utils and also check it from showing ZRX request button | Fabio Berger | 2018-02-07 | 1 | -0/+11 |
| | | |||||
* | | Properly detect Rinkeby and Ropsten TokenRegistry tokens as mintable | Fabio Berger | 2018-02-07 | 1 | -1/+23 |
| | | |||||
* | | Add networkId to faucet requests so that we can request tokens on Kovan, ↵ | Fabio Berger | 2018-02-07 | 1 | -1/+1 |
|/ | | | | Rinkeby and Ropsten | ||||
* | Uppercase Networks enum values | Fabio Berger | 2018-01-31 | 3 | -12/+12 |
| | |||||
* | Pass in whether we want the personal message prefix appended and never ↵ | Fabio Berger | 2018-01-30 | 1 | -0/+6 |
| | | | | append it for Ledger. This fixes signing when Ledger is used and the backing node is not Parity | ||||
* | Use live backend on development | Fabio Berger | 2018-01-29 | 1 | -1/+1 |
| | |||||
* | Add missing entries for Ropsten and Rinkeby testnets, added Ropsten to ↵ | Fabio Berger | 2018-01-29 | 2 | -1/+5 |
| | | | | Ledger network dropdown | ||||
* | Add light blue as our accent color | Fabio Berger | 2018-01-28 | 1 | -0/+1 |
| | |||||
* | Properly detect user signing cancellation on Metamask, Parity signer and Ledger | Fabio Berger | 2018-01-28 | 1 | -1/+1 |
| | |||||
* | Add our mainnet and kovan nodes as backups for Portal requests | Fabio Berger | 2018-01-19 | 1 | -2/+2 |
| | |||||
* | Add discourse forum to Community section of website footer | Fabio Berger | 2018-01-18 | 1 | -0/+1 |
| | |||||
* | Fix ts error in portal after enabling more strict checks | Leonid Logvinov | 2018-01-10 | 1 | -2/+2 |
| | |||||
* | Use configured version of bignumber in all packages | Leonid Logvinov | 2018-01-04 | 2 | -2/+2 |
| | |||||
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 9 | -209/+266 |
| | |||||
* | Create types sectionName constant | Fabio Berger | 2017-12-22 | 1 | -0/+1 |
| | |||||
* | Update outdated WETH ranges | Fabio Berger | 2017-12-21 | 1 | -4/+4 |
| | |||||
* | Fix conditional | Fabio Berger | 2017-12-21 | 1 | -1/+1 |
| | |||||
* | Fix top-padding | Fabio Berger | 2017-12-21 | 1 | -1/+1 |
| | |||||
* | Remove etherToken from smart contract docs | Fabio Berger | 2017-12-20 | 1 | -3/+0 |
| | |||||
* | Update new WETH addresses and localStorage clearance key | Fabio Berger | 2017-12-20 | 1 | -3/+3 |
| | |||||
* | Fix merge | Fabio Berger | 2017-12-20 | 1 | -0/+1 |
| | |||||
* | Merge branch 'development' into createWethPage | Fabio Berger | 2017-12-20 | 7 | -193/+255 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | Move muiTheme into it's own module | Fabio Berger | 2017-12-19 | 1 | -0/+35 |
| | | |||||
| * | Refactor configs and constants, standardize on uppercase/snakecase, ↵ | Fabio Berger | 2017-12-19 | 4 | -178/+164 |
| | | | | | | | | alphebetize, rename for logical grouping | ||||
| * | Sort colors into color spectrum | Fabio Berger | 2017-12-18 | 1 | -8/+22 |
| | | |||||
| * | standarize on `grey` over `gray` spelling and other color related fixes | Fabio Berger | 2017-12-18 | 1 | -9/+10 |
| | | |||||
| * | Standardize colors to always be in uppercase hex and consolidate material-ui ↵ | Fabio Berger | 2017-12-18 | 1 | -15/+13 |
| | | | | | | | | greys | ||||
| * | Consolidate all custom colors and material-ui colors into a colors module | Fabio Berger | 2017-12-18 | 2 | -1/+30 |
| | | |||||
| * | Replace remaining strEnums with property TS string enums | Fabio Berger | 2017-12-18 | 2 | -5/+5 |
| | | |||||
| * | Update first two string enums to native type | Fabio Berger | 2017-12-18 | 1 | -4/+4 |
| | | |||||
* | | Temporarily pretend as if new WETH contracts are already whitelisted by ↵ | Fabio Berger | 2017-12-18 | 1 | -0/+7 |
| | | | | | | | | tokenRegistry and put hacks behind the shouldDeprecateOldWethToken flag | ||||
* | | Add notice dialog to balances page about updating the WETH contract. We also ↵ | Fabio Berger | 2017-12-18 | 1 | -0/+1 |
| | | | | | | | | draw attention to the new dedicated section for unwrapping from outdated WETH tokens | ||||
* | | Move weth.io url to constants | Fabio Berger | 2017-12-18 | 1 | -0/+1 |
|/ | |||||
* | Fix linter errors | Fabio Berger | 2017-12-16 | 1 | -1/+0 |
| | |||||
* | Merge branch 'development' into createWethPage | Fabio Berger | 2017-12-16 | 4 | -10/+2 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 website unused vars | Leonid Logvinov | 2017-12-15 | 4 | -10/+2 |
| | | |||||
* | | Use new wrap/unwrap buttons, fetch outdated WETH balances and re-fetch after ↵ | Fabio Berger | 2017-12-15 | 1 | -6/+17 |
| | | | | | | | | a successful unwrap. | ||||
* | | Clear trackedTokens so that a user starts tracking the new WETH and no ↵ | Fabio Berger | 2017-12-14 | 1 | -0/+1 |
| | | | | | | | | longer the old one | ||||
* | | Merge branch 'development' into createWethPage | Fabio Berger | 2017-12-13 | 1 | -30/+44 |
|\| | | | | | | | | | | | | | * 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 path | Brandon Millman | 2017-12-13 | 1 | -30/+44 |
| | | |||||
* | | progress weth page | Fabio Berger | 2017-12-13 | 1 | -1/+12 |
|/ | |||||
* | Add orderWatcher to 0x.js docs | Fabio Berger | 2017-11-30 | 1 | -1/+1 |
| | |||||
* | Refactor the topLevel documentation react components for 0x.js and Smart ↵ | Fabio Berger | 2017-11-29 | 2 | -27/+1 |
| | | | | contracts into a single component | ||||
* | Refactor docs to be more declarative, put all hard-coded doc-related data in ↵ | Fabio Berger | 2017-11-29 | 2 | -180/+77 |
| | | | | one place so it easier to add new doc pages | ||||
* | Fix tslint issues | Fabio Berger | 2017-11-28 | 6 | -52/+100 |
| | |||||
* | Add "Web3" prefix to web3 alias types and link to the correct line in the ↵ | Fabio Berger | 2017-11-28 | 1 | -1/+4 |
| | | | | web3 typings | ||||
* | Force the clearance of tradeHistory | Fabio Berger | 2017-11-23 | 1 | -1/+1 |
| | |||||
* | Add website to mono repo, update packages to align with existing ↵ | Fabio Berger | 2017-11-22 | 7 | -0/+1128 |
sub-packages, use new subscribeAsync 0x.js method |