Fabio Berger
0affc7682f
chore: fix imports
2018-10-18 14:06:12 +01:00
Fabio Berger
5f2cd33da0
Remove style prop from Link
2018-10-05 13:54:37 +01:00
Fabio Berger
437612f8b8
Use same Link UI component for react-scroll links
2018-10-03 16:37:59 +01:00
Fabio Berger
c07412a992
Use new Link UI component everywhere, and add complementary ALink type
2018-10-02 20:10:59 +01:00
fragosti
46b168e10f
Run linter
2018-09-04 12:09:24 -07:00
Fabio Berger
1690f59857
Remove unused imports and console.log
2018-09-04 18:42:50 +01:00
Brandon Millman
4f2bc29744
Remove cancel check
2018-08-30 13:59:42 -07:00
Brandon Millman
660e670d38
Update generate and fill order flows
2018-08-30 13:36:44 -07:00
Brandon Millman
82a01ef020
Initial changes for v2 portal
2018-08-30 13:24:24 -07:00
fragosti
b70f5d1a1e
Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into bug/website/txhash-error
2018-07-13 11:15:50 -07:00
fragosti
1df074b73e
Make Analytics API non-async
2018-07-12 16:57:03 -07:00
fragosti
ac5588c7c4
Make error reporter not return a promise and add more environment possibilities
2018-07-12 15:56:01 -07:00
fragosti
0941e0a929
Add no-floating-promises ignore comments
2018-07-11 16:50:00 -07:00
fragosti
098322c564
Integrate heap analytics
2018-07-11 15:39:12 -07:00
fragosti
9131a72a47
Replace calls to google analytics with calls to heap
2018-07-11 12:14:23 -07:00
Brandon Millman
4969797c23
Remove isTracked field on token in favor of trackedTimestamp
2018-06-28 10:39:16 -07:00
Fabio Berger
e1879ef4d9
Fix no-unused-variable tslint rule to include parameters and fix issues
2018-06-11 23:42:30 +02:00
Brandon Millman
14e3f413a2
Change shouldRenderHeader prop to shouldHideHeader
2018-06-06 16:11:23 -07:00
Brandon Millman
1677817d9f
Update GenerateOrderForm and FillOrder components
2018-06-06 01:33:35 -07:00
Leonid Logvinov
5913d654bd
Remove 0x.js as a dependency from website
2018-05-23 09:41:35 -07:00
Leonid Logvinov
b74957acdf
Add missing type definitions
2018-05-14 10:35:13 +02:00
Jacob Evans
125ace3519
Portal fill with mixed decimals
...
When the token pair has different decimal precison we can end up with a remainder when multiplying by an exchange rate (as one is in 18 decimals and the other is 6 for example)
2018-03-26 16:43:12 +11:00
Brandon Millman
c8a8b851d8
Consolidate all console.log into the @0xproject/utils package
2018-03-13 18:13:48 -07:00
Fabio Berger
8a58ffda86
Fix tslint issues
2018-03-10 16:59:59 +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
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
Leonid Logvinov
43cf8d30bd
Implement blockchain.portalOrderToZeroExOrder
2018-02-08 18:28:54 +01:00
Leonid Logvinov
ec198343b5
Make naming of schemas consistent
2018-02-08 18:14:52 +01: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
c172b9e080
Add networkId to event label
2018-02-06 16:25:50 -08:00
Thomas Schmidt
00bfc7f889
Added logging for order filling and order cancelling
2018-02-06 11:47:24 -08:00
Fabio Berger
e219772b2a
Fix all setState calls after unmounted errors. Decided to create our own flag rather then using a cancellablePromise since there was little to be gained from this alternative
2018-01-30 20:12:32 +01:00
Fabio Berger
6206ebc994
Implement just-in-time loading of token balances & allowances
2018-01-28 16:19:55 +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
8a858501f2
Fix fill/cancel order by looking for NoError instead of empty blockchainErr given the BlockchainErrs type refactor
2018-01-21 17:48:32 +01:00
Leonid Logvinov
e2ef0c5b94
Fix linter errors
2018-01-04 15:12:32 +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
Brandon Millman
23052a5c2e
Merge branch 'development' into fix/underscorePrivate
...
* development: (29 commits)
Move call to error reporter to end of handler so that even if reporting the error takes a while, it doesn't block the UI
Update outdated WETH ranges
Fix conditional
Fix top-padding
Publish
Update CHANGELOGs
Add slashes to base URLs
Fix linter issue
Fix WETH symbol
Update snapshot and artifacts
Replace our EtherTokens with WETH9 from maker
Fix test description
Fix a typo
Add err==null assertions
Add WETH9 tests
Use the new snapshot including WETH9 and it's artifacts
Add WETH9 and mirations
Fix WETH events watching
Fix a typo
Init the _etherTokenContractsByAddress
...
2017-12-20 19:07:54 -05:00