Fabio Berger
dae5a063cf
Fix amounts in tests one last time. Now that we updated the testRPC snapshot, this should no longer be mismatched between CI and locally
2017-11-12 10:43:24 -05:00
Fabio Berger
e57a507ba0
Update testRPC snapshot used by CircleCi
2017-11-12 10:39:09 -05:00
Fabio Berger
4e194d7766
Merge pull request #208 from dekz/fixUnhandledPromiseBug
...
Clean up subscription state.
2017-11-12 09:40:47 -05:00
Jacob Evans
d34ea79d93
Push unsubscribe to the base class rather than super
2017-11-11 13:42:42 -05:00
Jacob Evans
ee73659f16
Check for null rather than undefined
2017-11-11 12:33:05 -05:00
Jacob Evans
394417ff07
Removed nits
2017-11-11 12:15:24 -05:00
Jacob Evans
a85b1f016d
Test case was error then unsubscribe
2017-11-11 12:01:27 -05:00
Jacob Evans
4ae9482d50
Clean up subscription state.
...
In the case of an exception, keep the state correct between contract wrapper, exchange wrapper and token wrapper.
2017-11-11 11:01:59 -05:00
Fabio Berger
4262ac3c89
Fix unhandled promise rejection error on subscriptions
2017-11-10 14:13:15 -05:00
Leonid Logvinov
76b66872d8
0.22.6
v0.22.6
2017-11-10 11:41:31 -05:00
Leonid Logvinov
2f92aaea0c
Add new changes to CHANGELOG
2017-11-10 11:40:31 -05:00
Leonid
c5b347bb15
Merge pull request #206 from lukeautry/await_transaction_timeout
...
Allow timeout for await transaction mined
2017-11-10 11:38:02 -05:00
Luke Autry
d11087c28f
use util fn
2017-11-10 11:35:40 -05:00
Luke Autry
e6139e02b8
no race, reject from interval cb and clear
2017-11-10 11:34:17 -05:00
Luke Autry
583b92e672
allow timeout for await transaction mined
2017-11-10 10:43:52 -05:00
Fabio Berger
a7bedad9f0
0.22.5
v0.22.5
2017-11-07 18:02:57 -05:00
Fabio Berger
92df3d953f
Update changelog
2017-11-07 18:02:40 -05:00
Fabio Berger
7fa5d34c45
Remove unnecessary dep
2017-10-30 18:48:16 +02:00
Fabio Berger
b49d1dae7d
Merge branch 'development' of github.com:0xProject/0x.js into development
...
* 'development' of github.com:0xProject/0x.js:
Update CHANGELOG
0.22.4
Add HACK comments
Add a forgotten augmentation file
Upgrade bignumber to the version with native typings and remove typings
Downgrade typedoc
Upgrade bignumber to the version with native typings and remove typings
2017-10-30 16:17:39 +02:00
Fabio Berger
9b0496b049
Fix comment
2017-10-30 16:08:44 +02:00
Leonid Logvinov
fec8f8a881
Update CHANGELOG
v0.22.4-1-gfec8f8a
2017-10-25 23:05:49 +03:00
Leonid Logvinov
e08c54878c
0.22.4
v0.22.4
2017-10-25 23:04:49 +03:00
Leonid
e78398862b
Merge pull request #202 from 0xProject/fix/bignumber-types
...
Bignumber types
2017-10-25 23:04:31 +03:00
Leonid Logvinov
122a5e9b63
Add HACK comments
2017-10-25 23:04:17 +03:00
Leonid Logvinov
5d759d82ed
Add a forgotten augmentation file
2017-10-25 22:30:22 +03:00
Leonid Logvinov
744a9b8931
Upgrade bignumber to the version with native typings and remove typings
2017-10-25 22:22:23 +03:00
Leonid Logvinov
45c4042e2b
Downgrade typedoc
2017-10-25 22:11:09 +03:00
Leonid Logvinov
bba7704732
Upgrade bignumber to the version with native typings and remove typings
2017-10-25 22:10:09 +03:00
Leonid Logvinov
fa3e88c454
0.22.3
v0.22.3
2017-10-25 12:20:47 +03:00
Leonid Logvinov
e0ff550e19
Update CHANGELOG
2017-10-25 12:16:20 +03:00
Leonid
48dbee2e10
Merge pull request #199 from NoteGio/raise-allowance-gas
...
Increase ALLOWANCE_TO_ZERO_GAS_AMOUNT
2017-10-25 10:22:35 +03:00
Austin Roberts
1ba2df8024
Increase ALLOWANCE_TO_ZERO_GAS_AMOUNT
...
On TestRPC, I'm seeing a particular transaction that is taking 47275
gas instead of the predefined 47155. It's not at all obvious to me
why this transaction is taking an extra 120 gas, and I've been unable
to reproduce the issue in the 0x.js test suite, but bumping the gas
allowance has resolved the issue for me.
The transactions in question are trying to set an unlimited proxy
allowance on either the WETH or ZRX tokens in the testrpc snapshot,
but run out of gas.
2017-10-24 17:14:35 -05:00
Leonid Logvinov
e17f6979c3
0.22.2
v0.22.2
2017-10-24 18:58:40 +03:00
Leonid
8330dabda8
Merge pull request #197 from 0xProject/fix/rounding
...
Fix rounding of maker fill amount and correctly validate partial fees
2017-10-24 18:54:50 +03:00
Leonid Logvinov
1fd8c2a6e2
Update CHANGELOG
2017-10-24 18:47:22 +03:00
Leonid Logvinov
0c6be94222
Fix index
2017-10-24 18:31:59 +03:00
Leonid Logvinov
89103c40fb
Use more meaningful variable names
2017-10-24 18:31:59 +03:00
Leonid Logvinov
fbe34663da
Fix the rounding of makerFillAmount and correctly validate partial fees
2017-10-24 18:31:59 +03:00
Leonid Logvinov
9d0ccdfdcc
Add tests testing that rounding or makerFillAmount is correct and that we only validate partial fees
2017-10-24 18:31:59 +03:00
Leonid Logvinov
cd1f0c74c1
Revert CHANGELOG
2017-10-24 16:42:50 +03:00
Leonid
3deac0f100
Merge pull request #198 from 0xProject/revert-195-minification
...
Revert "Reduce final bundle size by 11% (82kB)"
2017-10-24 16:40:50 +03:00
Leonid
641d3b75ea
Revert "Reduce final bundle size by 11% (82kB)"
2017-10-24 16:40:38 +03:00
Brandon Millman
fab2fa9adf
Merge pull request #196 from 0xProject/bmillman_fix_tslint
...
Fix lint script to analyze nested files
2017-10-23 10:20:42 -07:00
Brandon Millman
b3d8cefbe6
Fix lint script to analyze nested files
2017-10-19 12:03:49 -07:00
Leonid Logvinov
32e8e52ad7
0.22.1
v0.22.1
2017-10-19 17:09:30 +03:00
Leonid Logvinov
77b3a43e17
Update CHANGELOG
2017-10-19 17:09:23 +03:00
Leonid
ddec91ba52
Merge pull request #195 from 0xProject/minification
...
Reduce final bundle size by 11% (82kB)
2017-10-19 16:31:06 +03:00
Leonid Logvinov
0329b36430
Fix linter errors
2017-10-19 12:55:14 +03:00
Leonid Logvinov
f62dc0f46c
Update 0x-json-schemas
2017-10-19 12:44:00 +03:00
Leonid Logvinov
f64638173a
Transform lodash-es to commonjs module format
2017-10-19 00:31:10 +03:00