Commit Graph

30720 Commits

Author SHA1 Message Date
Matthias
31cf2dd46d test: improve rpc_balance handle error test 2026-01-09 06:49:17 +01:00
Matthias
06a53924d7 test: improve balance rpc test 2026-01-08 20:53:29 +01:00
Matthias
f08f19d1cb test: Change test to ADA (it's in markets)
Mock trades for balance test
2026-01-08 20:37:12 +01:00
Matthias
515912f14d chore: add explaining comment 2026-01-08 07:24:20 +01:00
Matthias
60425e6237 test: update rpc tests to new calculation mode 2026-01-08 06:47:17 +01:00
Matthias
3b5f1d52cd feat: Futures wallets should consider open PnL 2026-01-08 06:47:17 +01:00
Matthias
519721b58b Merge pull request #12700 from freqtrade/update/binance-leverage-tiers
Update Binance Leverage Tiers
2026-01-08 06:31:42 +01:00
Freqtrade Bot
3ae7823983 chore: update pre-commit hooks 2026-01-08 03:33:00 +00:00
Matthias
8596042065 Merge pull request #12697 from freqtrade/dependabot/pip/urllib3-2.6.3
chore(deps): bump urllib3 from 2.6.2 to 2.6.3
2026-01-07 21:37:51 +01:00
dependabot[bot]
c2e92250b5 chore(deps): bump urllib3 from 2.6.2 to 2.6.3
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.2 to 2.6.3.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/2.6.2...2.6.3)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-version: 2.6.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-07 19:47:04 +00:00
Matthias
d2ed5c6736 Merge pull request #12695 from freqtrade/dependabot/pip/develop/psutil-7.2.1
chore(deps): bump psutil from 7.2.0 to 7.2.1
2026-01-07 20:19:30 +01:00
Matthias
8e023a7bf3 Merge pull request #12696 from freqtrade/dependabot/pip/develop/ccxt-4.5.31
chore(deps): bump ccxt from 4.5.30 to 4.5.31
2026-01-07 19:46:36 +01:00
dependabot[bot]
b3711fdf6c chore(deps): bump ccxt from 4.5.30 to 4.5.31
Bumps [ccxt](https://github.com/ccxt/ccxt) from 4.5.30 to 4.5.31.
- [Release notes](https://github.com/ccxt/ccxt/releases)
- [Commits](https://github.com/ccxt/ccxt/compare/v4.5.30...v4.5.31)

---
updated-dependencies:
- dependency-name: ccxt
  dependency-version: 4.5.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-07 16:04:28 +00:00
dependabot[bot]
681876e0e5 chore(deps): bump psutil from 7.2.0 to 7.2.1
Bumps [psutil](https://github.com/giampaolo/psutil) from 7.2.0 to 7.2.1.
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
- [Commits](https://github.com/giampaolo/psutil/compare/release-7.2.0...release-7.2.1)

---
updated-dependencies:
- dependency-name: psutil
  dependency-version: 7.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-07 16:04:13 +00:00
Matthias
c3502991d3 chore: use instance attribute throughout 2026-01-07 07:17:12 +01:00
Matthias
6cc22fcf74 fix: ensure defaults are applied to exchange configuration
closes #12694
2026-01-07 07:00:40 +01:00
Matthias
2f011e5421 docs: remove mentions of "isolated only" for futures 2026-01-07 06:33:19 +01:00
Matthias
4322acbbb8 refactor: rename wallets position variable 2026-01-06 20:00:04 +01:00
Matthias
50cba51008 chore: remove pointless exception handler 2026-01-06 19:05:32 +01:00
Matthias
7498f20baa feat: improve telegram balance output (remove trailing zeros) 2026-01-06 13:41:02 +01:00
Matthias
a1b3e59491 fix: ensure wallet position leverage is always set 2026-01-06 13:00:11 +01:00
Matthias
4fcbce2ce5 Merge pull request #12685 from CutieCat6778/patch-1
Skip loop iteration if train_queue is empty
2026-01-06 10:15:50 +01:00
Matthias
22699ee6ed Merge pull request #12693 from freqtrade/update/pre-commit-hooks
Update pre-commit hooks
2026-01-06 09:50:51 +01:00
Matthias
aec5450036 chore: fix whitespace issue 2026-01-06 09:36:33 +01:00
Matthias
2c5a150a7b maint: remove non-needed permission 2026-01-06 09:35:22 +01:00
Matthias
f845dc71b1 maint: fix pedantic zizmor problems 2026-01-06 09:33:00 +01:00
Matthias
61274252af maint: rename zizmor CI workflow
this will avoid schema collision with the zizmor.yml config file
2026-01-06 09:21:04 +01:00
Matthias
00d903cb3f maint: add explanatory comment for permission 2026-01-06 09:19:03 +01:00
Matthias
29f235441b maint: set base permissions for all workflows 2026-01-06 09:17:08 +01:00
Matthias
872b59c9cd maint: pin all actions by hash 2026-01-06 09:13:13 +01:00
Freqtrade Bot
be7f5f4e26 chore: update pre-commit hooks 2026-01-06 08:36:01 +01:00
Matthias
82c1f096de maint: skip pip-audit in github actions 2026-01-06 08:35:40 +01:00
Matthias
ed7887c426 Merge pull request #12692 from freqtrade/dependabot/pip/aiohttp-3.13.3
chore(deps): bump aiohttp from 3.13.2 to 3.13.3
2026-01-06 08:23:46 +01:00
dependabot[bot]
e58f7b0344 chore(deps): bump aiohttp from 3.13.2 to 3.13.3
---
updated-dependencies:
- dependency-name: aiohttp
  dependency-version: 3.13.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-06 00:48:17 +00:00
Matthias
32eaae5dcf feat: add __repr__ to Wallets object 2026-01-05 18:06:05 +01:00
Matthias
38c74e5d1a docs: remove unnecessary `"-" in command 2026-01-05 13:09:18 +01:00
Matthias
e89a31c6d1 Merge pull request #12688 from freqtrade/dependabot/pip/develop/technical-1.5.4
chore(deps): bump technical from 1.5.3 to 1.5.4
2026-01-05 08:25:25 +01:00
Matthias
3eb8de633c Merge pull request #12687 from freqtrade/dependabot/pip/develop/psutil-7.2.0
chore(deps): bump psutil from 7.1.3 to 7.2.0
2026-01-05 08:10:07 +01:00
Matthias
0ee3e4304f Merge pull request #12689 from freqtrade/dependabot/pip/develop/fastapi-0.128.0
chore(deps): bump fastapi from 0.127.0 to 0.128.0
2026-01-05 08:09:54 +01:00
dependabot[bot]
228dfe8ab2 chore(deps): bump fastapi from 0.127.0 to 0.128.0
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.127.0 to 0.128.0.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](https://github.com/fastapi/fastapi/compare/0.127.0...0.128.0)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-version: 0.128.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-05 03:29:12 +00:00
dependabot[bot]
bfcc2aa153 chore(deps): bump technical from 1.5.3 to 1.5.4
Bumps [technical](https://github.com/freqtrade/technical) from 1.5.3 to 1.5.4.
- [Release notes](https://github.com/freqtrade/technical/releases)
- [Commits](https://github.com/freqtrade/technical/compare/1.5.3...1.5.4)

---
updated-dependencies:
- dependency-name: technical
  dependency-version: 1.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-05 03:28:55 +00:00
dependabot[bot]
39e2ecb6a2 chore(deps): bump psutil from 7.1.3 to 7.2.0
Bumps [psutil](https://github.com/giampaolo/psutil) from 7.1.3 to 7.2.0.
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
- [Commits](https://github.com/giampaolo/psutil/compare/release-7.1.3...release-7.2.0)

---
updated-dependencies:
- dependency-name: psutil
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-05 03:28:42 +00:00
Thinh Nguyen
0fcfd933ea Skip loop iteration if train_queue is empty
Added a check to continue the loop if the training queue is empty.
2026-01-03 23:32:38 +01:00
Matthias
b9a4918d61 test: reset converter before and after fiat conversions 2026-01-03 14:33:08 +01:00
Matthias
0d7127bb6a refactor: use metaclass for Singleton in FiatConverter 2026-01-03 14:06:17 +01:00
Matthias
cfd048e74e test: mock fiat_convert entry method 2026-01-03 14:02:18 +01:00
Matthias
c911332da3 test: simplify telegram fiat_convert mocking 2026-01-03 13:51:39 +01:00
Matthias
43a849d45d test: remove pointless mocks 2026-01-03 13:46:37 +01:00
Matthias
3ad502b073 test: mock object instead of global mock 2026-01-03 13:40:18 +01:00
Matthias
6d4ad393d5 test: cleanup unneeded mocks from test_rpc 2026-01-03 13:18:23 +01:00