fabioberger
ec7f9d8a63
Remove react-shared package and fold it into website
2019-07-27 14:13:20 +02:00
Xianny
7423028fea
Replace lodash with built-ins where possible to reduce bundle size ( #1766 )
...
* add tslint rule to disallow lodash.isUndefined
* add tslint rule to disallow lodash.isNull
* apply fixes
2019-04-10 09:36:32 -07:00
Jacob Evans
f9ef942a98
Use providerUtils.startProviderEngine to minimize the HACK
2019-03-21 11:50:18 +01:00
Jacob Evans
8272c7a74e
Reduce excess block polling when using Web3ProviderEngine
2019-03-21 11:49:26 +01:00
Fabio Berger
6b775628d5
Prettier fixes
2019-02-19 22:48:09 -08:00
Fabio Berger
1fa82c1077
Fix up missing Provider interfaces and refactor providerUtils.standardizeOrThrow()
2019-02-19 22:34:31 -08:00
Fabio Berger
98236736e0
Fix remaining Provider to SupportedProvider type
2019-02-19 15:25:47 -08:00
Leonid Logvinov
c3afc13dd6
Upgrade bignumber.js version
2019-01-15 16:25:24 +01:00
Brandon Millman
f2a6feff29
fix(website): currentProvider called on undefined
2018-11-14 15:25:40 -08:00
Brandon Millman
3b421ef796
fix(website): fix code splitting
2018-11-11 20:58:47 -08:00
Brandon Millman
a918e7099d
fix(website): prepare website for breaking MetaMask change for eip 1102
2018-10-30 12:50:54 -07:00
Brandon Millman
1a3b1607b1
fix(website): create correct subprovider for metamask
2018-10-22 10:56:39 -07:00
Fabio Berger
745d368130
Remove old 0x.js from website
2018-10-18 13:50:03 +01:00
Jacob Evans
9f924e459c
chore: change package org from 0xproject to 0x
2018-10-18 22:27:31 +11:00
Alex Browne
5509bf5aeb
Update website to use the new unsubscribeAll method in contract-wrappers
2018-10-15 18:04:29 -07:00
Alex Browne
974ec23ecd
Apply various PR feedback
2018-10-15 13:38:33 -07:00
Alex Browne
1e9ea09f08
Introduce new contract-addresses package and use it everywhere
2018-10-15 13:38:33 -07:00
Alex Browne
255da32d29
Update testnet-faucets and website to work with new artifacts and abi-gen wrappers
2018-10-15 13:37:56 -07:00
Jacob Evans
9e8031d5e3
Throw and handle errors from Providers.
...
In web3 wrapper when a response contains an error field we throw this rather than return response.result which is often undefined.
In Signature Utils we handle the error thrown when a user rejects the signing dialogue to prevent double signing.
Exposed the ZeroExTransaction JSON schema.
In Website only use the MetamaskSubprovider if we can detect the provider is Metamask
2018-10-09 19:01:36 +11:00
Jacob Evans
07926ded6e
Introduce Metamask Subprovider.
...
MM has a number of inconsistencies with other providers when implementing the JSON RPC interface. This subprovider wraps those nuances so they do not leak into the rest of our code
2018-10-05 12:00:41 +10:00
fragosti
d6090921a8
Update everything to Coinbase Wallet instead of Toshi
2018-09-26 17:55:40 +02:00
fragosti
e46807c28b
Fix order creation and fill flow in Portal
2018-09-18 13:55:31 +02:00
fragosti
8131c5d6bc
Fix minting for new tokens on testnets
2018-09-07 13:05:11 +02:00
fragosti
a173c5fc38
Merge branch 'feature/website/update-portal-v2' of https://github.com/0xProject/0x-monorepo into feature/website/update-portal-v2
2018-09-04 11:55:42 -07:00
fragosti
f5237f7971
Use order parser utils from order utils
2018-09-04 11:55:08 -07:00
Fabio Berger
c916dd6ebb
Add back order validation logic
2018-09-04 18:39:53 +01:00
Brandon Millman
11df29fa8e
Update exchange ABI for decoding logs
2018-08-30 14:23:09 -07:00
Brandon Millman
f4a41e80b8
Remove LogError legacy stuff
2018-08-30 14:04:55 -07:00
Brandon Millman
5c655b55d3
Update comment for validation
2018-08-30 14:01:04 -07:00
Brandon Millman
63c15b6f4f
Remove commented out block
2018-08-30 14:00:10 -07: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
052824f4e3
Token registry from old 0x version
2018-08-30 13:36:44 -07:00
Brandon Millman
a6440b94f4
Fix import
2018-08-30 13:24:24 -07:00
Brandon Millman
82a01ef020
Initial changes for v2 portal
2018-08-30 13:24:24 -07:00
fragosti
ff12aafc0f
Remove TODO
2018-07-19 07:04:48 -07:00
fragosti
52a6e6357b
Add lifecycle messages
2018-07-19 06:57:00 -07:00
fragosti
dead04dce8
WIP for sending ether from portal (works)
2018-07-19 04:11:44 -07:00
Leonid Logvinov
bf8ac3b9e6
Fix tslint issues
2018-07-17 12:59:02 +02: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
Francesco Agosti
26363931ed
Merge pull request #866 from 0xProject/feature/website/integrate-heap
...
Integrate Heap analytics into the website
2018-07-13 11:14:38 -07:00
Fabio Berger
de1029d5ef
Fix linter issues
2018-07-13 18:51:21 +02:00
Fabio Berger
512502ca08
Export Web3ProviderEngine from subproviders package
2018-07-13 14:26:02 +02:00
Fabio Berger
2e5ff53d72
-fetch';
2018-07-13 12:42:01 +02:00
fragosti
b4747c3f85
Refactor utils and add UNNKOWN environment type
2018-07-12 18:11:25 -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
098322c564
Integrate heap analytics
2018-07-11 15:39:12 -07:00
Brandon Millman
51d5b9d35d
Grab token registry information from our DB for mainnet
2018-07-10 12:01:51 -07:00
fragosti
ee5ac6b800
Fix unsubscribe bug
2018-07-09 16:16:48 -07:00
Brandon Millman
80da9cd31f
Merge pull request #835 from 0xProject/feature/website/token-updates
...
Update token registry icons and asset picker flows
2018-07-06 13:24:55 -07:00