Kelp v1.2.0 Release Notes

Release Date: 2018-11-26 // over 5 years ago
  • โž• Added

    • ๐Ÿ‘Œ support for alerting with PagerDuty as the first implementation, run glide up to update the dependency (5e46ae0d94751d85dbb2e8f73094f5d96af0df5e)
    • ๐Ÿ‘Œ support for logging to a file with the --log or -l command-line option followed by the prefix of the log filename
    • ๐Ÿ‘Œ support for basic monitoring with a health check service, run glide up to update the dependency (c6374c35cff9dfa46da342aa5342f312dcd337c4)
    • โšก๏ธ iter command line param to run for only a fixed number of iterations, run glide up to update the dependencies
    • new DELETE_CYCLES_THRESHOLD config value in trader config file to allow some tolerance of errors before deleting all offers (f2537cafee8d620e1c4aabdd3d072d90628801b8)

    ๐Ÿ”„ Changed

    • โฌ‡๏ธ reduced the number of available assets that are recognized by the GetOpenOrders() API for Kraken
    • levels are now logged with prices in the quote asset and amounts in the base asset for the sell, buysell, and balanced strategies
    • ๐Ÿ”€ clock tick is now synchronized at the start of each cycle (cd33d91b2d468bfbce6d38a6186d12c86777b7d5)

    ๐Ÿ›  Fixed

    • โœ… conversion of asset symbols in the GetOpenOrders() API for Kraken, reducing the number of tested asset symbols with this API
    • ๐Ÿ›  fix op_underfunded errors when we hit capacity limits for non-XLM assets (e6bebee9aeadf6e00a829a28c125f5dffad8c05c)