0.13.2
·
1168 commits
to master
since this release
This update does not affect the database schema, so if there are problems, it can be easily rolled back to 0.13.1. Follow these instructions to upgrade.
Warning:
Due to the phenomenal increase in market activity over the last few months, Heroku instances are too slow to handle more than a handful of coins at once. This is being handled under #360. A proper solution will be in place soon. In the meantime, either:
- keep the number of coins you track as low as possible (particularly making sure you only track one BTC/Fiat pair, which have the highest volume)
- or avoid server-side ("soft") orders, since there is a good chance they will trigger too late if the server is lagging
- or avoid Heroku.
Features:
- Added buttons to limit order panel allowing the trade amount to be set to the maximum possible given the current balance. These need improving on mobile but do work so rolling out.
Bug fixes:
- [bittrex] Fixed bug where zero balances would should as loading.
- [bitfinex] Fixed NPE exceptions and blocked updates when there are stop-limit orders on the exchange (XChange)
- [bitfinex] Fixed NPE fetching currency metadata [#362]
Security:
- Fixed security advisory in dropwizard-https-redirect caused by logging on untrusted user-supplied data.
Developer quality-of-life:
- Dependency updates