Kraken-infinity-grid

Latest version: v1.0.4

Safety actively analyzes 723217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.0.4

<!-- Release notes generated using configuration in .github/release.yaml at master -->

What's Changed
Fixed Bugs 🪲
* Resolve "Websocket API faster than REST backend causing orders not being resolved" by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/83
Dependencies 👒
* Bump github/codeql-action from 3.28.8 to 3.28.9 in the all group by dependabot in https://github.com/btschwertfeger/kraken-infinity-grid/pull/84


**Full Changelog**: https://github.com/btschwertfeger/kraken-infinity-grid/compare/v1.0.3...v1.0.4

1.0.3

<!-- Release notes generated using configuration in .github/release.yaml at master -->

What's Changed
Fixed Bugs 🪲
* Resolve "The order of listed sell orders in the Telgram message is not sorted" by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/81


**Full Changelog**: https://github.com/btschwertfeger/kraken-infinity-grid/compare/v1.0.2...v1.0.3

1.0.2

<!-- Release notes generated using configuration in .github/release.yaml at master -->

What's Changed
Fixed Bugs 🪲
* Resolve "Executed orders while the algorithm is down, create a death loop" by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/79
Other Changes 📝
* Outsource the fifo/PnL calculation by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/75
Dependencies 👒
* Bump codecov/codecov-action from 5.1.2 to 5.3.1 by dependabot in https://github.com/btschwertfeger/kraken-infinity-grid/pull/71
* Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 by dependabot in https://github.com/btschwertfeger/kraken-infinity-grid/pull/74
* Bump docker/build-push-action from 6.12.0 to 6.13.0 by dependabot in https://github.com/btschwertfeger/kraken-infinity-grid/pull/73
* Bump github/codeql-action from 3.28.1 to 3.28.5 by dependabot in https://github.com/btschwertfeger/kraken-infinity-grid/pull/72
* Bump docker/setup-buildx-action from 2 to 3 by dependabot in https://github.com/btschwertfeger/kraken-infinity-grid/pull/70
* Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by dependabot in https://github.com/btschwertfeger/kraken-infinity-grid/pull/77
* Bump github/codeql-action from 3.28.5 to 3.28.8 by dependabot in https://github.com/btschwertfeger/kraken-infinity-grid/pull/76


**Full Changelog**: https://github.com/btschwertfeger/kraken-infinity-grid/compare/v1.0.1...v1.0.2

1.0.1

<!-- Release notes generated using configuration in .github/release.yaml at master -->

What's Changed
Other Changes 📝
* Update the documentation by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/68
* Ignore heartbeat and status messages by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/69


**Full Changelog**: https://github.com/btschwertfeger/kraken-infinity-grid/compare/v1.0.0...v1.0.1

1.0.0

<!-- Release notes generated using configuration in .github/release.yaml at master -->

This is the first stable release of the kraken-infinity-grid trading algorithm. It is fully compatible with the latest beta version.

What's Changed
Implemented Enhancements 🎉
* Resolve "Add Scripts or site-tools for backtesting" by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/55
* Resolve "Review the full execution flow and think about how to simplify it" by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/57
* Resolve "Consider using post-only limit orders" by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/59
* Improve performance by grouping and limiting via DB queries by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/65
Fixed Bugs 🪲
* Resolve "Think of ignored executions during bot initialization" by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/58
Other Changes 📝
* Resolve "Add codecov to CI" by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/51
* Resolve "Upload the Docker image to an image registry" by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/52
* Fix the docker image upload by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/53
* Update CI configuration by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/54
* Update README.md by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/66
* Typo fixes by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/67
Dependencies 👒
* Bump github/codeql-action from 3.28.0 to 3.28.1 by dependabot in https://github.com/btschwertfeger/kraken-infinity-grid/pull/61
* Bump docker/build-push-action from 4.0.0 to 6.12.0 by dependabot in https://github.com/btschwertfeger/kraken-infinity-grid/pull/64
* Bump docker/login-action from 2.1.0 to 3.3.0 by dependabot in https://github.com/btschwertfeger/kraken-infinity-grid/pull/60
* Bump docker/metadata-action from 9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7 to 8e1d5461f02b7886d3c1a774bfbd873650445aa2 by dependabot in https://github.com/btschwertfeger/kraken-infinity-grid/pull/63
* Bump step-security/harden-runner from 2.10.2 to 2.10.4 by dependabot in https://github.com/btschwertfeger/kraken-infinity-grid/pull/62


**Full Changelog**: https://github.com/btschwertfeger/kraken-infinity-grid/compare/v1.0.0b0...v1.0.0

1.0.0b0

<!-- Release notes generated using configuration in .github/release.yaml at master -->

This is the first public release of the kraken-infinity-grid trading algorithm. It was mostly developed in a private repository, but now found it's way to the public. The changes below only address topics that were addressed after making this repository public.

What's Changed
Implemented Enhancements 🎉
* Resolve "Allow for using a local sqlite database" by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/30
Fixed Bugs 🪲
* Resolve "`self.close` doesn't get called properly on exit" by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/35
* Resolve "Hitting the max_investment ends in infinite loop" by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/38
Other Changes 📝
* Resolve "Use uv in CI " by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/25
* Change database credentials by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/26
* Resolve "The CLI is not tested so far" by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/27
* Resolve "Pin used dependencies" by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/28
* Resolve "Add a license" by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/32
* Resolve "Add timeout for waiting to be subscribed to ticker and execution channels" by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/33
* Resolve "Add CODEOWNERS, SECURITY.md, CODE_OF_CONDUCT.md, issue templates, and more" by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/34
* Reduce number of calculating the quote value of new positions by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/39
* Resolve "Add customizable fee" by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/40
* Resolve "Check API keys for permissions to endpoints before subscribing to ws feeds" by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/45
* Resolve "Extend integration tests" by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/41
* Resolve "Add a documentation" by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/43
* Resolve "Prepare CI package publishing to PyPI" and "Add harden runner to CI" by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/42
* Resolve "Add CodeQL to CI" by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/49
Dependencies 👒
* Bump actions/checkout from 3 to 4 by dependabot in https://github.com/btschwertfeger/kraken-infinity-grid/pull/2
* Bump actions/setup-python from 4 to 5 by dependabot in https://github.com/btschwertfeger/kraken-infinity-grid/pull/4
* Bump docker/setup-buildx-action from 2 to 3 by dependabot in https://github.com/btschwertfeger/kraken-infinity-grid/pull/3
* Bump actions/upload-artifact from 4.3.3 to 4.5.0 by dependabot in https://github.com/btschwertfeger/kraken-infinity-grid/pull/29
* Bump step-security/harden-runner from 2.10.2 to 2.10.3 by dependabot in https://github.com/btschwertfeger/kraken-infinity-grid/pull/47
* Bump actions/upload-artifact from 4.5.0 to 4.6.0 by dependabot in https://github.com/btschwertfeger/kraken-infinity-grid/pull/46

New Contributors
* btschwertfeger made their first contribution in https://github.com/btschwertfeger/kraken-infinity-grid/pull/25
* dependabot made their first contribution in https://github.com/btschwertfeger/kraken-infinity-grid/pull/2

**Full Changelog**: https://github.com/btschwertfeger/kraken-infinity-grid/commits/v1.0.0b0

Links

Releases

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.