fragosti
7a5376621f
Merge branch 'development' of https://github.com/0xProject/0x-monorepo into feature/forwarder-helper/sra-and-rpc
2018-09-21 17:20:48 +02:00
Leonid Logvinov
29f6adc2ed
Publish
...
- 0x.js@1.0.4
- @0xproject/abi-gen@1.0.9
- @0xproject/assert@1.0.9
- @0xproject/base-contract@2.0.3
- @0xproject/connect@2.0.2
- @0xproject/contract-wrappers@1.0.4
- contracts@2.1.45
- @0xproject/dev-utils@1.0.8
- ethereum-types@1.0.7
- @0xproject/fill-scenarios@1.0.3
- @0xproject/forwarder-helper@1.0.4
- @0xproject/json-schemas@1.0.2
- @0xproject/metacoin@0.0.19
- @0xproject/migrations@1.0.10
- @0xproject/monorepo-scripts@1.0.9
- @0xproject/order-utils@1.0.3
- @0xproject/order-watcher@1.0.4
- @0xproject/react-docs@1.0.9
- @0xproject/react-shared@1.0.10
- @0xproject/sol-compiler@1.1.3
- @0xproject/sol-cov@2.1.3
- @0xproject/sol-resolver@1.0.9
- @0xproject/sra-report@1.0.9
- @0xproject/sra-spec@1.0.2
- @0xproject/subproviders@2.0.3
- @0xproject/testnet-faucets@1.0.47
- @0xproject/types@1.0.2
- @0xproject/typescript-typings@2.0.1
- @0xproject/utils@1.0.9
- @0xproject/web3-wrapper@2.0.3
- @0xproject/website@0.0.50
2018-09-21 16:59:27 +02:00
Leonid Logvinov
5446de6308
Updated CHANGELOGS
2018-09-21 16:59:16 +02:00
Leonid Logvinov
7dd28d6fab
Don't depend on a specific version of node types
2018-09-21 16:37:20 +02:00
Leonid Logvinov
ecbdf5f12b
Upgrade to TS version of ethers
2018-09-19 17:56:23 +02:00
Fabio Berger
3e70ab015b
Publish
...
- 0x.js@1.0.3
- @0xproject/connect@2.0.1
- @0xproject/contract-wrappers@1.0.3
- contracts@2.1.44
- @0xproject/fill-scenarios@1.0.2
- @0xproject/forwarder-helper@1.0.3
- @0xproject/migrations@1.0.9
- @0xproject/order-utils@1.0.2
- @0xproject/order-watcher@1.0.3
- @0xproject/testnet-faucets@1.0.46
- @0xproject/website@0.0.49
2018-09-19 16:13:24 +01:00
Fabio Berger
dab7f1a739
Updated CHANGELOGS
2018-09-19 16:13:15 +01:00
Fabio Berger
f6438725eb
Update changelog entries
2018-09-19 15:59:17 +01:00
fragosti
60e2dfdbda
Calculate min and max rates in buy quote
2018-09-19 15:58:30 +02:00
Fabio Berger
aa47f85f48
Make higher-order packages copy over trimmed down artifacts
2018-09-19 12:57:45 +01:00
Fabio Berger
174b360593
Publish
...
- 0x.js@1.0.1
- @0xproject/abi-gen@1.0.8
- @0xproject/assert@1.0.8
- @0xproject/base-contract@2.0.2
- @0xproject/connect@2.0.0
- @0xproject/contract-wrappers@1.0.1
- contracts@2.1.43
- @0xproject/dev-utils@1.0.7
- ethereum-types@1.0.6
- @0xproject/fill-scenarios@1.0.1
- @0xproject/forwarder-helper@1.0.1
- @0xproject/json-schemas@1.0.1
- @0xproject/metacoin@0.0.18
- @0xproject/migrations@1.0.7
- @0xproject/monorepo-scripts@1.0.8
- @0xproject/order-utils@1.0.1
- @0xproject/order-watcher@1.0.1
- @0xproject/react-docs@1.0.8
- @0xproject/react-shared@1.0.9
- @0xproject/sol-compiler@1.1.2
- @0xproject/sol-cov@2.1.2
- @0xproject/sol-resolver@1.0.8
- @0xproject/sra-report@1.0.8
- @0xproject/sra-spec@1.0.1
- @0xproject/subproviders@2.0.2
- @0xproject/testnet-faucets@1.0.44
- @0xproject/tslint-config@1.0.7
- @0xproject/types@1.0.1
- @0xproject/typescript-typings@2.0.0
- @0xproject/utils@1.0.8
- @0xproject/web3-wrapper@2.0.2
- @0xproject/website@0.0.47
2018-09-05 11:16:45 +01:00
Fabio Berger
481a752e70
Updated CHANGELOGS
2018-09-05 11:16:34 +01:00
Fabio Berger
38acdfd632
Update CHANGELOG's to publish non-RC versions
2018-09-05 11:06:11 +01:00
Alex Browne
e70882a657
More small chnages/bug fixes
2018-09-04 17:22:22 -04:00
Alex Browne
e456332da7
Rename and update some artifact locations
2018-09-04 16:47:28 -04:00
fragosti
6eb980abe2
Add to changelog
2018-09-04 12:11:17 -07:00
fragosti
f5237f7971
Use order parser utils from order utils
2018-09-04 11:55:08 -07:00
fragosti
a14450f367
Add order parsers to order-util
2018-09-04 11:22:31 -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
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
Amir Bandeali
74ce893f52
Merge pull request #1003 from 0xProject/feature/contracts/roundup
...
[contracts] Add getPartialAmountCeil and isRoundingErrorCeil
2018-08-24 17:29:09 -07:00
Remco Bloemen
80291caf7c
Append -Floor to getPartialAmount and isRoundingError
2018-08-24 16:16:44 -07:00
Amir Bandeali
0629a7d143
Remove remaining Trezor references
2018-08-24 14:40:00 -07:00
Greg Hysen
d039a1adda
Fixed linter in signatureUtils
2018-08-24 14:40:00 -07:00
Greg Hysen
241534a63d
Fixed trezor personal message in client+contracts; added a test using message signed by Trezor One (firmware v1.6.2)
2018-08-24 14:40:00 -07:00
Amir Bandeali
1932aff35c
Remove Trezor SignatureType
2018-08-24 14:40:00 -07:00
Amir Bandeali
4f27991959
Remove SigntureType.Caller from signingUtils
2018-08-24 14:39:08 -07:00
Fabio Berger
7f585a15f5
Publish
...
- 0x.js@1.0.1-rc.4
- @0xproject/abi-gen@1.0.6
- @0xproject/assert@1.0.6
- @0xproject/base-contract@2.0.0
- @0xproject/connect@2.0.0-rc.1
- @0xproject/contract-wrappers@1.0.1-rc.4
- contracts@2.1.41
- @0xproject/dev-utils@1.0.5
- ethereum-types@1.0.5
- @0xproject/fill-scenarios@1.0.1-rc.4
- @0xproject/forwarder-helper@1.0.1-rc.1
- @0xproject/json-schemas@1.0.1-rc.5
- @0xproject/metacoin@0.0.16
- @0xproject/migrations@1.0.5
- @0xproject/monorepo-scripts@1.0.6
- @0xproject/order-utils@1.0.1-rc.4
- @0xproject/order-watcher@1.0.1-rc.4
- @0xproject/react-docs@1.0.6
- @0xproject/react-shared@1.0.7
- @0xproject/sol-compiler@1.1.0
- @0xproject/sol-cov@2.1.0
- @0xproject/sol-resolver@1.0.6
- @0xproject/sra-api@1.0.1-rc.5
- @0xproject/sra-report@1.0.6
- @0xproject/subproviders@2.0.0
- @0xproject/testnet-faucets@1.0.42
- @0xproject/tslint-config@1.0.6
- @0xproject/types@1.0.1-rc.5
- @0xproject/typescript-typings@1.0.5
- @0xproject/utils@1.0.6
- @0xproject/web3-wrapper@2.0.0
- @0xproject/website@0.0.45
2018-08-24 19:11:27 +01:00
Fabio Berger
b38ef579fb
Updated CHANGELOGS
2018-08-24 19:11:10 +01:00
Brandon Millman
57c104119c
Merge branch 'development' into feature/forwarder-helper/init
...
* development: (187 commits)
Remove trailing slash
Fix linter
Stop nesting interfaces and add necessary type exports
Remove duplicate type and remove nested interface
Add support for rending the Tuple type
Add missing keyu
Remove excessive timestamp
Improve doc commebnt
Remove docs catch-all endpoint
Fix comments
Look for all TS mapped types
Add catch and exit with non-zero
Remove superfluous dep
Fix CHANGELOG entry
Fix double assignment
Upgrade Typedoc to 0.12.0, which works with TS 3.x
Fix prettier issues
Enable dry run of release publishing and handle git tags existing
update yarn.lock
Missing/superfluous type exports from connect
...
2018-08-23 10:58:33 -07:00
Fabio Berger
0577ab96b8
Upgrade Typedoc to 0.12.0, which works with TS 3.x
2018-08-23 14:29:22 +01:00
Brandon Millman
cbcf8e8477
Add changelog entry and fix order-util changelog PR numbers
2018-08-22 15:39:03 -07:00
Brandon Millman
67d33ec10c
Fix rounding bug in marketUtils
2018-08-22 15:39:03 -07:00
Brandon Millman
e8a1950a74
Add ForwarderHelperImplConfig
2018-08-22 15:39:03 -07:00
Brandon Millman
3c973ba9f6
Remove marketSell and add to marketBuy implementation
2018-08-22 15:39:03 -07:00
Fabio Berger
69b436babe
Refactor publish script so that root package.json configs.packagesWithDocs is canonical source of which packages have doc pages
2018-08-22 23:13:59 +01:00
Fabio Berger
b7c119b2aa
Fix many linter errors that showed up upon upgrading tsutil
2018-08-22 18:52:17 +01:00
Fabio Berger
40b202f8c0
Update all CHANGELOGs
2018-08-22 15:53:19 +01:00
Fabio Berger
0248add542
Merge development branch
2018-08-22 11:41:42 +01:00
Fabio Berger
301cb296ec
Move types from sol-compiler to types so they can be used in other places without requiring sol-compiler as a dep
2018-08-21 23:58:06 +01:00
Fabio Berger
1bbd7bf870
Add generated_docs dir to clean command
2018-08-21 23:20:01 +01:00
Fabio Berger
7553411fb2
Fix up order-utils
2018-08-21 16:37:03 +01:00
F. Eugene Aumson
a263e7dfce
remove v2 contract artifacts
2018-08-20 16:12:09 -04:00
Fabio Berger
0337b5a401
Merge development
2018-08-16 15:10:12 -07:00
Fabio Berger
72752bcb68
Merge pull request #928 from 0xProject/dependabot/npm_and_yarn/copyfiles-2.0.0
...
Bump copyfiles from 1.2.0 to 2.0.0
2018-08-16 15:05:47 -07:00
Jacob Evans
88c99396a2
Rename OrderAlreadyCancelledOrFilled -> OrderCancelled.
...
Remove try catch of throwing errors in favour of returning the Errors in a OrderValidationResult
2018-08-16 11:12:35 +10:00
Jacob Evans
622509c508
[Order-utils] Order is valid when maker amount is very small
...
Previously our min fillable calculation would throw a rounding error
when encountering a valid order (with a small maker amount). This was
inconsistent with the on-chain logic which allowed this order to be
filled.
2018-08-15 13:06:32 +10:00