dependabot[bot]
|
16924525ff
|
chore(deps-dev): bump pytest-asyncio in the pytest group
Bumps the pytest group with 1 update: [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio).
Updates `pytest-asyncio` from 0.25.2 to 0.25.3
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.25.2...v0.25.3)
---
updated-dependencies:
- dependency-name: pytest-asyncio
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: pytest
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-02-03 03:29:40 +00:00 |
|
Matthias
|
f1f355330c
|
chore: re-add candle-limit for funding fee candles
|
2025-02-02 17:15:21 +01:00 |
|
Matthias
|
4c5c054bca
|
fix: since_ms is mandatory
|
2025-02-02 14:33:45 +01:00 |
|
Matthias
|
0181e00c19
|
test: add test for /markets endpoint
|
2025-02-02 14:33:13 +01:00 |
|
Matthias
|
ecf013dd18
|
feat: include exchangeID in /markets response
|
2025-02-02 13:30:17 +01:00 |
|
Matthias
|
59837ef6ac
|
feat: add "/markets" endpoint
|
2025-02-02 13:22:54 +01:00 |
|
Matthias
|
b42a91d783
|
test: remove unused parameter
|
2025-02-02 13:17:06 +01:00 |
|
Matthias
|
187c8b8070
|
test: add test for "live" mode of /pair_history
|
2025-02-01 18:20:27 +01:00 |
|
Matthias
|
a807d2d6c8
|
test: Add test for /pair_history without strategy
|
2025-02-01 18:09:35 +01:00 |
|
Matthias
|
fda7b0f1ef
|
chore: increment api_version
|
2025-02-01 17:39:40 +01:00 |
|
Matthias
|
ae42f8d512
|
feat: api /pair_history - make Strategy optional
|
2025-02-01 17:39:28 +01:00 |
|
Matthias
|
6fb74fa166
|
feat: add "live_mode" flag to pair_history
|
2025-02-01 17:25:58 +01:00 |
|
Matthias
|
7dd0f2174c
|
feat: Add "exchange" fields to pair_history
|
2025-02-01 15:47:33 +01:00 |
|
Matthias
|
e1cc7dcfdf
|
feat: allow pair-history from "live" candles
|
2025-02-01 15:47:10 +01:00 |
|
Matthias
|
6b3fff6b7e
|
refactor: pair_history should only be available in webserver mode
|
2025-02-01 14:09:56 +01:00 |
|
Matthias
|
5d4324dd55
|
test: update percentChange pairlist test
there's little reason to have this test for a particular number
|
2025-02-01 13:53:14 +01:00 |
|
Matthias
|
fc0cae21e6
|
fix: improve reliability when fetching from "features"
|
2025-02-01 13:49:17 +01:00 |
|
Matthias
|
89b6cc89a3
|
test: update test for removed manual limits
|
2025-02-01 13:49:04 +01:00 |
|
Matthias
|
26af62e4dd
|
feat: remove manual ohlcv limit definitions where possible
|
2025-02-01 08:13:33 +01:00 |
|
Matthias
|
f90cd44a9e
|
feat: default ohlcv_limit to ccxt's features definition
|
2025-02-01 08:12:19 +01:00 |
|
Matthias
|
35f7c97c76
|
test: add "ohlcv_limit" live test
|
2025-01-31 18:27:47 +01:00 |
|
Matthias
|
d530527f11
|
test: add test for exchange.features
|
2025-01-31 07:03:06 +01:00 |
|
Matthias
|
8af8260b7c
|
feat: initial "features" support
|
2025-01-31 06:56:41 +01:00 |
|
Matthias
|
7a17cd781a
|
chore: remove coinbasepro exchange
ccxt removed this exchange in https://github.com/ccxt/ccxt/pull/22502.
|
2025-01-31 06:30:39 +01:00 |
|
Matthias
|
ba244cd2f6
|
chore: bump develop version to 2025.2
|
2025-01-30 19:43:51 +01:00 |
|
Vaadasch
|
7d3c8b48dd
|
Add some distinction on the trailing_only_offset_is_reached
|
2025-01-30 14:48:15 +01:00 |
|
Matthias
|
6931b81daa
|
test: add test for binance specific history_id
|
2025-01-30 07:27:55 +01:00 |
|
Matthias
|
92405f94ec
|
test: further add tests for public trades dl
|
2025-01-30 07:13:03 +01:00 |
|
Matthias
|
3e1daf50b0
|
test: add test for download_archive_trades
|
2025-01-30 07:10:14 +01:00 |
|
Matthias
|
94010287cc
|
Merge pull request #11304 from freqtrade/update/binance-leverage-tiers
Update Binance Leverage Tiers
|
2025-01-30 06:30:58 +01:00 |
|
xmatthias
|
24ebe1a205
|
chore: update pre-commit hooks
|
2025-01-30 03:02:38 +00:00 |
|
Matthias
|
63ca884dbe
|
chore: remove unused import
|
2025-01-29 19:42:57 +01:00 |
|
Matthias
|
a6005fde28
|
feat: simplify traceback display
The Rich way to display is confusing and pretty verbose.
|
2025-01-29 18:21:07 +01:00 |
|
Matthias
|
486a4ed5c0
|
chore: remove unused fixture
|
2025-01-28 19:27:50 +01:00 |
|
Matthias
|
fd4cd11de2
|
test: simplify api_ws_test
|
2025-01-28 19:27:50 +01:00 |
|
Matthias
|
262cfedfc9
|
Merge pull request #11302 from freqtrade/update/pre-commit-hooks
Update pre-commit hooks
|
2025-01-28 06:48:46 +01:00 |
|
Matthias
|
0e807d4a18
|
chore: fix typo as identified by codespell
|
2025-01-28 06:29:54 +01:00 |
|
xmatthias
|
de8b3a89fd
|
chore: update pre-commit hooks
|
2025-01-28 03:03:24 +00:00 |
|
Matthias
|
0caeb6b5f7
|
chore: improve types
|
2025-01-27 20:52:16 +01:00 |
|
Matthias
|
85d235958e
|
Merge branch 'develop' into feat/binance_trades_fast
|
2025-01-27 20:40:59 +01:00 |
|
Matthias
|
62e3f408a6
|
chore: make some internal fetch-trades methods require since
|
2025-01-27 20:36:14 +01:00 |
|
Matthias
|
008f875282
|
chore: improve edge-case bug
|
2025-01-27 20:26:08 +01:00 |
|
Matthias
|
9b0beb0e6d
|
Merge pull request #11300 from freqtrade/dependabot/pip/develop/prompt-toolkit-3.0.50
chore(deps): bump prompt-toolkit from 3.0.36 to 3.0.50
|
2025-01-27 19:13:43 +01:00 |
|
Matthias
|
939e3e4a53
|
Merge pull request #11299 from freqtrade/dependabot/pip/develop/cachetools-5.5.1
chore(deps): bump cachetools from 5.5.0 to 5.5.1
|
2025-01-27 08:12:44 +01:00 |
|
Matthias
|
e257589fdb
|
Merge pull request #11298 from freqtrade/dependabot/pip/develop/ccxt-4.4.50
chore(deps): bump ccxt from 4.4.49 to 4.4.50
|
2025-01-27 08:12:07 +01:00 |
|
Matthias
|
4d00309717
|
Merge pull request #11297 from freqtrade/dependabot/pip/develop/pydantic-2.10.6
chore(deps): bump pydantic from 2.10.5 to 2.10.6
|
2025-01-27 08:10:38 +01:00 |
|
Matthias
|
41535bef1f
|
Merge pull request #11296 from freqtrade/dependabot/pip/develop/pre-commit-4.1.0
chore(deps-dev): bump pre-commit from 4.0.1 to 4.1.0
|
2025-01-27 07:26:03 +01:00 |
|
Matthias
|
ddad3ba616
|
Merge pull request #11301 from freqtrade/dependabot/github_actions/develop/pypa/gh-action-pypi-publish-1.12.4
chore(deps): bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4
|
2025-01-27 07:05:52 +01:00 |
|
Matthias
|
d70a48970d
|
Merge pull request #11295 from freqtrade/dependabot/pip/develop/filelock-3.17.0
chore(deps): bump filelock from 3.16.1 to 3.17.0
|
2025-01-27 07:03:14 +01:00 |
|
dependabot[bot]
|
b91deaa0cd
|
chore(deps): bump pydantic from 2.10.5 to 2.10.6
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.10.5 to 2.10.6.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](https://github.com/pydantic/pydantic/compare/v2.10.5...v2.10.6)
---
updated-dependencies:
- dependency-name: pydantic
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-01-27 05:31:26 +00:00 |
|