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
dependabot[bot]
b6cdc00a31
Bump copyfiles from 1.2.0 to 2.0.0
...
Bumps [copyfiles](https://github.com/calvinmetcalf/copyfiles ) from 1.2.0 to 2.0.0.
- [Release notes](https://github.com/calvinmetcalf/copyfiles/releases )
- [Commits](https://github.com/calvinmetcalf/copyfiles/compare/v1.2.0...v2.0.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-08-14 21:51:13 +00:00
Fabio Berger
1d9408a8e0
Fix additional merge conflicts
2018-08-14 14:39:59 -07:00
Fabio Berger
2f2582a0da
Merge development
2018-08-14 14:21:47 -07:00
Brandon Millman
9c3d10d5be
Merge branch 'development' into refactor/order-utils/market-utils-api
...
* development:
feat: Upgrade TypeScript to 3.0.1
Add defaults for networkId and pagination
Update sortingUtils to support Order and SignedOrder
Change rateUtils to use Order
Updated CHANGELOG
Fix lint errors
Update tests for optional feeRate
Make feeRate optional with a default of 0
Add tests for sortingUtils
Implement sorting utils
Add tests for rateUtils
Implement rate utils
2018-08-14 13:48:21 -07:00
Brandon Millman
3afe405bbe
Merge pull request #953 from 0xProject/feature/order-utils/order-sorting-utils
...
[order-utils] Add rate and sorting utilities
2018-08-14 13:45:04 -07:00
Alex Browne
6baa5ef311
feat: Upgrade TypeScript to 3.0.1
2018-08-14 11:02:04 -07:00
Brandon Millman
6a2634d362
Make marketUtils interface compatible with Order and SignedOrder
2018-08-13 21:31:23 -07:00
Brandon Millman
a2192e62df
Update CHANGELOG
2018-08-13 21:31:23 -07:00
Brandon Millman
66745c5260
Remove remaining amounts that are now defaults in tests
2018-08-13 21:31:22 -07:00
Brandon Millman
c10c4cec1d
Update marketUtils api
2018-08-13 21:31:22 -07:00
Alex Browne
fadd292ecf
Publish
...
- 0x.js@1.0.1-rc.3
- @0xproject/abi-gen@1.0.5
- @0xproject/assert@1.0.5
- @0xproject/base-contract@2.0.0-rc.1
- @0xproject/connect@1.0.5
- @0xproject/contract-wrappers@1.0.1-rc.3
- contracts@2.1.40
- @0xproject/dev-utils@1.0.4
- ethereum-types@1.0.4
- @0xproject/fill-scenarios@1.0.1-rc.3
- @0xproject/json-schemas@1.0.1-rc.4
- @0xproject/metacoin@0.0.15
- @0xproject/migrations@1.0.4
- @0xproject/monorepo-scripts@1.0.5
- @0xproject/order-utils@1.0.1-rc.3
- @0xproject/order-watcher@1.0.1-rc.3
- @0xproject/react-docs@1.0.5
- @0xproject/react-docs-example@0.0.20
- @0xproject/react-shared@1.0.6
- @0xproject/sol-compiler@1.0.5
- @0xproject/sol-cov@2.0.0
- @0xproject/sol-resolver@1.0.5
- @0xproject/sra-api@1.0.1-rc.4
- @0xproject/sra-report@1.0.5
- @0xproject/subproviders@1.0.5
- @0xproject/testnet-faucets@1.0.41
- @0xproject/tslint-config@1.0.5
- @0xproject/types@1.0.1-rc.4
- @0xproject/typescript-typings@1.0.4
- @0xproject/utils@1.0.5
- @0xproject/web3-wrapper@1.2.0
- @0xproject/website@0.0.44
2018-08-13 18:34:51 -07:00
Alex Browne
7c8a7a2420
Updated CHANGELOGS
2018-08-13 18:34:37 -07:00
Brandon Millman
99b744ba52
Update sortingUtils to support Order and SignedOrder
2018-08-13 18:32:15 -07:00
Alex Browne
3b0fa1aa87
fix(0x.js, order-utils): Fix CHANGELOG.json versions
2018-08-13 18:06:27 -07:00
Brandon Millman
d859399841
Change rateUtils to use Order
2018-08-13 17:46:43 -07:00
Jacob Evans
e51deb93ee
Merge pull request #914 from 0xProject/feature/0x.js/ec-signature-string
...
0x.js Return signature as a hex encoded string
2018-08-14 09:36:11 +10:00
Jacob Evans
a351757493
Update version numbers.
...
Add source for Metamask future fix.
Consolidate switch statement to one return
2018-08-14 09:18:13 +10:00
Jacob Evans
ca4905c343
Rename from SignerProviderType.EthSign to SignerType.Default
2018-08-11 18:27:21 +10:00
Brandon Millman
ab64ea7377
Updated CHANGELOG
2018-08-09 19:20:07 -04:00
Brandon Millman
b86210332f
Fix lint errors
2018-08-09 19:12:42 -04:00
Brandon Millman
af52598d32
Update tests for optional feeRate
2018-08-09 19:12:42 -04:00
Brandon Millman
cbe639866e
Make feeRate optional with a default of 0
2018-08-09 19:12:42 -04:00
Brandon Millman
fcd57d2743
Add tests for sortingUtils
2018-08-09 19:12:42 -04:00
Brandon Millman
c0924d8067
Implement sorting utils
2018-08-09 19:12:42 -04:00
Brandon Millman
a1860b076d
Add tests for rateUtils
2018-08-09 19:12:42 -04:00
Brandon Millman
32ab4dcac7
Implement rate utils
2018-08-09 19:12:42 -04:00
Alex Browne
f3761af567
fix: Update dependencies
2018-08-09 11:35:54 -07:00
Jacob Evans
5d4dd406f2
Update Changelogs. Rebased from development
2018-08-09 12:05:17 +10:00
Jacob Evans
9dd6ba7825
Update jsdoc
2018-08-09 12:02:17 +10:00
Jacob Evans
45e9fbe8f9
Introduce SignerProviderType
...
This allows the developer to indicate the nuanced signer provider. Some have different implementations (trezor, ledger) and others have different implementations (metamask). Breaking the abstraction of eth_sign. EthSign assumes a spec compliant implementation and can be used as a default
2018-08-09 12:02:12 +10:00