Fabio Berger
d7bf003d51
Refactor all docJSON's to reside within the same S3 bucket under different folders
2018-03-16 16:56:53 +01:00
Brandon Millman
380e51ca50
Merge branch 'development' into feature/utils/console-log
...
* development: (25 commits)
Enable coverage for all other packages with tests
Fix parallel coverage results reporting
Fix linter issuesx
Remove outdated comment
Add script copying to build command
Add postpublish script to sol-cov
Move configuration into package.json configs section
Transform input data before encoding for callAsync and getABIEncodedTransactionData
Consolidate docs generation and uploading logic
Use async/await instead of promise syntax
Move changelog entry
remove unneeded include
remove unused dep
Fix lint issues
Re-add linter to monorepo-scripts but with tslint-config dep at earlier version to avoid cyclical dependency
small fixes
move scripts to monorepro-scripts
Fix gitignore
Move abi-gen scripts to src
Add missing dep
...
2018-03-14 14:36:04 -07:00
Brandon Millman
c8a8b851d8
Consolidate all console.log into the @0xproject/utils package
2018-03-13 18:13:48 -07:00
Fabio Berger
952f1cf8d0
Use isMetaMask
flag rather then constructor name for Metamask provider detection
2018-03-12 15:22:04 +01:00
Fabio Berger
76a31b6fd6
Merge pull request #447 from 0xProject/refactorAnalytics
...
Refactor Website Analytics
2018-03-12 11:28:34 +01:00
Fabio Berger
870ba445b8
Merge pull request #444 from 0xProject/dedupWeb3Wrapper
...
Remove custom web3Wrapper from website
2018-03-11 12:49:15 +01:00
Fabio Berger
4c08667a07
Replace local PRECISION constants with global config.AMOUNT_DISPLAY_PRECISION
2018-03-10 22:43:13 +01:00
Fabio Berger
cea8dcae3d
Refactor Analytics so that calls to ReactGA are all in a single module, combining the provider type util function, moving GA id to configs and using utils.onPageLoadAsync
2018-03-10 16:53:42 +01:00
Tom Schmidt
494bff4bc0
Fixed merge issue
2018-03-09 16:10:25 -08:00
Tom Schmidt
47af38ecb8
Merge branch 'development' into feature/website/web3-logging
2018-03-09 15:22:59 -08:00
Tom Schmidt
654c790c3d
Fixed Parity detection
2018-03-09 12:44:11 -08:00
Tom Schmidt
c78e504bfb
Fixed lint
2018-03-08 17:08:43 -08:00
Tom Schmidt
c009e9979e
Added web3 provider logging
2018-03-08 16:06:44 -08:00
Fabio Berger
9aec1feae3
Move remaining type configs to topLevel DocsInfoConfigs
2018-03-07 15:19:59 +01:00
Fabio Berger
6f8a70834b
Add onSelectedVersion callback so it can be handled in any way the caller wishes
2018-03-07 13:25:15 +01:00
Tom Schmidt
f27e943258
Added provider canonical name mapping
2018-03-06 09:47:13 -08:00
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