Leonid Logvinov
6c0d317380
Initial project scaffolding
2018-10-10 16:20:14 +02: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
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
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
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
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
Brandon Millman
ab28e6af35
Merge pull request #1113 from 0xProject/feature/asset-buyer/tests
...
[asset-buyer] Rework min / max rate calc and add tests
2018-10-04 14:49:25 -07:00
Brandon Millman
63d97f4c88
Update BuyQuote interface
2018-10-04 14:37:34 -07:00
Fabio Berger
2da7626b53
Merge pull request #1115 from 0xProject/upgradeWebpack
...
Upgrade Webpack
2018-10-04 18:30:54 +01:00
Fabio Berger
98db4b1543
force re-build
2018-10-04 16:46:12 +01:00
Fabio Berger
bc067baf0d
Add website build to instructions
2018-10-04 16:44:54 +01:00
Fabio Berger
3624c63a46
Revert format and re-add changes
2018-10-04 16:43:52 +01:00
Fabio Berger
08ba4ffd61
Build website in parallel with other tests since no other test relies on it being built to run
2018-10-04 16:35:30 +01:00
Fabio Berger
d5379ab320
Add back sourceMap support for both dev/prod
2018-10-04 15:58:50 +01:00
Fabio Berger
c613b6741d
Upgrade webpack
2018-10-04 15:47:43 +01:00
Brandon Millman
4394036e34
Add missing default options
2018-10-03 23:46:07 -07:00
Brandon Millman
a7a007435c
Remove unused constants
2018-10-03 23:23:53 -07:00
Brandon Millman
24e0fbd7b9
Add fee order with a takerFee
2018-10-03 23:22:38 -07:00
Brandon Millman
059162a90a
Add additional order factory methods and refactor test to use them
2018-10-03 23:22:13 -07:00