Commit Graph

766 Commits

Author SHA1 Message Date
Fabio Berger
41098c6a35 refactor getBalanceInEthAsync to getBalanceInWeiAsync and change the test assertions to check if the discrepancy between the existing ETH balance and expected balance is small enough to simply be the gas cost used by the transaction. 2017-06-26 11:20:16 -07:00
Fabio Berger
0f413febd3 Fix typo 2017-06-26 10:30:09 -07:00
Fabio Berger
60b3f3e6dd Implement EtherTokenWrapper and tests, with deposit and withdraw methods 2017-06-25 14:50:11 -07:00
Fabio Berger
7d001240c1 Add missing return comment 2017-06-25 14:49:12 -07:00
Fabio Berger
a2c495a983 Re-wrap BigNumber returned from web3 in getBalanceInEthAsync 2017-06-25 14:48:48 -07:00
Fabio Berger
13dfc263b6 Fix version in CHANGELOG 2017-06-22 16:18:49 -07:00
Fabio Berger
4eb050967f 0.7.0 v0.7.0 2017-06-22 16:18:27 -07:00
Fabio Berger
cb3127c568 Add changelog for v0.7.2 2017-06-22 16:16:50 -07:00
Leonid Logvinov
438b821835 Fix incorrect merge consequences 2017-06-22 23:15:25 +02:00
Leonid
c52d6753ce Merge pull request #72 from 0xProject/fill-order-amuont
Return filledAmount from fillOrderAsync
2017-06-22 22:50:35 +02:00
Leonid
e5785532ed Merge branch 'master' into fill-order-amuont 2017-06-22 22:50:16 +02:00
Fabio Berger
49e43c9876 Merge pull request #78 from 0xProject/update-contracts
Update contracts
2017-06-22 12:04:25 -07:00
Leonid Logvinov
0cd9875369 Update contracts 2017-06-22 17:47:56 +02:00
Leonid
1375126e4c Merge pull request #77 from 0xProject/revert-71-lodash-tree-shake
Revert "Use different lodash import syntax which allows to include only used functions"
2017-06-22 16:22:20 +02:00
Leonid
94cab6f694 Revert "Use different lodash import syntax which allows to include only used functions" 2017-06-22 16:21:56 +02:00
Leonid Logvinov
bd9fa3d335 Add test for return amount from fillOrdersUpToAsync 2017-06-22 14:15:35 +02:00
Leonid Logvinov
9c2a332b69 Return filledTakerTokenAmount from fillOrdersUpToAsync 2017-06-22 14:12:17 +02:00
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