Commit Graph

30493 Commits

Author SHA1 Message Date
Matthias
e77e901df1 fix: don't ignore regular tradability rules 2025-12-27 18:25:19 +01:00
Matthias
b26c37af62 test: test online to ensure HIP3 pairs are in the markets object 2025-12-27 17:33:39 +01:00
Matthias
414fe81b27 test: reduce test position data 2025-12-27 17:18:43 +01:00
Matthias
00de8077f7 test: fix hyperliquid positions test 2025-12-27 17:18:15 +01:00
Matthias
1dde1ad0ed test: fix and improve hip3 config validation test 2025-12-27 17:10:28 +01:00
Matthias
2708343a2d fix: only validate HIP3 in futures mode 2025-12-27 17:07:35 +01:00
Matthias
61eb3306dd docs: fix documentation formatting and wording 2025-12-27 16:59:32 +01:00
Matthias
e71329c82b fix: DEX's are isolated margin only 2025-12-27 16:50:21 +01:00
Matthias
dc4adccaaf feat: don't limit pairs in "list-pairs" mode 2025-12-27 16:48:53 +01:00
Matthias
45b9c8c53f chore: use parent methods for proper error handling 2025-12-27 16:48:25 +01:00
Ingo
bcd033bd0d remove HIP3 dex quantity restrictions 2025-12-21 19:55:35 +01:00
Ingo
ce8732b0cd modified tests for hip3 assets + add new tests for hip3 assets 2025-12-21 08:03:51 +01:00
Ingo
bcf6c244b0 Add config validation + market tradable checks 2025-12-21 08:03:51 +01:00
igi01
9023ca4f56 Merge branch 'freqtrade:develop' into feature/hyperliquid-hip3-support 2025-12-21 07:30:20 +01:00
Matthias
e9847d9549 Merge pull request #12627 from freqtrade/unify/algo_stop_orders
refactor stoploss methods for exchanges with algo orders
2025-12-19 06:27:12 +01:00
Matthias
21d723b35d chore(ci): visualize disk sizes for docker build 2025-12-18 07:06:34 +01:00
Matthias
6c8b8f642a Merge pull request #12629 from freqtrade/update/binance-leverage-tiers
Update Binance Leverage Tiers
2025-12-18 06:29:05 +01:00
Ingo
29b7cbbb12 HIP3 dexes now fetched by market info of specific pairs 2025-12-18 05:31:55 +01:00
Ingo
b2d5343a4e accidentaly deleted file and not the diff 2025-12-18 05:31:07 +01:00
Freqtrade Bot
6905b8059d chore: update pre-commit hooks 2025-12-18 03:28:09 +00:00
Ingo
301aff141a HIP3 dexes now fetched by market info of specific pairs 2025-12-17 21:58:10 +01:00
Ingo
245ca4bc2a accidentaly deleted file and not the diff 2025-12-17 21:56:59 +01:00
Ingo
f32d25daac accidentaly deleted file and not the diff 2025-12-17 21:56:07 +01:00
Matthias
1143aba671 test: simplify test call 2025-12-17 07:18:19 +01:00
Matthias
278bd0e97d chore: improve variable naming 2025-12-17 07:18:19 +01:00
Matthias
d5b296c75c test: fix gate stoploss test 2025-12-17 07:18:19 +01:00
Matthias
c63fba2e57 chore: rename flag to better match what it does 2025-12-17 07:18:19 +01:00
Matthias
c8d74baaa1 refactor: unify fetch_stoploss_order 2025-12-17 07:18:19 +01:00
Matthias
a9ebff3965 Merge pull request #12628 from freqtrade/dependabot/pip/filelock-3.20.1
chore(deps): bump filelock from 3.20.0 to 3.20.1
2025-12-17 06:31:43 +01:00
dependabot[bot]
8859b9009a chore(deps): bump filelock from 3.20.0 to 3.20.1
Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.20.0 to 3.20.1.
- [Release notes](https://github.com/tox-dev/py-filelock/releases)
- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/py-filelock/compare/3.20.0...3.20.1)

