Steve Klebanoff
fb3605026e
Merge branch 'development' into feature/instant/tell-amount-available
2019-01-09 08:54:55 -08:00
Leonid Logvinov
39786c3ad5
Merge development
2019-01-09 15:19:59 +01:00
Fabio Berger
5b7eff217e
Publish
...
- 0x.js@3.0.0
- @0x/abi-gen@1.0.20
- @0x/abi-gen-wrappers@2.1.0
- @0x/assert@1.0.21
- @0x/asset-buyer@3.0.5
- @0x/base-contract@3.0.11
- @0x/connect@3.0.11
- @0x/contract-addresses@2.1.0
- @0x/contract-artifacts@1.2.0
- @0x/contract-wrappers@4.2.0
- @0x/dev-tools-pages@0.0.11
- @0x/dev-utils@1.0.22
- @0x/fill-scenarios@1.1.0
- @0x/instant@1.0.5
- @0x/json-schemas@2.1.5
- @0x/metacoin@0.0.33
- @0x/migrations@2.3.0
- @0x/monorepo-scripts@1.0.16
- @0x/order-utils@3.1.0
- @0x/order-watcher@2.4.0
- @0x/pipeline@1.0.3
- @0x/react-docs@1.0.23
- @0x/react-shared@1.1.0
- @0x/sol-compiler@2.0.0
- @0x/sol-cov@2.1.17
- @0x/sol-doc@1.0.12
- @0x/sol-resolver@1.2.1
- @0x/sra-spec@1.0.14
- @0x/subproviders@2.1.9
- @0x/testnet-faucets@1.0.61
- @0x/types@1.5.0
- @0x/utils@2.1.1
- @0x/web3-wrapper@3.2.2
- @0x/website@0.0.64
- @0x/contracts-examples@1.0.3
- @0x/contracts-extensions@1.2.0
- @0x/contracts-interfaces@1.0.3
- @0x/contracts-libs@1.0.3
- @0x/contracts-multisig@1.0.3
- @0x/contracts-protocol@2.2.0
- @0x/contracts-test-utils@1.0.3
- @0x/contracts-tokens@1.0.3
- @0x/contracts-utils@1.0.3
2019-01-09 14:44:17 +01:00
Leonid Logvinov
7f2727236d
Pin @types/styled-components versions
2019-01-09 14:39:19 +01:00
Steve Klebanoff
2111ea159e
Merge pull request #1481 from 0xProject/fix/instant/dropdown-color
...
[instant] Dropdown hover 10% of primary color
2019-01-03 09:07:57 -08:00
Steve Klebanoff
89f67b9bec
take out no-longer necessary test
2019-01-02 16:56:28 -08:00
Steve Klebanoff
c62d862967
fix(instant): Dropdown hover should be 10% of primary color
2019-01-02 10:58:41 -08:00
fragosti
1ceb3c9664
feat: unmount the token selector when its not displaying
2019-01-02 19:07:02 +01:00
fragosti
4252a760f0
feat: dont re-render the token selector on every input change
2019-01-02 16:55:29 +01:00
fragosti
5721b25c3a
feat: give all stateless components a displayName or make them private
2019-01-02 16:08:15 +01:00
fragosti
586a8ba8e7
feat: use PureComponent instead of Component
2019-01-02 16:01:40 +01:00
Steve Klebanoff
c8c8219c05
Make amountAvailableToFill required
2018-12-21 16:26:07 -08:00
Steve Klebanoff
e144ebbb93
Merge branch 'development' into feature/instant/tell-amount-available
2018-12-21 14:57:16 -08:00
Brandon Millman
56af9b2aab
Merge branch 'development' into fix/instant/signature-denied
...
* development: (914 commits)
Unfix compiler version except for top level contracts
Move OrderValidator to extensions
Update CHANGELOG
Remove assembly version of matchOrders
Add getOrderInfo check before calling fillOrder
Update comments and hard code function selector constants
Fix build after rebase
update comments
Fix build and add back tests
Update dependency paths
Add OrderMatcher tests
feat: Add OrderMatcher contract that takes spread in multiple assets by calling `matchOrders` followed by `fillOrder`
Update CHANGELOG
Use more efficient equality checks
Add note about input validation
Use more efficient check for overflow
Check if amount == 0 before doing division
Reapply prettier
New relayers
feat(sra_client.py): Test deployed pkg via tox
...
2018-12-20 15:21:28 -08:00
Brandon Millman
b399aa25aa
feat(instant): add new event for unknown buy errors
2018-12-20 15:05:54 -08:00
Brandon Millman
bbe9862aa6
fix(instant): add analytics to unknown error on executeBuyAsync
2018-12-20 14:43:14 -08:00
Brandon Millman
080c6d3146
fix(instant): catch unknown errors from executeBuyAsync, report them and show could not submit transaction
2018-12-20 14:32:11 -08:00
Brandon Millman
2effc3e267
fix(instant): use isTrust property to determine if provider is trust wallet
2018-12-20 14:10:29 -08:00
Steve Klebanoff
45d8b522f4
Merge branch 'development' into feature/website/0x-org
2018-12-18 12:49:22 -08:00
fragosti
9b4d1a1e38
feat: update prod deploy destination
2018-12-14 16:37:19 -08:00
Steve Klebanoff
8c5ff663a9
Merge branch 'development' into feature/instant/usd-eth-toggle
2018-12-14 15:58:34 -08:00
Steve Klebanoff
67422db4bd
fix semicolon and apply prettier
2018-12-14 15:58:23 -08:00
Steve Klebanoff
ab10119c5a
one more test for undefined
2018-12-14 15:34:45 -08:00
Steve Klebanoff
69054d85e8
Only send in amountAvailableToFill if it's a non-zero amount, add additional tests and nest, and put error into its own file
2018-12-14 15:34:45 -08:00
Steve Klebanoff
3e596f6a8c
Nesting errors
2018-12-14 15:34:45 -08:00
Steve Klebanoff
c3884dfa32
More tests for assetBuyerErrorMessage
2018-12-14 15:34:45 -08:00
Steve Klebanoff
a3d93d17cd
Factor in slippage amount in InsufficientAssetLiquidityError error, and show in instant
2018-12-14 15:34:45 -08:00
Brandon Millman
21a193e516
feature(instant): add trust wallet detection
2018-12-14 14:10:15 -08:00
Brandon Millman
926fcb296f
fix(instant): treat executeBuyQuote errors as signature denials
2018-12-14 14:06:24 -08:00
Francesco Agosti
1efde6f59b
Merge pull request #1415 from 0xProject/feature/instant/mobile-numeric-keyboard
...
[instant] Change input to number input, and simplify ScalingInput
2018-12-14 10:50:32 -08:00
Leonid Logvinov
2abd8fe4ee
Publish
...
- 0x.js@2.0.8
- @0x/abi-gen@1.0.19
- @0x/abi-gen-wrappers@2.0.2
- @0x/assert@1.0.20
- @0x/asset-buyer@3.0.4
- @0x/base-contract@3.0.10
- @0x/connect@3.0.10
- @0x/contract-wrappers@4.1.3
- @0x/dev-tools-pages@0.0.10
- @0x/dev-utils@1.0.21
- ethereum-types@1.1.4
- @0x/fill-scenarios@1.0.16
- @0x/instant@1.0.4
- @0x/json-schemas@2.1.4
- @0x/metacoin@0.0.32
- @0x/migrations@2.2.2
- @0x/order-utils@3.0.7
- @0x/order-watcher@2.2.8
- @0x/pipeline@1.0.2
- @0x/react-docs@1.0.22
- @0x/react-shared@1.0.25
- @0x/sol-compiler@1.1.16
- @0x/sol-cov@2.1.16
- @0x/sol-doc@1.0.11
- @0x/sol-resolver@1.1.1
- @0x/sra-spec@1.0.13
- @0x/subproviders@2.1.8
- @0x/testnet-faucets@1.0.60
- @0x/tslint-config@2.0.0
- @0x/types@1.4.1
- @0x/typescript-typings@3.0.6
- @0x/utils@2.0.8
- @0x/web3-wrapper@3.2.1
- @0x/website@0.0.63
- @0x/contracts-examples@1.0.1
- @0x/contracts-extensions@1.0.1
- @0x/contracts-interfaces@1.0.1
- @0x/contracts-libs@1.0.1
- @0x/contracts-multisig@1.0.1
- @0x/contracts-protocol@2.1.58
- @0x/contracts-test-utils@1.0.2
- @0x/contracts-tokens@1.0.1
- @0x/contracts-utils@1.0.1
2018-12-13 14:28:27 -08:00
Steve Klebanoff
6878705676
Show @ price in light grey
2018-12-13 14:27:27 -08:00
Steve Klebanoff
9697d66b66
typeof -> isString
2018-12-13 13:31:30 -08:00
fragosti
9cd859a68a
run linter
2018-12-13 13:03:45 -08:00
fragosti
33c6e40b70
simplify scaling input logic
2018-12-13 12:45:38 -08:00
Steve Klebanoff
9a1d2c055e
Fix SectionHeaderProps
2018-12-13 08:31:40 -08:00
Steve Klebanoff
193cd67d6b
A little bit of scaling logic for not cutting off text
2018-12-12 17:43:27 -08:00
Steve Klebanoff
8d54772389
show < 0.00001 ETH when amount gets really small
2018-12-12 17:35:04 -08:00
Steve Klebanoff
0f8acedf02
Merge pull request #1410 from 0xProject/fix/instant/zero-quote
...
[instant] Don't update heartbeat if amount is 0
2018-12-12 17:34:42 -08:00
Steve Klebanoff
167a3fbc11
Use BN equals and call function
2018-12-12 15:57:28 -08:00
Steve Klebanoff
2e7d363f2c
Use helper function to check for error
2018-12-12 15:46:46 -08:00
Steve Klebanoff
9e5e1f568b
show as <$0.01 when less than a cent in USD, and also show 1 significant digit if rounded amount is 0
2018-12-12 14:25:56 -08:00
Steve Klebanoff
65579c0236
Abstract SectionHeader and make 12px per Chris's comment and figma design
2018-12-12 13:43:08 -08:00
Steve Klebanoff
756dc1e95e
Linting
2018-12-12 10:07:45 -08:00
Steve Klebanoff
68faaaba5f
Analytics events for ETH/USD toggle and failure to fetch eth usd price
2018-12-12 10:04:23 -08:00
Steve Klebanoff
0690e68a83
Change base currency to ETH if we can't get USD price
2018-12-12 09:54:06 -08:00
Steve Klebanoff
fb99b5ce9d
Show error when fetching usd prices
2018-12-12 09:51:15 -08:00
Steve Klebanoff
aa8dfa88e1
Make primary value in total cost bold
2018-12-12 09:37:39 -08:00
Steve Klebanoff
99941972a3
Small clean up
2018-12-12 09:29:23 -08:00
Steve Klebanoff
8a5609718a
Refactor BaseCurrencyChoice to be done in helper function
2018-12-12 09:26:00 -08:00