Matthias
|
e5a2011a85
|
ci: don't switch docker to experimental
|
2025-07-04 18:29:15 +02:00 |
|
Matthias
|
2936cb425d
|
Merge pull request #11948 from jorenham/scipy-stubs
Add `scipy-stubs` as dev dependency
|
2025-07-04 15:55:56 +02:00 |
|
Matthias
|
e5a9c65e66
|
ci: improve pre-commit-update check
|
2025-07-04 15:25:27 +02:00 |
|
Matthias
|
81fdff1039
|
chore: simplify exchangews_ohlcv further
|
2025-07-04 15:24:44 +02:00 |
|
Matthias
|
5101b1767b
|
test: slightly cleanup ws_ohlcv test
|
2025-07-04 15:04:24 +02:00 |
|
Matthias
|
e90aa6abda
|
test: Increased asyncio.sleep for ws_ohlcv test
|
2025-07-04 14:39:19 +02:00 |
|
Matthias
|
1dd56df5d8
|
chore: improve sorting in mypy deps
|
2025-07-04 14:24:30 +02:00 |
|
Matthias
|
9bd8b7acf5
|
test: use event based init for telegram
|
2025-07-03 21:08:09 +02:00 |
|
Matthias
|
2a5a422079
|
test: attempt to fix test_exchangews_ohlcv flakyness
|
2025-07-03 21:08:09 +02:00 |
|
Matthias
|
e92afb74c6
|
test: improve event-loop mocking
|
2025-07-03 21:08:09 +02:00 |
|
Matthias
|
4421e54cde
|
fix: don't disable existing loggers when reinitializing logging
closes #11944
|
2025-07-03 17:44:23 +02:00 |
|
Matthias
|
b5938985f2
|
fix: don't log at "root" level.
|
2025-07-03 15:21:51 +02:00 |
|
jorenham
|
0601f15bd0
|
Add scipy-stubs as dev dependency
https://github.com/scipy/scipy-stubs
|
2025-07-03 13:58:12 +02:00 |
|
Matthias
|
66020d250c
|
test: update test trades pagination handling to use _ft_has
|
2025-07-03 09:00:27 +02:00 |
|
Matthias
|
909286c0f7
|
chore: luno - remove unnecessary config
|
2025-07-03 08:58:16 +02:00 |
|
Matthias
|
5efad94d3d
|
chore: add zizmor github action
|
2025-07-03 08:41:59 +02:00 |
|
Matthias
|
1e24653e79
|
feat: add luno basic exchange configuration
closes #11928
|
2025-07-03 08:37:54 +02:00 |
|
Matthias
|
c9bc2b880a
|
feat: add always_require_api_keys to ft_has
|
2025-07-03 08:33:15 +02:00 |
|
Matthias
|
545cd3a994
|
chore: ft_has should be before remove_credentials
|
2025-07-03 08:33:12 +02:00 |
|
Matthias
|
51a09585db
|
refactor: extract final ft_has construction to it's own method
|
2025-07-03 08:19:04 +02:00 |
|
Matthias
|
b98816635d
|
chore: simplify exchange class setup
remove attributes that are only used once.
|
2025-07-03 08:18:58 +02:00 |
|
Matthias
|
f6ed609134
|
Merge pull request #11946 from freqtrade/update/binance-leverage-tiers
Update Binance Leverage Tiers
|
2025-07-03 07:34:36 +02:00 |
|
Freqtrade Bot
|
aec2dc5bb0
|
chore: update pre-commit hooks
|
2025-07-03 03:27:09 +00:00 |
|
Matthias
|
15c836c566
|
chore: bump version to 2025.7-dev
|
2025-07-02 20:18:15 +02:00 |
|
Matthias
|
fa3d95fd89
|
Merge pull request #11919 from freqtrade/stash86-patch-1
Fix example config
|
2025-07-02 18:16:51 +02:00 |
|
Matthias
|
ba8778b181
|
chore: revert max_open_trades in sample config for now
|
2025-07-02 17:55:28 +02:00 |
|
Matthias
|
6421f767c6
|
chore: remove github buttons js code
|
2025-07-02 16:49:36 +02:00 |
|
Matthias
|
f18c7f0cad
|
docs: make sure github buttons render
|
2025-07-02 16:49:36 +02:00 |
|
Matthias
|
e63017a2b9
|
docs: enable "edit" functionality for docs
|
2025-07-02 16:49:36 +02:00 |
|
Matthias
|
049cc10169
|
docs: improved github icon for docs
|
2025-07-02 16:49:36 +02:00 |
|
Matthias
|
595db54ac7
|
Merge pull request #11917 from froggleston/frog-contrib-exch-1
Add short explanation of where exchange files are
|
2025-07-02 09:16:54 +02:00 |
|
Matthias
|
bfa9c818e6
|
chore: update margin/trading mode exception to be a configuration error
|
2025-07-02 07:47:38 +02:00 |
|
Matthias
|
30afedd4f8
|
chore: use value instead of string to avoid "none" output in "marginmode"
|
2025-07-02 07:47:19 +02:00 |
|
Matthias
|
6049ac1561
|
docs: update wording of developer docs
|
2025-07-02 07:35:02 +02:00 |
|
Matthias
|
25c24ddc9c
|
chore: improve error message
part of #11923
|
2025-07-01 20:48:32 +02:00 |
|
Matthias
|
03df35b49b
|
Merge pull request #11930 from freqtrade/dependabot/pip/develop/ast-comments-1.2.3
chore(deps): bump ast-comments from 1.2.2 to 1.2.3
|
2025-07-01 07:26:15 +02:00 |
|
Matthias
|
3b441cd08f
|
Merge pull request #11942 from freqtrade/update/pre-commit-hooks
Update pre-commit hooks
|
2025-07-01 07:22:09 +02:00 |
|
Freqtrade Bot
|
0f67d32b75
|
chore: update pre-commit hooks
|
2025-07-01 03:31:30 +00:00 |
|
Matthias
|
820a83c96f
|
Merge pull request #11934 from freqtrade/dependabot/pip/develop/ccxt-4.4.91
chore(deps): bump ccxt from 4.4.90 to 4.4.91
|
2025-06-30 10:46:44 +02:00 |
|
dependabot[bot]
|
fae30c6ff9
|
chore(deps): bump ccxt from 4.4.90 to 4.4.91
Bumps [ccxt](https://github.com/ccxt/ccxt) from 4.4.90 to 4.4.91.
- [Release notes](https://github.com/ccxt/ccxt/releases)
- [Changelog](https://github.com/ccxt/ccxt/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ccxt/ccxt/compare/v4.4.90...v4.4.91)
---
updated-dependencies:
- dependency-name: ccxt
dependency-version: 4.4.91
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-06-30 07:54:13 +00:00 |
|
Matthias
|
3e4ffb9c1d
|
Merge pull request #11939 from freqtrade/dependabot/pip/develop/uvicorn-0.35.0
chore(deps): bump uvicorn from 0.34.3 to 0.35.0
|
2025-06-30 09:53:10 +02:00 |
|
Matthias
|
f6d10dad6a
|
Merge pull request #11931 from freqtrade/dependabot/pip/develop/plotly-6.2.0
chore(deps): bump plotly from 6.1.2 to 6.2.0
|
2025-06-30 09:49:27 +02:00 |
|
Matthias
|
79b530d98e
|
Merge pull request #11933 from freqtrade/dependabot/pip/develop/python-telegram-bot-22.2
chore(deps): bump python-telegram-bot from 22.1 to 22.2
|
2025-06-30 09:48:49 +02:00 |
|
Matthias
|
3b8e521b81
|
Merge pull request #11938 from freqtrade/dependabot/github_actions/develop/astral-sh/setup-uv-6.3.1
chore(deps): bump astral-sh/setup-uv from 6.3.0 to 6.3.1
|
2025-06-30 09:48:17 +02:00 |
|
Matthias
|
7e228ba7ab
|
Merge pull request #11937 from freqtrade/dependabot/pip/develop/ruff-0.12.1
chore(deps-dev): bump ruff from 0.12.0 to 0.12.1
|
2025-06-30 08:23:56 +02:00 |
|
Matthias
|
6050d09ed8
|
Merge pull request #11936 from freqtrade/dependabot/github_actions/develop/rjstone/discord-webhook-notify-2.2.1
chore(deps): bump rjstone/discord-webhook-notify from 2.1.1 to 2.2.1
|
2025-06-30 08:23:18 +02:00 |
|
dependabot[bot]
|
b7f158a79e
|
chore(deps): bump uvicorn from 0.34.3 to 0.35.0
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.34.3 to 0.35.0.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/docs/release-notes.md)
- [Commits](https://github.com/encode/uvicorn/compare/0.34.3...0.35.0)
---
updated-dependencies:
- dependency-name: uvicorn
dependency-version: 0.35.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-06-30 06:13:21 +00:00 |
|
Matthias
|
bc13d1636c
|
Merge pull request #11935 from freqtrade/dependabot/pip/develop/fastapi-0.115.14
chore(deps): bump fastapi from 0.115.13 to 0.115.14
|
2025-06-30 08:11:30 +02:00 |
|
dependabot[bot]
|
021fdcab43
|
chore(deps): bump astral-sh/setup-uv from 6.3.0 to 6.3.1
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 6.3.0 to 6.3.1.
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](445689ea25...bd01e18f51)
---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
dependency-version: 6.3.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-06-30 04:40:04 +00:00 |
|
dependabot[bot]
|
d206b601b3
|
chore(deps-dev): bump ruff from 0.12.0 to 0.12.1
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.12.0 to 0.12.1.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.12.0...0.12.1)
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.12.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-06-30 04:39:33 +00:00 |
|