Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Multiple Kraken API fixes/improvements #367

Merged
merged 2 commits into from
Jul 10, 2017
Merged

Multiple Kraken API fixes/improvements #367

merged 2 commits into from
Jul 10, 2017

Conversation

crubb
Copy link
Contributor

@crubb crubb commented Jul 8, 2017

- Fix cancelOrders (#303)
- Fix rejected trades on post only errors
- Improve detection of canceled trades
- Maybe fix sell orders executed multiple times (#339)
- Added more verbose debug logging
- Adjust timeouts for retry
@@ -176,7 +185,11 @@ module.exports = function container(get, set, clear) {
if (data.error.length) {
return cb(data.error.join(','))
}
cb(null)
if (so.debug) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

weird indenting here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That happened to be a tab. Fixed.

@DeviaVir DeviaVir merged commit 2c9add7 into DeviaVir:master Jul 10, 2017
@crubb crubb deleted the kraken-api branch July 15, 2017 06:00
supersabbath pushed a commit to supersabbath/zenbot that referenced this pull request Oct 2, 2017
* Kraken API:
- Fix cancelOrders (DeviaVir#303)
- Fix rejected trades on post only errors
- Improve detection of canceled trades
- Maybe fix sell orders executed multiple times (DeviaVir#339)
- Added more verbose debug logging
- Adjust timeouts for retry

* Replaced a tab with spaces
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants