aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/
* 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
| |
* | 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