Kelp v1.10.0 Release Notes

Release Date: 2020-10-22 // over 3 years ago
  • โž• Added

    ๐Ÿ”„ Changed

    ๐Ÿ—„ Deprecated

    • mirror strategy should allow different divide by values for bid and ask sides, deprecate VOLUME_DIVIDE_BY config field (#545)

    ๐Ÿ›  Fixed

    • โšก๏ธ Kelp GUI: fix issue of fiat currency dropdown not updating correctly (fe19dcbaac0845e5bec7415528ffe02db93245af)
    • ๐Ÿ›  fix index out of range when getting prices from sdex (#416)
    • ๐Ÿ›  Fix baseAmount used when placing orders (#435)
    • ๐Ÿ›  Fix FetchTrades for Kraken (#450)
    • โšก๏ธ sellSideStrategy.go#PreUpdate does not call GetLevels when base asset is 0.0 (#457)
    • โœ… KrakenExchange should get latest cursor in seconds instead of millis (#465)
    • bot should crash if delete cycles threshold is exceeded (#471)
    • โœ‚ remove minOrderSizeBase from UUID in sellTwapLevelProvider.go (#482)
    • Kelp GUI: fix another instance of OSPath.String() being called (#430)
    • ๐Ÿ”€ failure to submit ops (async or sync) should count towards the delete cycles threshold (#498)
    • mirror strategy should prepend deleteOps before both bid and ask ops (#501)
    • ๐ŸŒฒ mirror strategy: log num trades received from backing exchange on triggered fill (#505)
    • Kelp GUI: Propagate bot initialization & startup errors back to GUI (#506)
    • More granular Kelp AppNames (#488)
    • Kelp GUI: disallow invalid characters in bot name (#429)
    • mirror strategy fails to start up without db enabled, nil pointer dereference (#525)
    • modify offers in mirror strategy is not correctly adjusting price and amount (#526)
    • Rounding issues in mirror strategy causing offers to not be placed (#541)