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
Leonid Logvinov
e744e4cd98
Apply prettier config
2018-01-03 11:37:38 +01:00
Fabio Berger
d725de7286
Create types sectionName constant
2017-12-21 17:28:20 +01:00
Fabio Berger
33315046cd
Update outdated WETH ranges
2017-12-20 18:31:01 +01:00
Fabio Berger
2cf647d5ad
Fix conditional
2017-12-20 17:40:01 +01:00
Fabio Berger
b79b48cfbe
Fix top-padding
2017-12-20 17:24:12 +01:00
Fabio Berger
484312e677
Remove etherToken from smart contract docs
2017-12-19 23:28:18 +01:00
Fabio Berger
0dc5178083
Update new WETH addresses and localStorage clearance key
2017-12-19 23:24:04 +01:00
Fabio Berger
08f2406ca2
Fix merge
2017-12-19 23:04:08 +01:00
Fabio Berger
41104b2d45
Merge branch 'development' into createWethPage
...
* 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
2017-12-19 22:58:06 +01:00
Fabio Berger
c6af59a3e7
Move muiTheme into it's own module
2017-12-19 11:18:02 +01:00
Fabio Berger
fb0b7efc45
Refactor configs and constants, standardize on uppercase/snakecase, alphebetize, rename for logical grouping
2017-12-18 19:30:25 +01:00
Fabio Berger
400228e139
Sort colors into color spectrum
2017-12-18 10:44:55 +01:00
Fabio Berger
1aed970ce3
standarize on grey over gray spelling and other color related fixes
2017-12-18 10:28:34 +01:00
Fabio Berger
445ff1e28e
Standardize colors to always be in uppercase hex and consolidate material-ui greys
2017-12-18 10:06:16 +01:00
Fabio Berger
df9d3e3e16
Consolidate all custom colors and material-ui colors into a colors module
2017-12-18 09:15:12 +01:00
Fabio Berger
abbad68eb8
Replace remaining strEnums with property TS string enums
2017-12-17 20:48:23 -05:00
Fabio Berger
22c4ee6ef7
Update first two string enums to native type
2017-12-17 19:35:24 -05:00
Fabio Berger
951fbc9b76
Temporarily pretend as if new WETH contracts are already whitelisted by tokenRegistry and put hacks behind the shouldDeprecateOldWethToken flag
2017-12-17 19:18:33 -05:00
Fabio Berger
89f368a8b8
Add notice dialog to balances page about updating the WETH contract. We also draw attention to the new dedicated section for unwrapping from outdated WETH tokens
2017-12-17 18:58:12 -05:00
Fabio Berger
681617480a
Move weth.io url to constants
2017-12-17 17:10:51 -05:00