---
updated-dependencies:
- dependency-name: filelock
  dependency-version: 3.20.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-16 22:56:31 +00:00
Matthias
d4aee7e433 test: add autospec=True to just changed tests 2025-12-16 20:48:15 +01:00
Matthias
f0908a1043 test: adapt test to new call logic 2025-12-16 20:32:26 +01:00
Matthias
cf6bf1b7b5 refactor: reduce code duplication for cancel_stop_orders 2025-12-16 20:32:26 +01:00
Matthias
84e9251fcd test: use object patching instead of direct assignment 2025-12-16 20:32:26 +01:00
Matthias
5800002d42 feat: add stoploss_fetch_requires_stop_param property 2025-12-16 20:32:26 +01:00
Matthias
6a98c19dab fix: improve binance stoploss "triggered" behavior 2025-12-16 20:12:34 +01:00
Matthias
eb3e8b82f9 Merge pull request #12626 from freqtrade/update/pre-commit-hooks
Update pre-commit hooks
2025-12-16 06:28:58 +01:00
Freqtrade Bot
98da54ae82 chore: update pre-commit hooks 2025-12-16 03:30:35 +00:00
Matthias
fa5210aa4b fix: function signature mismatch 2025-12-15 20:35:05 +01:00
Matthias
289e53ed5a fix: allow set-leverage failures on followup orders 2025-12-15 20:23:11 +01:00
igi01
789f4aa4f8 Delete requirements.txt
Accidentally pushed Version, which was used for testing
2025-12-15 19:01:24 +01:00
igi01
2045fa6427 Delete freqtrade/configuration/config_validation.py
validation will be included in hyperliquid.py
2025-12-15 18:59:54 +01:00
Matthias
8c62816972 Merge pull request #12619 from freqtrade/dependabot/pip/develop/python-rapidjson-1.23
chore(deps): bump python-rapidjson from 1.22 to 1.23
2025-12-15 07:11:04 +01:00
dependabot[bot]
c0d40a03aa chore(deps): bump python-rapidjson from 1.22 to 1.23
Bumps [python-rapidjson](https://github.com/python-rapidjson/python-rapidjson) from 1.22 to 1.23.
- [Changelog](https://github.com/python-rapidjson/python-rapidjson/blob/master/CHANGES.rst)
- [Commits](https://github.com/python-rapidjson/python-rapidjson/compare/v1.22...v1.23)

---
updated-dependencies:
- dependency-name: python-rapidjson
  dependency-version: '1.23'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-15 05:50:08 +00:00
Matthias
551831c901 Merge pull request #12620 from freqtrade/dependabot/pip/develop/fastapi-0.124.0
chore(deps): bump fastapi from 0.123.0 to 0.124.0
2025-12-15 06:49:45 +01:00
Matthias
67850fd2a2 Merge pull request #12623 from freqtrade/dependabot/pip/develop/orjson-3.11.5
chore(deps): bump orjson from 3.11.4 to 3.11.5
2025-12-15 06:49:00 +01:00
Matthias
715ef21da0 Merge pull request #12621 from freqtrade/dependabot/github_actions/develop/actions/checkout-6.0.1
chore(deps): bump actions/checkout from 6.0.0 to 6.0.1
2025-12-15 06:43:44 +01:00
Matthias
b8defa5d45 Merge pull request #12622 from freqtrade/dependabot/pip/develop/stable-baselines3-2.7.1
chore(deps): bump stable-baselines3 from 2.7.0 to 2.7.1
2025-12-15 06:27:06 +01:00
Matthias
6d3dac828a Merge pull request #12618 from freqtrade/dependabot/pip/develop/pytest-80f5f76e78
chore(deps-dev): bump pytest from 9.0.1 to 9.0.2 in the pytest group
2025-12-15 06:25:26 +01:00
Matthias
968a9a3750 Merge pull request #12625 from freqtrade/dependabot/pip/develop/ruff-0.14.8
chore(deps-dev): bump ruff from 0.14.7 to 0.14.8
2025-12-15 06:24:26 +01:00