Commit Graph

949 Commits

Author SHA1 Message Date
Leonid Logvinov
b28b0fad7a Add test for cancelOrderAsync return value 2017-06-22 13:45:43 +02:00
Leonid Logvinov
0dbad86d23 Return cancelledAmount from cancelOrderAsync 2017-06-22 13:41:07 +02:00
Leonid
25a9ba90f5 Merge pull request #73 from 0xProject/json-docs
Auto-upload json docs on release
2017-06-22 13:32:14 +02:00
Leonid Logvinov
5001e5fc70 Set content type 2017-06-22 13:29:39 +02:00
Leonid Logvinov
d088dcdd36 Add simple test checking that fillOrderAsync return filled amount 2017-06-22 00:16:35 +02:00
Leonid Logvinov
7b471858fa Fix return comment 2017-06-22 00:16:15 +02:00
Leonid Logvinov
e7152ed58c Grant read permissions to all users 2017-06-22 00:07:32 +02:00
Leonid Logvinov
c5139bca26 Auto-upload json docs on release 2017-06-21 18:07:04 +02:00
Leonid Logvinov
42c61ecda5 Return filledAmount from fillOrderAsync 2017-06-21 17:55:21 +02:00
Leonid Logvinov
656d74518d Rename Log*Args to Log*ContractEventArgs 2017-06-21 16:38:20 +02:00
Leonid Logvinov
8d2b67bce2 0.6.2 v0.6.2 2017-06-21 15:35:02 +02:00
Leonid Logvinov
de29c23ad7 Revert "Temporarily use forked version of truffle-contract to reduce the bundle"
This reverts commit ef96c58b7f.
truffle-contract is not compatible with web3 0.19.0 cause it checks the
number of arguments and they pass incorrect number of arguments
2017-06-21 15:15:42 +02:00
Leonid Logvinov
41e62d078f Updat CHANGELOG.md with v0.6.2 2017-06-21 15:15:42 +02:00
Leonid
d49057dbfb Merge pull request #70 from 0xProject/greenkeeper/@types/node-8.0.1
Update @types/node to the latest version 🚀
2017-06-21 15:08:44 +02:00
Leonid
8af7d2303e Merge pull request #71 from 0xProject/lodash-tree-shake
Use different lodash import syntax which allows to include only used functions
2017-06-21 15:04:13 +02:00
Leonid Logvinov
ef96c58b7f Temporarily use forked version of truffle-contract to reduce the bundle
truffle-contract uses web3 0.18.0. We use web3 0.19.0 which results in 2
versions of web3 being bundled with the package
This commit temporarily switches to custom truffle-contract fork
We'll switch back when the PR would be accepted
2017-06-21 15:02:09 +02:00
Leonid Logvinov
a1c363a8af Fall back to import x = require() syntax 2017-06-21 14:11:06 +02:00
Leonid Logvinov
40a7be0690 Use different lodash import syntax which allows to include only used functions 2017-06-21 13:56:14 +02:00
greenkeeper[bot]
060ee5e9d3 chore(package): update @types/node to version 8.0.1 2017-06-20 20:57:09 +00:00
Leonid Logvinov
096d3bdb26 Connect to github over https so that it works without authentication 2017-06-20 16:50:15 +02:00
Leonid
6b044a966a Add Greenkeeper badge 2017-06-20 12:24:16 +02:00
Leonid Logvinov
9fe042733d Move out of @0xproject scope 2017-06-20 09:05:41 +02:00
Fabio Berger
6aaa7a0856 Merge pull request #69 from 0xProject/improveReadme
Improve README
2017-06-19 17:51:03 -07:00
Fabio Berger
8135f98029 Add documentation section 2017-06-19 17:48:29 -07:00
Fabio Berger
6386c43e01 Include two links to the documentation 2017-06-19 17:46:11 -07:00
Fabio Berger
f86d177cd4 Add the installation instructions to the README 2017-06-19 17:44:22 -07:00
Fabio Berger
20f59d556d Add missing semi-colon 2017-06-19 17:38:34 -07:00
Fabio Berger
1ad54ba742 Add newline between type defs 2017-06-19 17:38:21 -07:00
Fabio Berger
dc7c2082df Improve comment 2017-06-19 17:38:08 -07:00
Leonid Logvinov
06dc1adb4a 0.6.1 v0.6.1 2017-06-19 19:40:57 +02:00
Leonid Logvinov
1b01251e4c Update CHANGELOG.md 2017-06-19 19:40:43 +02:00
Fabio Berger
7f32cdf29d Fix tslint issue 2017-06-19 08:59:04 -07:00
Fabio Berger
999cf1be7c Improve the README 2017-06-19 08:57:27 -07:00
Fabio Berger
e8574a3948 Update version in package.json 2017-06-19 08:45:18 -07:00
Fabio Berger
a8f706c79f Merge branch 'master' of github.com:0xProject/0x.js 2017-06-19 08:42:25 -07:00
Leonid
36fe4c01aa Merge pull request #68 from 0xProject/changelog
Add CHANGELOG.md
v0.6.0
2017-06-19 16:32:07 +02:00
Leonid Logvinov
ea8cff4ce0 Remove coveralls integration from CHANGELOG.md 2017-06-19 16:31:47 +02:00
Leonid Logvinov
a177760593 Add CHANGELOG.md 2017-06-19 10:32:02 +02:00
Leonid
ed1e2e5347 Merge pull request #66 from 0xProject/event-types
Add actual type for contract event arguments
2017-06-19 09:48:08 +02:00
Leonid Logvinov
26f20fa3e3 Rename LogErrorArgs to LogErrorEventArgs and EventArgs to ContractEventArgs 2017-06-19 09:47:29 +02:00
Fabio Berger
fe63a81f6a Add and improve comments 2017-06-16 16:30:35 +02:00
Leonid
f2d08ce3d9 Merge branch 'master' into event-types 2017-06-15 17:59:13 +02:00
Fabio Berger
5932ebb52a Merge pull request #67 from 0xProject/web3-provider
Make ZeroEx constructor accept Web3Provider instead of Web3 instance
2017-06-15 17:58:07 +02:00
Leonid Logvinov
38170a24ed Fix bug in 0x.js tests when passing Web3 instead of Web3 Provider 2017-06-15 17:34:54 +02:00
Leonid Logvinov
04698313a3 Switch back to using Web3.Provider, not Web3Provider in internal classes 2017-06-15 17:27:58 +02:00
Leonid Logvinov
209ca30460 Add explaining comment for the web3Provider type 2017-06-15 17:27:21 +02:00
Leonid Logvinov
d789aa24aa Make ZeroEx constructor accept Web3Provider instead of Web3 instance 2017-06-15 17:05:03 +02:00
Leonid Logvinov
76d6e6a748 Add actual type for contract event arguments 2017-06-15 16:21:27 +02:00
Leonid
424912040a Merge pull request #65 from 0xProject/coveralls
Coveralls integration
2017-06-15 15:31:53 +02:00
Leonid Logvinov
1ff8e850a5 Add badge to README 2017-06-15 15:31:21 +02:00