aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/containers
Commit message (Collapse)AuthorAgeFilesLines
* Fix build errorsfragosti2018-05-251-11/+8
|
* Fix issue where modal can be out of sync with app statefragosti2018-05-251-1/+15
|
* Basic onboarding flow infrastructure set upfragosti2018-05-251-0/+23
|
* Remove 0x.js as a dependency from websiteLeonid Logvinov2018-05-241-1/+1
|
* Merge branch 'development' into breakUp0xjsFabio Berger2018-05-112-28/+12
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Fix ganache subprovider config Fix a bug in compiler config precedence Fix linter errors Fix templates Remove unused deployer docs configs Add a legacy endpoint for the deployer Add a check for compiler output Add a comment Put ARTIFACTS_VERSION in a config Improve a comment Remove _applyDefaultsToDeployTxDataAsync Add a HACK comment Fix linter issues Rename deployer to sol-compiler Remove deployer Remove deployer from 0x.js and migrations Configure migrations with a compiler.json Remove deployer from metacoin and contract tests Update wallet footer and add remove token functionality # Conflicts: # .gitignore # packages/0x.js/package.json # packages/0x.js/src/0x.ts # packages/contracts/package.json # packages/contracts/test/multi_sig_with_time_lock.ts # packages/contracts/test/multi_sig_with_time_lock_except_remove_auth_addr.ts # packages/contracts/util/artifacts.ts # packages/deployer/test/deployer_test.ts # packages/migrations/package.json
| * Remove unused deployer docs configsLeonid Logvinov2018-05-101-17/+4
| |
| * Rename deployer to sol-compilerLeonid Logvinov2018-05-102-12/+9
| |
* | Merge branch 'development' into breakUp0xjsFabio Berger2018-05-101-0/+88
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (38 commits) Add fallback image support to relayer grid tile Clear relayer grid state when fetching Configure the compiler to generate artifacts with deployedBytecode Implement loading and error state for relayer grid Fallback image for relayer grid tile Change relayer grid tile to link on header Display top tokens from backend Remove overflowZ property from portal Suggestions and fix bad merge Fix typo Only show untracked tokens Make wallet scrollable Add token flow Update The Ocean logo Fix artifacts paths Create an artifacts folder Introduce a var Add removeHexPrefix util method CHeck if ABI exists Improve the readability of the check for should compile ... # Conflicts: # .gitignore # packages/contracts/test/multi_sig_with_time_lock.ts # packages/contracts/test/multi_sig_with_time_lock_except_remove_auth_addr.ts # packages/contracts/util/artifacts.ts
| * Lay out wallet and relayersBrandon Millman2018-05-051-0/+88
| |
* | Fix website and 0x.js docsFabio Berger2018-05-101-2/+8
|/
* Move order utils to @0xproject/order-utilsLeonid Logvinov2018-05-021-0/+99
|
* Rename Portal and PortalMenu components to LegacyPortal and LegacyPortalMenuBrandon Millman2018-04-241-5/+9
|
* Add SignedOrder type to 0x Connect docsFabio Berger2018-04-131-1/+1
|
* Standardize external type linksFabio Berger2018-04-133-6/+6
|
* Merge branch 'development' into feature/subproviders/mnemonic-wallet-subproviderJacob Evans2018-04-124-30/+39
|\
| * Fix sol-cov, web3-wrapper, subproviders documentation pages given recent ↵Fabio Berger2018-04-113-17/+32
| | | | | | | | changes to the libraries
| * Fix 0x.js docs now that many types are no longer references through the Web3 ↵Fabio Berger2018-04-111-12/+3
| | | | | | | | typings
| * Add missing types to 0x.js docsFabio Berger2018-04-111-0/+3
| |
| * Since we moved Web3Wrapper class from index to it's own file, we need to ↵Fabio Berger2018-04-071-1/+1
| | | | | | | | update doc mapping
* | Update documentation and add to website docsJacob Evans2018-04-111-0/+9
|/
* Address feedbackLeonid Logvinov2018-04-051-0/+1
|
* Move common types out of web3 typesLeonid Logvinov2018-03-271-14/+13
|
* Get LogEntry type to show up correctly as a Web3 typeFabio Berger2018-03-231-1/+2
|
* Fix 0x.js docs to include types from generated contract wrappersFabio Berger2018-03-231-1/+8
|
* Move docs to page and add link to docs to READMEFabio Berger2018-03-221-0/+4
|
* Move docs from README into docs page and add a link to it.Fabio Berger2018-03-221-0/+4
|
* Add Subprovider docs to websiteFabio Berger2018-03-191-0/+137
|
* Add sol-cov docs to websiteFabio Berger2018-03-181-0/+89
|
* Add JSON Schemas docs to websiteFabio Berger2018-03-181-0/+85
|
* Fix deployer external type link to point to specific commitFabio Berger2018-03-161-2/+1
|
* Add Deployer docs to websiteFabio Berger2018-03-161-0/+103
|
* Add Web3Wrapper docs to websiteFabio Berger2018-03-141-0/+103
|
* Add `OrderRelevantState` to public types in 0x.js docs configsFabio Berger2018-03-121-0/+1
|
* Create blockchainWatcher class and refactor Portal such that Ether amounts ↵Fabio Berger2018-03-101-2/+2
| | | | are always passed around as baseUnits
* Move remaining type configs to topLevel DocsInfoConfigsFabio Berger2018-03-072-84/+114
|
* Move Documentation to the `@0xproject/react-docs` packageFabio Berger2018-03-063-15/+9
|
* Merge branch 'development' into extractDocsFabio Berger2018-03-042-2/+2
|\ | | | | | | | | | | * development: Update yarn.lock Update all mentions of the repo name being `0x.js` to `0x-monorepo`
| * Update all mentions of the repo name being `0x.js` to `0x-monorepo`Fabio Berger2018-03-042-2/+2
| |
* | Because we now include non-0x.js source, the keys changed. Needed to add ↵Fabio Berger2018-03-031-8/+25
|/ | | | both for backward compatibility with old doc JSON's
* Give all container files the proper file suffix: tsFabio Berger2018-03-0210-0/+0
|
* Move more configs into docsInfo and remove logic that does not belong there ↵Fabio Berger2018-02-283-15/+46
| | | | elsewhere
* remove docsJsonRoot from docsInfoFabio Berger2018-02-273-10/+0
|
* Merge branch 'development' into moveOutDocGeneratorFabio Berger2018-02-261-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (36 commits) Fix english translations Fix footer on mobile re-add google analytics code Fix Russian translation Move all dependencies on @0xproject/types out of devDependencies Slight improvement to footer Fix a few Korean translations Address feedback Use source tree hash instead of compile flag Fix race condition Update CHANGELOG Delete artifacts directory Add generated contract artifacts to gitignore Check dependencies when determining if should be recompiled Update CHANGELOG Remove unused CHANGELOG entry Remove unused import Change assert.doesConformToShema interface Remove a type assertion Publish ...
| * Merge pull request #410 from 0xProject/translateHomepageFabio Berger2018-02-229-0/+146
| |\ | | | | | | Translate Landing Page
| * | Add configurable heartbeat to WebSocketOrderbookChannelBrandon Millman2018-02-161-0/+1
| | |
* | | Begin refactoring out doc generator templateFabio Berger2018-02-223-12/+12
| |/ |/|
* | Keep topBar and footer language to the one picked by the userFabio Berger2018-02-228-0/+118
| |
* | Move translate to reduxFabio Berger2018-02-211-0/+28
|/
* Add missing public types from connect docsBrandon Millman2018-02-152-2/+3
|
* Add docs staging to 0x.js packageBrandon Millman2018-02-151-2/+7
|
* Add support for intersection types in docsBrandon Millman2018-02-151-2/+7
|
* Add page options to relevant HttpClient methodsBrandon Millman2018-02-141-2/+3
|
* Address feedbackLeonid Logvinov2018-02-081-1/+1
|
* Remove hash from signatureDataLeonid Logvinov2018-02-081-2/+3
|
* Remove unused types and take their namesLeonid Logvinov2018-02-071-2/+2
|
* Rename expiration to expirationUnixTimestampSecLeonid Logvinov2018-02-071-2/+2
|
* Add OrderWatcherConfig to the list of public typesLeonid Logvinov2018-02-011-0/+1
|
* Fix linter errorsFabio Berger2018-01-312-18/+2
|
* Implement just-in-time loading of token balances & allowancesFabio Berger2018-01-282-4/+4
|
* Initial Ledger support implementationFabio Berger2018-01-281-2/+15
|
* Fix ts error in portal after enabling more strict checksLeonid Logvinov2018-01-101-6/+2
|
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-042-2/+2
|
* Apply prettier configLeonid Logvinov2018-01-035-127/+76
|
* Create types sectionName constantFabio Berger2017-12-222-2/+4
|
* Export new public typesLeonid Logvinov2017-12-201-0/+3
|
* Add etherToken.getLogsAsync and etherToken.subscribe with testsLeonid Logvinov2017-12-201-0/+2
|
* Remove etherToken from smart contract docsFabio Berger2017-12-201-3/+0
|
* Merge branch 'development' into refactor/websiteFabio Berger2017-12-201-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | * 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-191-0/+1
| |
* | Refactor configs and constants, standardize on uppercase/snakecase, ↵Fabio Berger2017-12-192-18/+22
| | | | | | | | alphebetize, rename for logical grouping
* | Update first two string enums to native typeFabio Berger2017-12-181-2/+2
|/
* Two mysteriously missing importsFabio Berger2017-12-161-0/+1
|
* Fix website unused varsLeonid Logvinov2017-12-155-16/+8
|
* Add WebSocketOrderbookChannel to connect docsBrandon Millman2017-12-121-1/+13
|
* Add orderWatcher to 0x.js docsFabio Berger2017-11-301-0/+12
|
* 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-293-3/+3
|
* Add connect docsFabio Berger2017-11-291-0/+97
|
* Add subPackageName and get rid of hard-coded 0x.js in sourceLinkFabio Berger2017-11-291-0/+1
|
* 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
* | Refactor the topLevel documentation react components for 0x.js and Smart ↵Fabio Berger2017-11-292-12/+190
|/ | | | contracts into a single component
* fix remaining tslint errorsFabio Berger2017-11-284-25/+25
|
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-224-0/+212
sub-packages, use new subscribeAsync 0x.js method