fragosti
a165f5d25b
Change tslint config to remove conflicts with prettier
2018-10-09 18:41:31 -07:00
fragosti
2bd8cbb80c
Merge branch 'development' of https://github.com/0xProject/0x-monorepo into feature/instant/redux-styles-container
2018-10-09 18:25:14 -07:00
Brandon Millman
afb34da729
Merge pull request #1116 from 0xProject/feature/asset-buyer/api-tweaks
...
[asset-buyer] Fix order expiration calc bug and expose gas options to executeBuyQuote
2018-10-09 18:15:33 -07:00
Jacob Evans
402089db4e
fix: [testnet-faucet] Signing of orders
...
Signing of orders changed in order-utils but forgot to update testnet faucet
2018-10-10 11:31:27 +11:00
Brandon Millman
8155d311af
Merge branch 'development' into feature/asset-buyer/api-tweaks
...
* development:
Define bundlewatch.ci.repoBranchBase
Stop accesing ethers private methods
Fix merge conflicts
Fix ethers build issue
Upgrade ethers.js version
Fix branch name
Add max sizes
Use bundlewatch instead of bundlesize
Move Metamask Error to OrderErrors
Update the exported types for the packages which touch RPC providers
Throw and handle errors from Providers.
Clarifies use of schemas outside of Javascript/TypeScript.
Detect MM on signature validation failure.
Return SignedOrder from signing utils.
Update 0x.js Changelog
Add eth_signTypedData support to our wallet subproviders
Move SignTypedData to utils package
Introduce Metamask Subprovider.
Expose eth_signTypedData functionality for order signing
2018-10-09 17:04:54 -07:00
Brandon Millman
cd8e6d9cdf
Update the CHANGELOG
2018-10-09 16:36:19 -07:00
Brandon Millman
f2fdb6e47d
Add comments for expiryBuffer
2018-10-09 14:28:54 -07:00
fragosti
941448d65c
Fix empty input bug
2018-10-09 12:11:12 -07:00
fragosti
764f402eb9
Center 0x instant
2018-10-09 12:00:55 -07:00
Leonid Logvinov
bd06ebde8d
Merge pull request #1122 from 0xProject/feature/new-ethers
...
Upgrade ethers.js version
2018-10-09 16:28:44 +02:00
Leonid Logvinov
fbd7115500
Define bundlewatch.ci.repoBranchBase
2018-10-09 16:11:29 +02:00
Leonid Logvinov
f93774f855
Stop accesing ethers private methods
2018-10-09 16:01:34 +02:00
Leonid Logvinov
d21e6f3aaf
Fix merge conflicts
2018-10-09 16:01:34 +02:00
Leonid Logvinov
22160df2d2
Fix ethers build issue
2018-10-09 16:01:34 +02:00
Leonid Logvinov
31ee8870b8
Upgrade ethers.js version
2018-10-09 16:01:34 +02:00
Leonid Logvinov
9876f6cc34
Merge pull request #1123 from 0xProject/feature/artifacts
...
Use bundlewatch instead of bundlesize
2018-10-09 16:01:14 +02:00
Leonid Logvinov
6f600029a2
Fix branch name
2018-10-09 14:57:14 +02:00
Leonid Logvinov
1bc4d47663
Add max sizes
2018-10-09 14:29:40 +02:00
Leonid Logvinov
6bfe7d7b7e
Use bundlewatch instead of bundlesize
2018-10-09 14:15:52 +02:00
Jacob Evans
024bcf492d
Merge pull request #1102 from 0xProject/feature/0x.js/eip712-sign-typed-data
...
[0x.js][order-utils][web3-wrapper] Expose eth_signTypedData functionality for order signing
2018-10-09 21:17:11 +11:00
Jacob Evans
75b9e63919
Move Metamask Error to OrderErrors
2018-10-09 20:58:30 +11:00
Jacob Evans
7f554303b4
Update the exported types for the packages which touch RPC providers
2018-10-09 20:29:41 +11: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
Fabio Berger
3ac9dac4f0
Merge pull request #1121 from nebkor/development
...
Clarifies use of schemas outside of Javascript/TypeScript.
2018-10-09 08:50:21 +02:00
Joe Ardent
34c00eaeb3
Clarifies use of schemas outside of Javascript/TypeScript.
2018-10-07 21:28:11 -07:00
Jacob Evans
e1236a4846
Detect MM on signature validation failure.
...
Report a developer friendly error in this event to educate them on the compatability wrapper MetamaskSubprovider
2018-10-08 11:13:04 +11:00
Brandon Millman
f9f8e06c1c
Fix incorrect affiliate fee calculations and associated tests
2018-10-05 15:42:19 -07:00
Brandon Millman
cb1311ecc5
Increase default expiryBufferSeconds from 15 to 300 (5 minutes)
2018-10-05 15:25:54 -07:00
Brandon Millman
9ba00a1077
Add comments for gasPrice and gasLimit
2018-10-05 15:24:11 -07:00
fragosti
405234133b
Fix order expiration calc bug and expose gas options to executeBuyQuote
2018-10-05 13:40:26 -07:00
Jacob Evans
75d274f330
Return SignedOrder from signing utils.
...
Create a helper back in EIP712Utils for code cleanup.
Moved constants in order-utils into the constants object
2018-10-05 17:12:17 +10:00
fragosti
d7b6d8222f
Apply linter
2018-10-04 19:32:33 -07:00
fragosti
1eb8d17ce3
Create SelectedAssetInputAmount
2018-10-04 19:24:10 -07:00
Jacob Evans
6e462b7dba
Update 0x.js Changelog
2018-10-05 12:03:01 +10:00
Jacob Evans
3e2fe40a11
Add eth_signTypedData support to our wallet subproviders
2018-10-05 12:02:09 +10:00
Jacob Evans
2a82ff48c0
Move SignTypedData to utils package
2018-10-05 12:00:41 +10: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
Jacob Evans
adcfaa2e80
Expose eth_signTypedData functionality for order signing
2018-10-05 11:59:24 +10:00
fragosti
c5084f023a
Add Input and AmountInput component
2018-10-04 18:57:40 -07:00
fragosti
bf0437324d
Add border radios
2018-10-04 18:06:19 -07:00
fragosti
1001dfcc30
Add box shadow and default box-sizing: border-box to container
2018-10-04 18:02:42 -07:00
fragosti
98f8c77494
Add BuyButton and other small improvement
2018-10-04 17:48:10 -07:00
fragosti
d9b7aa2e4b
Add faux order details section
2018-10-04 17:22:36 -07:00
fragosti
0cfe5637c0
Create zrx instant container heading
2018-10-04 16:27:04 -07:00
Brandon Millman
119f8c9449
Fix typo
2018-10-04 16:25:30 -07:00
Brandon Millman
b04b649ec0
Add asset-buyer to published packages section in README
2018-10-04 16:03:16 -07:00
fragosti
e2220a939f
Merge branch 'development' of https://github.com/0xProject/0x-monorepo into feature/instant/redux-styles-container
2018-10-04 16:00:10 -07:00
fragosti
831b4a1193
apply prettier
2018-10-04 15:57:48 -07:00
Brandon Millman
b5d88079d9
Publish
...
- 0x.js@1.0.8
- @0xproject/abi-gen@1.0.13
- @0xproject/assert@1.0.13
- @0xproject/asset-buyer@2.0.0
- @0xproject/base-contract@3.0.1
- @0xproject/connect@3.0.1
- @0xproject/contract-wrappers@2.0.2
- contracts@2.1.49
- @0xproject/dev-utils@1.0.12
- ethereum-types@1.0.11
- @0xproject/fill-scenarios@1.0.7
- @0xproject/instant@0.0.2
- @0xproject/json-schemas@1.0.7
- @0xproject/metacoin@0.0.23
- @0xproject/migrations@1.0.14
- @0xproject/monorepo-scripts@1.0.11
- @0xproject/order-utils@1.0.7
- @0xproject/order-watcher@2.1.1
- @0xproject/react-docs@1.0.13
- @0xproject/react-shared@1.0.15
- @0xproject/sol-compiler@1.1.7
- @0xproject/sol-cov@2.1.7
- @0xproject/sol-doc@1.0.2
- @0xproject/sol-resolver@1.0.14
- @0xproject/sra-report@1.0.13
- @0xproject/sra-spec@1.0.6
- @0xproject/subproviders@2.0.7
- @0xproject/testnet-faucets@1.0.51
- @0xproject/tslint-config@1.0.8
- @0xproject/types@1.1.4
- @0xproject/typescript-typings@3.0.2
- @0xproject/utils@2.0.2
- @0xproject/web3-wrapper@3.0.3
- @0xproject/website@0.0.54
0x.js@1.0.8
@0xproject/sol-cov@2.1.7
@0xproject/abi-gen@1.0.13
@0xproject/assert@1.0.13
@0xproject/asset-buyer@2.0.0
@0xproject/base-contract@3.0.1
@0xproject/connect@3.0.1
@0xproject/contract-wrappers@2.0.2
@0xproject/dev-utils@1.0.12
@0xproject/fill-scenarios@1.0.7
@0xproject/instant@0.0.2
@0xproject/json-schemas@1.0.7
@0xproject/metacoin@0.0.23
@0xproject/migrations@1.0.14
@0xproject/monorepo-scripts@1.0.11
@0xproject/order-utils@1.0.7
@0xproject/order-watcher@2.1.1
@0xproject/react-docs@1.0.13
@0xproject/react-shared@1.0.15
@0xproject/sol-compiler@1.1.7
@0xproject/sol-doc@1.0.2
@0xproject/sol-resolver@1.0.14
@0xproject/sra-report@1.0.13
@0xproject/sra-spec@1.0.6
@0xproject/subproviders@2.0.7
@0xproject/testnet-faucets@1.0.51
@0xproject/tslint-config@1.0.8
@0xproject/types@1.1.4
@0xproject/typescript-typings@3.0.2
@0xproject/utils@2.0.2
@0xproject/web3-wrapper@3.0.3
@0xproject/website@0.0.54
contracts@2.1.49
ethereum-types@1.0.11
monorepo@b5d8807
2018-10-04 15:52:06 -07:00
Brandon Millman
266440f7c3
Updated CHANGELOGS
2018-10-04 15:51:56 -07:00