Fabio Berger
0b1ba9f997
Move Documentation to the @0xproject/react-docs
package
2018-03-06 16:31:55 +01:00
Fabio Berger
5a90fece80
Moved over all pages/shared components and dependencies to react-shared
2018-03-05 13:53:13 +01:00
Fabio Berger
1817f6eaf6
Merge branch 'development' into extractDocs
...
* 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
2018-03-05 06:20:15 +01:00
Fabio Berger
82c5be2564
Remove unnecessary type assertion
2018-03-04 15:29:14 +01:00
Fabio Berger
3592ebef08
Move over AnchorTitle and associated elements
2018-03-03 19:55:40 +01:00
Fabio Berger
1b5742fbf0
Add hack comment
2018-03-03 17:03:51 +01:00
Fabio Berger
456f094913
Add support for merging multiple topLevel packages under a single section. For now, we simply merge the two package's children (works well for merging 0x.js types and @0xproject/types)
2018-03-03 16:52:59 +01:00
Fabio Berger
9e7b45ea4c
Add support for backward compatibility for TypeDoc versions <0.9.0
2018-03-03 16:50:58 +01:00
Fabio Berger
0afe45b3a8
Hash hash instead of prefixedHash to scrollToHash function
2018-03-03 05:36:08 +01:00
Fabio Berger
0fbb443e4b
Move onPageLoadAsync to utils
2018-03-02 17:01:46 +01:00
Fabio Berger
da8edd2226
Undo config changes
2018-03-02 14:47:43 +01:00
Fabio Berger
67c834841e
Update react-markdown, properly scroll to section for wiki internal links, consolidate scrollTo logic and make external links open in new tabs
2018-03-02 14:40:26 +01:00
Fabio Berger
bbd87daf6d
Merge pull request #421 from 0xProject/moveOutDocGenerator
...
Docs Refactor Prepping For Moving To Separate Package
2018-02-27 15:49:58 -08:00
Fabio Berger
97fcfb7f6c
Move more configs into docsInfo and remove logic that does not belong there elsewhere
2018-02-27 14:29:22 -08:00
Leonid Logvinov
ce677fd55a
Fix a bug with displaying solidity functions returning multiple return values
2018-02-27 14:23:36 -08:00
Fabio Berger
dd116b3cd6
remove docsJsonRoot from docsInfo
2018-02-26 09:52:08 -08:00
Fabio Berger
1b3a9102f1
Move from storing translations in TS files to JSON files
2018-02-21 14:22:02 -08:00
Fabio Berger
0d7bf50581
Re-set language to browser
2018-02-21 10:31:31 -08:00
Fabio Berger
13fed15e0c
Improve homepage and add translations in chinese, russian, korean and spanish
2018-02-20 19:53:07 -08:00
Fabio Berger
c4f65681a1
Add translation infra and replace english text with calls to translate
2018-02-20 14:11:19 -08:00
Fabio Berger
6a8f624e75
Add Rinkeby network to smart contract docs
2018-02-16 08:47:27 -07:00
Fabio Berger
0114fc9608
remove hard-coded color
2018-02-16 00:12:27 -07:00
Fabio Berger
5c91b4bfc6
Re-designed Wiki and half-redesigned docs pages
2018-02-15 20:12:47 -07:00
Leonid
936f6ac10f
Merge pull request #379 from 0xProject/portal_json
...
Make portal order JSON compatible with 0x.js
2018-02-09 09:27:08 +01:00
Fabio Berger
9495c8f46c
Fix links
2018-02-08 18:40:06 -08:00
Fabio Berger
0652790703
Add Relayer section to landing
2018-02-08 16:27:37 -08:00
Leonid Logvinov
1233c33116
Address feedback
2018-02-08 16:23:20 +01:00
Leonid Logvinov
8fba0477a6
Remove hash from signatureData
2018-02-07 20:58:19 +01:00
Leonid Logvinov
e6f2c7a382
Remove networkId from orderJSON
2018-02-07 20:38:30 +01:00
Leonid Logvinov
69f5f5e946
Split Order into signedOrder and metadata
2018-02-07 20:26:13 +01:00
Leonid Logvinov
3c7ebe2697
Remove unused types and take their names
2018-02-07 16:11:51 +01:00
Leonid Logvinov
10fb6061cc
Introduce makerToken and takerToken fields for unsigned token metadata
2018-02-07 15:26:53 +01:00
Leonid Logvinov
223df8006a
Move .taker.amount to .takerTokenAmount and .maker.amount to .makerTokenAmount
2018-02-07 15:09:06 +01:00
Leonid Logvinov
1c9428cbba
Move .taker.feeAmount to .takerFee and .maker.feeAmount to .makerFee
2018-02-07 15:02:41 +01:00
Leonid Logvinov
18dc5d17b5
Rename signature to ecSignature
2018-02-07 14:54:37 +01:00
Leonid Logvinov
4d50933189
Rename exchangeContract to exchangeContractAddress
2018-02-07 14:48:59 +01:00
Leonid Logvinov
9b3680780f
Rename expiration to expirationUnixTimestampSec
2018-02-07 14:41:40 +01:00
Fabio Berger
518efa8ad2
Move isTestNetwork into utils and also check it from showing ZRX request button
2018-02-06 17:29:10 -08:00
Fabio Berger
05aa2fa421
Properly detect Rinkeby and Ropsten TokenRegistry tokens as mintable
2018-02-06 17:23:01 -08:00
Fabio Berger
03f5c9b950
Add networkId to faucet requests so that we can request tokens on Kovan, Rinkeby and Ropsten
2018-02-06 17:22:20 -08:00
Fabio Berger
ecf86d1d13
Uppercase Networks enum values
2018-01-30 21:01:16 +01:00
Fabio Berger
8d30058a6d
Pass in whether we want the personal message prefix appended and never append it for Ledger. This fixes signing when Ledger is used and the backing node is not Parity
2018-01-30 14:19:58 +01:00
Fabio Berger
5c2d725721
Use live backend on development
2018-01-29 16:38:30 +01:00
Fabio Berger
542a1a11b9
Add missing entries for Ropsten and Rinkeby testnets, added Ropsten to Ledger network dropdown
2018-01-29 13:16:40 +01:00
Fabio Berger
4b59bf01b3
Add light blue as our accent color
2018-01-28 10:28:34 +01:00
Fabio Berger
b4faa4851a
Properly detect user signing cancellation on Metamask, Parity signer and Ledger
2018-01-28 10:28:17 +01:00
Fabio Berger
9ccf63b44a
Add our mainnet and kovan nodes as backups for Portal requests
2018-01-19 11:33:35 +08:00
Fabio Berger
807d9e3eef
Add discourse forum to Community section of website footer
2018-01-18 15:20:34 +08:00
Leonid Logvinov
e34b0af251
Fix ts error in portal after enabling more strict checks
2018-01-10 12:43:50 +01:00
Leonid Logvinov
4dfa720f2d
Use configured version of bignumber in all packages
2018-01-04 12:38:19 +01:00