fragosti
2aea820d89
Merge branch 'development' of https://github.com/0xProject/0x-monorepo into website/feature/react-16
2018-08-29 11:42:44 -07:00
Alex Browne
e7d5ceb9c5
feat: Add support for TypeScript project references ( #991 )
...
* Update all package.json and tsconfig.json
* fix(contracts): Make test/utils/web3_wrapper.ts compatible with project refs
* Fix webpack config for 0x.js
* Fix linter errors by adding rootDir to tsconfig.json as needed
* Add build:ts and watch:ts commands to package.json
* Update sra-spec to work with project references
* Update tsconfig.json with latest new/removed packages
* Add TypeScript as devDependency at root
* Add missing rootDir to forwarder-helper package
* Use a separate tsconfig file for typedoc
* Fix linter errors
* Apply PR feedback (add comments)
* Fix 0x.js tsconfig
2018-08-29 11:15:30 -07:00
fragosti
68af0e9eb7
Change VersionDropDown to use material-ui 3
2018-08-28 18:08:06 -07:00
fragosti
a18d0f6229
Upgrade version of react-shared in website
2018-08-28 17:49:15 -07:00
fragosti
031807df9c
Upgrade react-copy-to-clipboard
2018-08-28 15:52:09 -07:00
fragosti
72710be04b
Remove react-tap-event-plugin from react-shared
2018-08-28 15:37:20 -07:00
fragosti
ac135d55d3
Upgrade material ui in react-docs
2018-08-28 15:32:15 -07:00
fragosti
86284f1c7e
Merge branch 'development' of https://github.com/0xProject/0x-monorepo into website/feature/react-16
2018-08-28 15:25:08 -07:00
fragosti
61a4ae7fc4
Update material-ui in react-shared
2018-08-28 15:15:54 -07:00
fragosti
55fab3d98f
Revert "Simplify dropdown component"
...
This reverts commit 91a9014a50 .
2018-08-28 15:07:29 -07:00
fragosti
de11b62e30
Revert "Have new Popover component working in React 16"
...
This reverts commit 5785ec0713 .
2018-08-28 15:07:28 -07:00
fragosti
8e14e65b60
Revert "Enable hovering state for dropdown"
...
This reverts commit ac1640140c .
2018-08-28 15:07:24 -07:00
fragosti
2d1d14d2e4
Upgrade material ui to 0.20.0
2018-08-28 15:04:34 -07:00
Brandon Millman
f44644ad90
Merge pull request #1022 from 0xProject/feature/contract-wrappers/order-validator
...
[contract-wrappers] Write wrapper for OrderValidator contract
2018-08-28 14:20:57 -07:00
fragosti
ac1640140c
Enable hovering state for dropdown
2018-08-28 13:53:49 -07:00
Amir Bandeali
f225f9e7c8
Making rounding consistent in calculateFillResults
2018-08-28 13:25:05 -07:00
Amir Bandeali
14fdb71a71
safeGetPartialAmount ( #1035 )
...
* Added Test "Should transfer correct amounts when left order is fully filled and values pass isRoundingErrorCeil but fail isRoundingErrorFloor"
* Added RoundingError exception to reference function for getPartialAmount
* Added RoundingError exception to reference function for getPartialAmount
* Added isRoundingErrorCeil to getPartialAmountCeil reference funtion
* Computed new values for "Should give right maker a better buy price when correct price is not integral" that does not have a rounding error
* Almost all tests for match orders are passing after adding isRoundingErrorCeil check
* WIP commit: Added rounding error checks to getPartialAmount
* WIP commit: Added rounding error checks to getPartialAmount
* Use safe versions of getPartialAmount
* Update Exchange internals tests
* Run linter
* Found new values for "Should transfer correct amounts when right order fill amount deviates from amount derived by `Exchange.fillOrder`"
* Fixed merge conflicts
* Run all tests
* Cleaned up some comments on match Orders tests
* Fix tests for geth
2018-08-28 13:00:49 -07:00
Brandon Millman
9c4c4fb19a
Export missing types and add OrderValidatorWrapper to hidden constructors
2018-08-28 12:03:21 -07:00
fragosti
5785ec0713
Have new Popover component working in React 16
2018-08-27 18:29:35 -07:00
Alex Browne
2eab0e30b7
fix(contracts): Catch cases where the actual error differs from the expected error ( #1032 )
...
* Catch cases where the actual error differs from the expected error
* Add tests for testWithReferenceFuncAsync
* Small style and comment fixes
2018-08-27 16:07:38 -07:00
Brandon Millman
2c846ff145
Add OrderValidatorWrapper to public interface
2018-08-27 16:06:34 -07:00
Brandon Millman
ca0dfc6610
Add contract-wrappers changelog entry for OrderValidatorWrapper
2018-08-27 13:57:48 -07:00
Brandon Millman
0fd44ee2c1
Fix broken test
2018-08-27 13:53:51 -07:00
Brandon Millman
7271fc0bab
Add getBalancesAndAllowances to wrapper
2018-08-27 13:49:44 -07:00
Brandon Millman
6c039bbeb1
Update OrderValidator artifact to include getBalancesAndAllowances function
2018-08-27 13:43:19 -07:00
Brandon Millman
38e6d26145
Add params to all function comments
2018-08-27 13:31:12 -07:00
Brandon Millman
b0f210dea9
Add getERC721Owner to wrapper
2018-08-27 13:21:14 -07:00
Brandon Millman
f7469080f9
Update getOrdersAndTradersInfo to return an array instead
2018-08-27 13:21:10 -07:00
Brandon Millman
be2f4cbdca
Add getBalanceAndAllowance to wrapper
2018-08-27 13:04:54 -07:00
Brandon Millman
68f2dc11b4
Add getTraderInfo and getTradersInfo to wrapper
2018-08-27 13:04:54 -07:00
Brandon Millman
d6c670dfcb
Add getOrderAndTraderInfoAsync to wrapper
2018-08-27 13:04:54 -07:00
Brandon Millman
0736c41357
Add test for order validator
2018-08-27 13:04:54 -07:00
Brandon Millman
898bd75a18
Remove some unused variables in forwarder wrapper test
2018-08-27 13:04:54 -07:00
Brandon Millman
260313a6ae
Initial OrderValidator wrapper
2018-08-27 13:04:54 -07:00
Amir Bandeali
6a99bfa68e
Add clarifying comments
2018-08-27 12:01:58 -07:00
Amir Bandeali
f60adbdd72
Remove redundant mstores from fillOrderNoThrow
2018-08-27 11:54:20 -07:00
Alex Browne
ff4f86f1d6
fix(contracts): Use correct error message for division by zero
2018-08-27 11:19:25 -07:00
Fabio Berger
f4a4fefe42
Exit with non-error code at end of publishRelease
2018-08-27 15:02:12 +01:00
Fabio Berger
00a4fa5f7c
Publish
...
- 0x.js@1.0.1-rc.6
- @0xproject/abi-gen@1.0.7
- @0xproject/assert@1.0.7
- @0xproject/base-contract@2.0.1
- @0xproject/connect@2.0.0-rc.2
- @0xproject/contract-wrappers@1.0.1-rc.5
- contracts@2.1.42
- @0xproject/dev-utils@1.0.6
- @0xproject/fill-scenarios@1.0.1-rc.5
- @0xproject/forwarder-helper@1.0.1-rc.2
- @0xproject/json-schemas@1.0.1-rc.6
- @0xproject/metacoin@0.0.17
- @0xproject/migrations@1.0.6
- @0xproject/monorepo-scripts@1.0.7
- @0xproject/order-utils@1.0.1-rc.6
- @0xproject/order-watcher@1.0.1-rc.5
- @0xproject/react-docs@1.0.7
- @0xproject/react-shared@1.0.8
- @0xproject/sol-compiler@1.1.1
- @0xproject/sol-cov@2.1.1
- @0xproject/sol-resolver@1.0.7
- @0xproject/sra-report@1.0.7
- @0xproject/sra-spec@1.0.1-rc.6
- @0xproject/subproviders@2.0.1
- @0xproject/testnet-faucets@1.0.43
- @0xproject/types@1.0.1-rc.6
- @0xproject/utils@1.0.7
- @0xproject/web3-wrapper@2.0.1
- @0xproject/website@0.0.46
2018-08-27 14:48:24 +01:00
Fabio Berger
4475fefd07
Updated CHANGELOGS
2018-08-27 14:47:56 +01:00
Fabio Berger
cd08a9c121
Fix prettier
2018-08-27 13:43:29 +01:00
Fabio Berger
b0c4eb8333
Update changelog files for RC packages
2018-08-27 13:16:31 +01:00
Fabio Berger
bc4149683e
Skip doc generation for local publishes since we test this in a separate CI test
2018-08-27 12:39:10 +01:00
Fabio Berger
6174d9ebb7
Fix typo
2018-08-27 12:34:34 +01:00
Fabio Berger
e4fc8a8414
Use absolute path
2018-08-27 12:05:55 +01:00
Fabio Berger
4ac43a9fd2
Try relative to root dir
2018-08-27 10:38:06 +01:00
Fabio Berger
90c9e3496a
Actual relative path
2018-08-27 10:10:07 +01:00
Fabio Berger
9fc8a6e214
Try relative path
2018-08-27 10:09:51 +01:00
Fabio Berger
41559c39b9
Fix command
2018-08-26 23:43:19 +01:00
Fabio Berger
6a6b424c86
Move md files to lib folder during build
2018-08-26 23:35:47 +01:00