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

Kraken: Rate limiting for backfilling and warning instead of error on API retries #216

Closed
wants to merge 30 commits into from

Commits on May 26, 2017

  1. Add kraken support

    Alexandre-io authored and Alexandre-io committed May 26, 2017
    Configuration menu
    Copy the full SHA
    586bb69 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2017

  1. Fixing some misplaced variables

    Some variables were incorrect
    nibzo1 authored May 27, 2017
    Configuration menu
    Copy the full SHA
    2a28d62 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from nibzo1/feat/kraken

    Fixing some misplaced variables
    Alexandre-io authored May 27, 2017
    Configuration menu
    Copy the full SHA
    92b8bc3 View commit details
    Browse the repository at this point in the history
  3. fix trade time

    Alexandre-io committed May 27, 2017
    Configuration menu
    Copy the full SHA
    c1646c6 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2017

  1. better error handling

    Alexandre-io committed May 28, 2017
    Configuration menu
    Copy the full SHA
    13ae46f View commit details
    Browse the repository at this point in the history
  2. Fix getOrder && trade

    Alexandre-io committed May 28, 2017
    Configuration menu
    Copy the full SHA
    5e9f49a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba274c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    287f27b View commit details
    Browse the repository at this point in the history
  5. Remove debug

    Alexandre-io committed May 28, 2017
    Configuration menu
    Copy the full SHA
    d46cdae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d914037 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2 from crubb/feat/kraken

    Added default config options, fix trade and error reporting
    Alexandre-io authored May 28, 2017
    Configuration menu
    Copy the full SHA
    0fb0790 View commit details
    Browse the repository at this point in the history
  8. Remove retries

    crubb committed May 28, 2017
    Configuration menu
    Copy the full SHA
    47693ab View commit details
    Browse the repository at this point in the history

Commits on May 29, 2017

  1. - getOrders now working & reporting closed orders properly

    - Retry now only on ETIMEDOUT
    crubb committed May 29, 2017
    Configuration menu
    Copy the full SHA
    5bfa8cc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from crubb/feat/kraken

    getOrder working, and properly(?) handling retries now
    Alexandre-io authored May 29, 2017
    Configuration menu
    Copy the full SHA
    2f637c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad55946 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2017

  1. Merge pull request #4 from crubb/feat/kraken

    More error handling for recoverable/reconnect errors and trade
    Alexandre-io authored May 30, 2017
    Configuration menu
    Copy the full SHA
    841fb51 View commit details
    Browse the repository at this point in the history
  2. Fix errors matching

    Alexandre-io committed May 30, 2017
    Configuration menu
    Copy the full SHA
    d6367e4 View commit details
    Browse the repository at this point in the history
  3. Fix retry

    Alexandre-io committed May 30, 2017
    Configuration menu
    Copy the full SHA
    75a4a62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    813c86e View commit details
    Browse the repository at this point in the history
  5. Merge with timeout of 2.5s

    Merge branch 'feat/kraken' of https://github.com/Alexandre-io/zenbot into feat/kraken
    
    Conflicts:
    	extensions/kraken/exchange.js
    crubb committed May 30, 2017
    Configuration menu
    Copy the full SHA
    4b7dbc3 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2017

  1. Configuration menu
    Copy the full SHA
    1bbde4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e39f93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2975e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9965103 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1dd61ef View commit details
    Browse the repository at this point in the history
  6. update-products.sh for min_size

    crubb committed May 31, 2017
    Configuration menu
    Copy the full SHA
    4bbf666 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2017

  1. Added logic for post only orders (handled differently by Kraken), add…

    …ed Kraken to README and removed ; at end of lines
    crubb committed Jun 3, 2017
    Configuration menu
    Copy the full SHA
    a90a12f View commit details
    Browse the repository at this point in the history
  2. Removed more ;

    crubb committed Jun 3, 2017
    Configuration menu
    Copy the full SHA
    e851647 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32edc75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6632c7e View commit details
    Browse the repository at this point in the history