Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] develop from freqtrade:develop #379

Merged
merged 655 commits into from
Dec 26, 2024
Merged
Changes from 1 commit
Commits
Show all changes
655 commits
Select commit Hold shift + click to select a range
02fcd3b
chore(deps): bump pydantic from 2.10.1 to 2.10.2
dependabot[bot] Dec 2, 2024
d53f4fb
chore(deps): bump pyarrow from 18.0.0 to 18.1.0
dependabot[bot] Dec 2, 2024
1da8b68
chore(deps): bump matplotlib from 3.9.2 to 3.9.3
dependabot[bot] Dec 2, 2024
cffcb2b
chore(deps): bump pyjwt from 2.10.0 to 2.10.1
dependabot[bot] Dec 2, 2024
8b5aa08
Merge pull request #11014 from freqtrade/dependabot/pip/develop/mkdoc…
xmatthias Dec 2, 2024
3ff19ba
Merge pull request #11019 from freqtrade/dependabot/pip/develop/pyjwt…
xmatthias Dec 2, 2024
8584cac
Merge pull request #11016 from freqtrade/dependabot/pip/develop/pydan…
xmatthias Dec 2, 2024
e376889
Merge pull request #11013 from freqtrade/dependabot/pip/develop/pytes…
xmatthias Dec 2, 2024
c0cec2b
Merge pull request #11015 from freqtrade/dependabot/pip/develop/pytho…
xmatthias Dec 2, 2024
2290b44
Merge pull request #11018 from freqtrade/dependabot/pip/develop/matpl…
xmatthias Dec 2, 2024
06327e8
chore(deps): bump cryptography from 42.0.8 to 44.0.0
dependabot[bot] Dec 2, 2024
980bfdd
chore(deps-dev): bump ruff from 0.8.0 to 0.8.1
dependabot[bot] Dec 2, 2024
6c9e6cc
chore(deps): bump xgboost from 2.0.3 to 2.1.3
dependabot[bot] Dec 2, 2024
c841146
chore: Remove non-suppored callback from XGBRFRegressor
xmatthias Dec 2, 2024
4107e5c
Merge pull request #11021 from freqtrade/dependabot/pip/develop/crypt…
xmatthias Dec 2, 2024
62b0995
Merge pull request #11020 from freqtrade/dependabot/pip/develop/ruff-…
xmatthias Dec 2, 2024
00e9178
chore: bump pyarrow wheel
xmatthias Dec 2, 2024
ba162e3
fix: invert logic and to or
xzmeng Dec 2, 2024
cf896bb
chore: add the missing space in log
xzmeng Dec 2, 2024
73f00d2
fix: check if days is None before conversion
xzmeng Dec 2, 2024
b032c32
Merge pull request #11017 from freqtrade/dependabot/pip/develop/pyarr…
xmatthias Dec 2, 2024
58d3555
Merge pull request #11027 from xzmeng/fix-cond
xmatthias Dec 2, 2024
2f4bd6a
chore: split pypi and pypi test jobs to enable proper attestation
xmatthias Dec 2, 2024
94e09f9
Merge pull request #11028 from xzmeng/fix-none
xmatthias Dec 2, 2024
57d5a55
chore: update pre-commit hooks
xmatthias Dec 3, 2024
196c122
Merge pull request #11031 from freqtrade/update/pre-commit-hooks
xmatthias Dec 3, 2024
ef0703f
fix: Set timeframe for api calls
xmatthias Dec 3, 2024
c082e5f
feat: add dry_run_wallet helper
xmatthias Dec 3, 2024
7a8971b
feat: use get_dry_run_wallet helper
xmatthias Dec 3, 2024
b0b73bf
feat: add starting_balance as argument to hyperopt_loss_function
xmatthias Dec 3, 2024
18305a5
docs: update hyperopt docs to include new argument
xmatthias Dec 3, 2024
ad8f621
tests: Improve hyperopt loss tests
xmatthias Dec 3, 2024
3855d44
Merge pull request #11005 from freqtrade/fix/freqai_bug
robcaulk Dec 3, 2024
fe834f0
fix: import causing long startup time
xmatthias Dec 3, 2024
ebae0a7
chore: improve typing of new functionality
xmatthias Dec 3, 2024
d6c21e2
chore: orderflow: better typing
xmatthias Dec 3, 2024
7dfee16
chore: improved logic ordering in orderflow method
xmatthias Dec 4, 2024
e04f630
chore: further improve typing in orderflow
xmatthias Dec 4, 2024
298ce33
chore: eliminate duplicate trades data grouping
xmatthias Dec 4, 2024
1d0702e
chore: update pre-commit hooks
xmatthias Dec 5, 2024
b1d7d73
Merge pull request #11041 from freqtrade/update/binance-leverage-tiers
xmatthias Dec 5, 2024
6be5947
chore: Move local Import out of the loop
xmatthias Dec 5, 2024
0bf0e18
chore: add todo for future cleanup
xmatthias Dec 5, 2024
ff371c4
tests: add test to ensure caching works
xmatthias Dec 5, 2024
82d517f
test: improve orderflow test
xmatthias Dec 5, 2024
6584f86
test: add Spy to improve test
xmatthias Dec 5, 2024
4879582
feat: use dataframe.at directly to avoid intermediate series
xmatthias Dec 5, 2024
48dd86b
chore: use `.at` for assignments
xmatthias Dec 5, 2024
9d07f5d
chore: reduce orderflow code duplication
xmatthias Dec 5, 2024
621dfc1
fix: Improved caching
xmatthias Dec 6, 2024
6ab5287
tests: Update orderflow tests
xmatthias Dec 6, 2024
3137d7c
chore: remove unnecessary config alias
xmatthias Dec 6, 2024
171157c
chore: further simplify orderflow code
xmatthias Dec 6, 2024
6c25fea
tests: assert type of orderflow object
xmatthias Dec 6, 2024
ab39ac2
fix: ensure data type is maintained when data comes from cache.
xmatthias Dec 6, 2024
267d933
chore: remove pointless, very noisy log message.
xmatthias Dec 6, 2024
e09d1b4
chore: eliminate duplicate trades data grouping
xmatthias Dec 4, 2024
9f5cb3a
chore: add exif-stripper to ensure exif data is removed
xmatthias Dec 6, 2024
63f8217
chore: ensure exif-data is removed from images
xmatthias Dec 6, 2024
e77ca02
chore: improve naming, don't duplicate column list
xmatthias Dec 6, 2024
fb9e11b
chore: improve type safety
xmatthias Dec 7, 2024
98e0a5f
chore: remove unused arguments in loss functions
xmatthias Dec 7, 2024
a85f200
Merge pull request #11000 from freqtrade/feat/multi_wallet
xmatthias Dec 7, 2024
0683ba3
feat: limit environment-variable json parsing to lists
xmatthias Dec 8, 2024
934bcf2
test: add tests for list parsing
xmatthias Dec 8, 2024
10b5d5e
docs: add "list parsing" logic to documentation
xmatthias Dec 8, 2024
489db37
Merge pull request #10979 from amalysh/develop
xmatthias Dec 8, 2024
eee5d71
chore: patch torch all the time -
xmatthias Dec 8, 2024
8dc322d
chore: don't allow negative stake amounts
xmatthias Dec 8, 2024
193b989
chore: Be more precise with binance account limitation
xmatthias Dec 8, 2024
6d698e5
chore: return 0 total balances
xmatthias Dec 8, 2024
3c88bdc
fix: round liquidation price to price precision
xmatthias Dec 8, 2024
ae1baf5
test: mock price_to_precision for liquidation calculations
xmatthias Dec 8, 2024
a30f281
Merge pull request #11023 from freqtrade/dependabot/pip/develop/xgboo…
xmatthias Dec 8, 2024
654d2ab
fix: Round stoploss_dist to price_precision
xmatthias Dec 8, 2024
142ea68
chore: fix oddity of price_to_precision
xmatthias Dec 8, 2024
d0223e6
chore: simplify dry-run wallet update
xmatthias Dec 8, 2024
58357a0
chore: calculate total_stake only once
xmatthias Dec 8, 2024
4cd8e6b
chore: simplify rpc_balance method by relying on exchange cache
xmatthias Dec 8, 2024
0276e65
test: update rpc test for new behavior
xmatthias Dec 8, 2024
2ff0abc
refactor: conversation rate retrieval to exchange class
xmatthias Dec 8, 2024
d898c80
test: Add test for get_conversion_rate
xmatthias Dec 8, 2024
f07aec4
chore: remove unnecessary imports
xmatthias Dec 8, 2024
4d36aaf
feat: convert get_valid_pair_combination to generator
xmatthias Dec 8, 2024
f529cfe
chore: fix wrong return typing
xmatthias Dec 8, 2024
d4fbdee
chore(deps-dev): bump the types group with 2 updates
dependabot[bot] Dec 9, 2024
f5dceb0
chore(deps): bump mkdocs-material in the mkdocs group
dependabot[bot] Dec 9, 2024
e97a647
chore(deps-dev): bump ruff from 0.8.1 to 0.8.2
dependabot[bot] Dec 9, 2024
8347122
chore(deps): bump python-telegram-bot from 21.8 to 21.9
dependabot[bot] Dec 9, 2024
8aea015
chore(deps): bump ccxt from 4.4.35 to 4.4.37
dependabot[bot] Dec 9, 2024
f1fabb0
chore(deps): bump fastapi from 0.115.5 to 0.115.6
dependabot[bot] Dec 9, 2024
2b91be6
Merge pull request #11061 from freqtrade/dependabot/pip/develop/ruff-…
xmatthias Dec 9, 2024
23579df
Merge pull request #11058 from freqtrade/dependabot/pip/develop/mkdoc…
xmatthias Dec 9, 2024
65ab47d
Merge pull request #11063 from freqtrade/dependabot/pip/develop/pytho…
xmatthias Dec 9, 2024
05b101b
Merge pull request #11064 from freqtrade/dependabot/pip/develop/ccxt-…
xmatthias Dec 9, 2024
4c2488f
Merge pull request #11065 from freqtrade/dependabot/pip/develop/fasta…
xmatthias Dec 9, 2024
6788214
chore(deps): bump pydantic from 2.10.2 to 2.10.3
dependabot[bot] Dec 9, 2024
8cb82df
chore: simplify dry_wallets call
xmatthias Dec 8, 2024
6887ed4
feat: add cross margin balance logic
xmatthias Dec 8, 2024
0fc0b2a
test: add test for cross balance logic
xmatthias Dec 8, 2024
6b1ac49
tests: more tests for cross wallet
xmatthias Dec 9, 2024
fe9d1a0
chore: bump pre-commit dependencies
xmatthias Dec 9, 2024
946e6fd
Merge pull request #11066 from freqtrade/dependabot/pip/develop/pydan…
xmatthias Dec 9, 2024
cf731d7
Merge pull request #11057 from freqtrade/dependabot/pip/develop/types…
xmatthias Dec 9, 2024
e9cf0a7
chore: update pre-commit hooks
xmatthias Dec 10, 2024
7552ad5
Merge pull request #11070 from freqtrade/update/pre-commit-hooks
xmatthias Dec 10, 2024
097836d
feat: improve logic for liquidation price calc
xmatthias Dec 10, 2024
f3d7b24
test: Improve wallet tests
xmatthias Dec 10, 2024
d8fa782
test: Add test with faulty behavior
xmatthias Dec 11, 2024
b9aa78b
fix: crash in PercentChange pairlist
xmatthias Dec 11, 2024
3483575
chore: improve typing in percentChange Pairlist
xmatthias Dec 11, 2024
d887a4a
Merge branch 'develop' into fix/orderflow_cache
xmatthias Dec 11, 2024
467c0df
chore: update pre-commit hooks
xmatthias Dec 12, 2024
cb9d828
Merge pull request #11079 from freqtrade/update/binance-leverage-tiers
xmatthias Dec 12, 2024
8fb9140
Merge pull request #11046 from freqtrade/fix/orderflow_cache
xmatthias Dec 12, 2024
d2b4d1e
add more explanation regarding reducing position partially
stash86 Dec 12, 2024
c00b248
Add initial_state option to FAQ
froggleston Dec 12, 2024
0fb927e
Merge pull request #11081 from freqtrade/frog-docs-state-1
xmatthias Dec 12, 2024
8cf3c7b
chore: use FtPrecise for stake_amount_filled calculation
xmatthias Dec 12, 2024
abbfe04
Merge pull request #11080 from stash86/docs-dca
xmatthias Dec 12, 2024
0159d25
chore: add missing dev-deps to pyproject.toml
xmatthias Dec 13, 2024
3295b1c
chore: try using UV for windows runs
xmatthias Dec 10, 2024
6963141
chore: fix aliasing
xmatthias Dec 10, 2024
aa8e504
chore: remove non-existing UV argument
xmatthias Dec 10, 2024
7d1ac02
chore: only binary ...
xmatthias Dec 10, 2024
c1be014
chore: package name lowercase ??
xmatthias Dec 10, 2024
569ac2b
chore: move uv work
xmatthias Dec 10, 2024
8f617d0
chore: further uv tests
xmatthias Dec 10, 2024
8cd03c9
chore: uv - enable cache
xmatthias Dec 10, 2024
30909d1
chore: uv: glob
xmatthias Dec 10, 2024
f378e10
chore: link mode copy
xmatthias Dec 10, 2024
f978a5c
chore: uv - different caching
xmatthias Dec 10, 2024
4f318a5
chore: uv - different caching
xmatthias Dec 10, 2024
3a6ef8c
chore: use link mode for UV installs
xmatthias Dec 13, 2024
219e6b4
chore: Try using uv venv creation
xmatthias Dec 13, 2024
f11fe14
chore: remove system mode, set path globally
xmatthias Dec 13, 2024
cc7b1a5
chore: clean up install_windows call
xmatthias Dec 13, 2024
e8376d5
feat: add timeframe_to_DateOffset
xmatthias Dec 6, 2024
9129266
feat: greatly improve performance of orderflow by not using apply
xmatthias Dec 13, 2024
016cabb
chore: simplify imports
xmatthias Dec 13, 2024
b54d8c5
add warning about loose logic
stash86 Dec 14, 2024
f54a141
fix typo
stash86 Dec 14, 2024
1e74aa3
chore: bump ccxt to 4.4.40
xmatthias Dec 14, 2024
e2e1c61
Merge pull request #11087 from freqtrade/bump/ccxt
xmatthias Dec 14, 2024
d0c5d61
docs: add note about incompatibility between orderflow and freqAI
xmatthias Dec 14, 2024
0f18e78
Merge pull request #11084 from freqtrade/improve/orderflow_times
xmatthias Dec 14, 2024
5f947a8
docs: improve ordering in adjust trade position callback docs
xmatthias Dec 14, 2024
8dfbf34
Merge pull request #11086 from freqtrade/fix-docs
xmatthias Dec 14, 2024
11f0a59
docs: slightly improve position adjust doc wording
xmatthias Dec 14, 2024
5744e16
refactor: use 1 structure to save analysis signals
xmatthias Dec 14, 2024
b862927
chore: don't exclude tests from pyright
xmatthias Dec 15, 2024
b04c5ae
refactor: move backtest "storage" logic to storage file
xmatthias Dec 15, 2024
a1ab8de
test: Update tests for new bt storage method
xmatthias Dec 15, 2024
abfe683
test: fix tests data pollution
xmatthias Dec 15, 2024
12ae36e
test: use tmp_path instead of testdatadir for writing
xmatthias Dec 15, 2024
685811e
feat: update backtest_api with new storage interface
xmatthias Dec 15, 2024
af7974a
chore(deps): bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3
dependabot[bot] Dec 16, 2024
f575e56
chore(deps-dev): bump pytest-asyncio in the pytest group
dependabot[bot] Dec 16, 2024
5cd1892
chore(deps): bump matplotlib from 3.9.3 to 3.10.0
dependabot[bot] Dec 16, 2024
dd805c4
chore(deps): bump scikit-learn from 1.5.2 to 1.6.0
dependabot[bot] Dec 16, 2024
2587b54
chore(deps): bump uvicorn from 0.32.1 to 0.34.0
dependabot[bot] Dec 16, 2024
d780d56
chore(deps): bump janus from 1.1.0 to 2.0.0
dependabot[bot] Dec 16, 2024
c8649a7
chore(deps-dev): bump ruff from 0.8.2 to 0.8.3
dependabot[bot] Dec 16, 2024
6bf4217
Merge pull request #11100 from freqtrade/dependabot/pip/develop/ruff-…
xmatthias Dec 16, 2024
17c11d0
Merge pull request #11099 from freqtrade/dependabot/pip/develop/janus…
xmatthias Dec 16, 2024
d5d65cf
Merge pull request #11098 from freqtrade/dependabot/pip/develop/uvico…
xmatthias Dec 16, 2024
274136d
Merge pull request #11094 from freqtrade/dependabot/github_actions/de…
xmatthias Dec 16, 2024
3fa2238
Merge pull request #11095 from freqtrade/dependabot/pip/develop/pytes…
xmatthias Dec 16, 2024
7ba879c
Merge pull request #11096 from freqtrade/dependabot/pip/develop/matpl…
xmatthias Dec 16, 2024
d992772
Merge pull request #11097 from freqtrade/dependabot/pip/develop/sciki…
xmatthias Dec 16, 2024
ad7b70a
Add more detail to the REST API endpoint docs
froggleston Dec 16, 2024
a5907db
chore: update pip-install command for windows ci
xmatthias Dec 16, 2024
3f795a8
chore: improve logic for live wallet update
xmatthias Dec 16, 2024
609893f
chore: update pre-commit hooks
xmatthias Dec 17, 2024
fced0c4
Merge pull request #11105 from freqtrade/update/pre-commit-hooks
xmatthias Dec 17, 2024
5af8940
fix: starting balance should include tradable_balance_ratio
xmatthias Dec 17, 2024
ed24278
test: adapt starting capital tests for tradable_balance_ratio
xmatthias Dec 17, 2024
d805ee6
chore: improve type safety
xmatthias Dec 17, 2024
44d1f16
chore: type rpc._freqtradebot for improved DX
xmatthias Dec 17, 2024
cdcca3d
chore: update pre-commit hooks
xmatthias Dec 19, 2024
c4b39a4
docs: add suggestion to prefix all urls with base url.
xmatthias Dec 19, 2024
6edfebd
Merge pull request #11102 from froggleston/frog-docs-api-1
xmatthias Dec 19, 2024
c8b7449
Merge pull request #11111 from freqtrade/update/binance-leverage-tiers
xmatthias Dec 19, 2024
06e20b3
Add params to REST API table description, fix first column width
froggleston Dec 19, 2024
d38fcd2
Fix missing EOL
froggleston Dec 19, 2024
564d874
chore: improve typing
xmatthias Dec 19, 2024
8ee2c84
fix: round liquidation price to precision in a different spot
xmatthias Dec 19, 2024
8cb69e4
test: Update test for new liquidation price precision rounding
xmatthias Dec 19, 2024
6638056
Update docs/stylesheets/ft.extra.css
froggleston Dec 19, 2024
e1f759e
Merge pull request #11112 from froggleston/frog-docs-api-2
xmatthias Dec 19, 2024
0d73e96
chore: pin blosc2 for raspberry builds
xmatthias Dec 20, 2024
f9bd11f
chore: blosc2 only supports python 3.11+
xmatthias Dec 20, 2024
4704f2b
chore: fix blosc version selectors
xmatthias Dec 20, 2024
0b0bbd4
chore: improve comment wording
xmatthias Dec 20, 2024
40cb70f
fix: one-side pairlocks not showing in UI
xmatthias Dec 21, 2024
b50d9f5
Fix KeyError: 'max_drawdown' in jupyter notebook
AchmadFathoni Dec 21, 2024
04813e4
Change unavailable "max_drawdown" key
AchmadFathoni Dec 21, 2024
32f5924
Merge pull request #11119 from AchmadFathoni/fix_notebook
xmatthias Dec 21, 2024
503305c
fix: properly pass timerange to data-download
xmatthias Dec 22, 2024
07682c3
chore(deps): bump astral-sh/setup-uv from 4 to 5
dependabot[bot] Dec 23, 2024
c14492a
chore(deps): bump mkdocs-material in the mkdocs group
dependabot[bot] Dec 23, 2024
dc59421
chore(deps): bump pydantic from 2.10.3 to 2.10.4
dependabot[bot] Dec 23, 2024
4d6732c
chore(deps): bump psutil from 6.1.0 to 6.1.1
dependabot[bot] Dec 23, 2024
65acd5d
chore(deps): bump urllib3 from 2.2.3 to 2.3.0
dependabot[bot] Dec 23, 2024
b8b69ee
chore(deps): bump ccxt from 4.4.40 to 4.4.42
dependabot[bot] Dec 23, 2024
ed33672
chore(deps-dev): bump ruff from 0.8.3 to 0.8.4
dependabot[bot] Dec 23, 2024
12cbe70
Merge pull request #11126 from freqtrade/dependabot/pip/develop/pydan…
xmatthias Dec 23, 2024
a93a1b8
Merge pull request #11130 from freqtrade/dependabot/pip/develop/urlli…
xmatthias Dec 23, 2024
eadd4a7
Merge pull request #11127 from freqtrade/dependabot/pip/develop/psuti…
xmatthias Dec 23, 2024
b62fa81
Merge pull request #11123 from freqtrade/dependabot/pip/develop/mkdoc…
xmatthias Dec 23, 2024
117887f
Merge pull request #11122 from freqtrade/dependabot/github_actions/de…
xmatthias Dec 23, 2024
ba42d8d
Merge pull request #11133 from freqtrade/dependabot/pip/develop/ruff-…
xmatthias Dec 23, 2024
9d02218
chore(deps): bump jinja2 from 3.1.4 to 3.1.5
dependabot[bot] Dec 23, 2024
3dcc130
Merge pull request #11131 from freqtrade/dependabot/pip/develop/ccxt-…
xmatthias Dec 23, 2024
9405f41
chore(deps-dev): bump mypy from 1.13.0 to 1.14.0
dependabot[bot] Dec 23, 2024
90cd381
Merge pull request #11129 from freqtrade/dependabot/pip/develop/jinja…
xmatthias Dec 23, 2024
cf4c29a
chore(deps): bump technical from 1.4.4 to 1.5.0
dependabot[bot] Dec 23, 2024
52933e9
Merge pull request #11128 from freqtrade/dependabot/pip/develop/mypy-…
xmatthias Dec 23, 2024
77e36ed
Merge pull request #11125 from freqtrade/dependabot/pip/develop/techn…
xmatthias Dec 23, 2024
5ac95a0
test: close mock order for funding-fee test
xmatthias Dec 22, 2024
0a81658
test: add test to confirm behavior in #11135
xmatthias Dec 23, 2024
2a526a8
fix: don't over-state stake-amount on first entry
xmatthias Dec 23, 2024
4a256ed
chore: failed messages shouldn't return the wrapper but None
xmatthias Dec 23, 2024
6cc0c2b
feat: add support for "topic_id" in telegram notifications
xmatthias Dec 23, 2024
0663335
chore: update config_schema with topic_id attribute
xmatthias Dec 23, 2024
7092edf
chore: update pre-commit hooks
xmatthias Dec 24, 2024
93af2b7
Merge pull request #11138 from freqtrade/update/pre-commit-hooks
xmatthias Dec 24, 2024
b75ac12
docs: document group-topic-id
xmatthias Dec 24, 2024
59b1460
Adding drawdown information for hyperopt-list --export-csv command
Dec 24, 2024
0c08656
Merge branch 'develop' of https://github.com/andrasmining/freqtrade i…
Dec 24, 2024
cef2186
feat: add _tg_info endpoint for easier information gathering
xmatthias Dec 24, 2024
b820810
hyperopt-list --export-csv command stake currency fix
Dec 24, 2024
6ef8291
test: add test for tg_info, update chat_id to be not 0
xmatthias Dec 24, 2024
010b282
docs: document `/tg_info` command
xmatthias Dec 24, 2024
d73f017
chore: reduce verbosity for topic_id wrong check
xmatthias Dec 24, 2024
215b648
Merge pull request #11141 from andrasmining/develop
xmatthias Dec 24, 2024
51ae0f0
chore: check for update.message being present
xmatthias Dec 24, 2024
1810a91
chore: update chatID to be identical throughout docs.
xmatthias Dec 24, 2024
5750d05
feat: deprecate hdf5 as data storage
xmatthias Dec 24, 2024
e59bd71
Merge pull request #11143 from freqtrade/feat/telegram_group_topics
xmatthias Dec 24, 2024
4963a96
chore: fix typo
xmatthias Dec 24, 2024
9e30e5c
Merge pull request #11144 from freqtrade/deprecate/hdf5
xmatthias Dec 25, 2024
79f35bb
chore: add docstring to rpc_status_table
xmatthias Dec 25, 2024
d7ccbfe
test: improve test accuracy
xmatthias Dec 25, 2024
c5a95dc
refactor: reuse logic from get-status for get status-table
xmatthias Dec 25, 2024
e66611c
chore: fix 2 minor potential bugs
xmatthias Dec 25, 2024
1ca594b
chore: show "total" profit if necessary
xmatthias Dec 25, 2024
2ad1fbd
chore: update pre-commit hooks
xmatthias Dec 26, 2024
b092dfa
Merge pull request #11149 from freqtrade/update/binance-leverage-tiers
xmatthias Dec 26, 2024
b5748fe
docs: add FAQ about resetting a bot's database
xmatthias Dec 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: uv - different caching
xmatthias committed Dec 13, 2024
commit 4f318a5981181ff3b30e4680ea0c3304336432a8
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -284,7 +284,7 @@ jobs:
uses: astral-sh/setup-uv@v4
with:
enable-cache: true
# cache-dependency-glob: "requirements**.txt"
cache-dependency-glob: "requirements**.txt"
cache-suffix: "${{ matrix.python-version }}"
prune-cache: false