Jakub Werner (jakubikan)
|
ff2eaeb3b4
|
making ruff happy
|
2024-03-22 21:29:33 +01:00 |
|
Jakub Werner (jakubikan)
|
cbc98d384e
|
Updating delisting function to return the time when it will delist if it is delisting
|
2024-03-22 21:17:17 +01:00 |
|
Jakub Werner (jakubikan)
|
4ef45314dd
|
JW: adding first draft for deslist schedule
|
2024-03-22 20:18:52 +01:00 |
|
Matthias
|
720232a047
|
Merge pull request #9983 from freqtrade/dependabot/pip/develop/pyarrow-15.0.2
Bump pyarrow from 15.0.1 to 15.0.2
|
2024-03-21 11:26:38 +01:00 |
|
Matthias
|
6e88cbfcab
|
Update prebuilt pyarrow wheels
|
2024-03-21 09:25:22 +01:00 |
|
Matthias
|
7d6d3d38f7
|
Merge pull request #9975 from freqtrade/feat/configError
exception ConfigurationError
|
2024-03-21 08:38:45 +01:00 |
|
Matthias
|
163d03ac62
|
Update CI schedule to run towards the middle of the night.
|
2024-03-21 07:25:08 +01:00 |
|
Matthias
|
d2a6781379
|
Revert one error to OperationalException
|
2024-03-21 07:02:23 +01:00 |
|
Matthias
|
cc7d341afc
|
Add overrides for Exchange Support
|
2024-03-21 06:31:34 +01:00 |
|
Matthias
|
3ea1cccda9
|
Merge pull request #9981 from freqtrade/dependabot/pip/develop/pytest-50b44610e0
Bump the pytest group with 1 update
|
2024-03-21 06:31:27 +01:00 |
|
Matthias
|
94c0f41564
|
Merge pull request #9982 from freqtrade/dependabot/pip/develop/uvicorn-0.29.0
Bump uvicorn from 0.28.0 to 0.29.0
|
2024-03-21 06:02:32 +01:00 |
|
Matthias
|
b4ad6122cf
|
Merge pull request #9984 from freqtrade/dependabot/pip/develop/ccxt-4.2.78
Bump ccxt from 4.2.67 to 4.2.78
|
2024-03-21 06:02:15 +01:00 |
|
dependabot[bot]
|
0d9775918f
|
Bump ccxt from 4.2.67 to 4.2.78
Bumps [ccxt](https://github.com/ccxt/ccxt) from 4.2.67 to 4.2.78.
- [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/4.2.67...4.2.78)
---
updated-dependencies:
- dependency-name: ccxt
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-03-20 19:49:46 +00:00 |
|
dependabot[bot]
|
150b7f85de
|
Bump pyarrow from 15.0.1 to 15.0.2
Bumps [pyarrow](https://github.com/apache/arrow) from 15.0.1 to 15.0.2.
- [Commits](https://github.com/apache/arrow/compare/go/v15.0.1...go/v15.0.2)
---
updated-dependencies:
- dependency-name: pyarrow
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-03-20 19:49:28 +00:00 |
|
dependabot[bot]
|
40898f522a
|
Bump uvicorn from 0.28.0 to 0.29.0
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.28.0 to 0.29.0.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/encode/uvicorn/compare/0.28.0...0.29.0)
---
updated-dependencies:
- dependency-name: uvicorn
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-03-20 19:49:20 +00:00 |
|
dependabot[bot]
|
d6ff8ebbc0
|
Bump the pytest group with 1 update
Bumps the pytest group with 1 update: [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio).
Updates `pytest-asyncio` from 0.23.5.post1 to 0.23.6
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.5.post1...v0.23.6)
---
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>
|
2024-03-20 19:49:12 +00:00 |
|
Matthias
|
6219a25901
|
Add documentation link, re-align imports
|
2024-03-19 07:20:38 +01:00 |
|
Matthias
|
669076a29f
|
Add test to ensure configuration error is displayed as expected
|
2024-03-19 07:15:14 +01:00 |
|
Matthias
|
abd096dcd8
|
Update exchange tests to config error in a few places
|
2024-03-19 07:13:28 +01:00 |
|
Matthias
|
4a097bd644
|
More usages for ConfigurationError
|
2024-03-19 07:13:17 +01:00 |
|
Matthias
|
64019e0e6c
|
More configError usages
|
2024-03-19 07:08:05 +01:00 |
|
Matthias
|
3621ba034b
|
Use configError in more places
|
2024-03-19 07:06:43 +01:00 |
|
Matthias
|
17d052df3f
|
Configerror handling for bt api endpoint
|
2024-03-19 07:04:28 +01:00 |
|
Matthias
|
ebd516cadb
|
Use combined exception handler at startup
|
2024-03-19 07:02:48 +01:00 |
|
Matthias
|
b5548dbee0
|
Add proper handler for config-error
|
2024-03-19 06:58:29 +01:00 |
|
Matthias
|
3a64749678
|
Raise ConfigurationError on config validation
|
2024-03-19 06:41:23 +01:00 |
|
Matthias
|
ca94bbe994
|
Add configuration error to Exception hierarchy
|
2024-03-19 06:39:34 +01:00 |
|
Matthias
|
85c150b68e
|
Merge pull request #9973 from freqtrade/update/pre-commit-hooks
Update pre-commit hooks
|
2024-03-19 06:24:59 +01:00 |
|
xmatthias
|
02570e285d
|
chore: update pre-commit hooks
|
2024-03-19 03:03:31 +00:00 |
|
Matthias
|
a0a4230339
|
Merge pull request #9962 from freqtrade/dependabot/pip/develop/types-a1a02855fc
Bump the types group with 1 update
|
2024-03-18 11:56:13 +01:00 |
|
Matthias
|
592e86a6e3
|
Merge pull request #9966 from freqtrade/dependabot/pip/develop/plotly-5.20.0
Bump plotly from 5.19.0 to 5.20.0
|
2024-03-18 11:55:54 +01:00 |
|
Matthias
|
1dda952172
|
Merge pull request #9963 from freqtrade/dependabot/pip/develop/markdown-3.6
Bump markdown from 3.5.2 to 3.6
|
2024-03-18 11:55:32 +01:00 |
|
Matthias
|
6df04d7e3e
|
Merge pull request #9967 from freqtrade/dependabot/pip/develop/ruff-0.3.3
Bump ruff from 0.3.2 to 0.3.3
|
2024-03-18 07:06:32 +01:00 |
|
Matthias
|
e54ee0b4b3
|
Merge pull request #9968 from freqtrade/dependabot/pip/develop/pydantic-2.6.4
Bump pydantic from 2.6.3 to 2.6.4
|
2024-03-18 07:06:02 +01:00 |
|
Matthias
|
dafc968602
|
Merge pull request #9941 from stash86/bt-metrics
Simplify the return value for full exit using adjust trade
|
2024-03-18 06:34:12 +01:00 |
|
Matthias
|
d4ddcbc784
|
Bump types-dateutil in pre-commit config
|
2024-03-18 06:25:14 +01:00 |
|
dependabot[bot]
|
8395192e95
|
Bump markdown from 3.5.2 to 3.6
Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.5.2 to 3.6.
- [Release notes](https://github.com/Python-Markdown/markdown/releases)
- [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md)
- [Commits](https://github.com/Python-Markdown/markdown/compare/3.5.2...3.6)
---
updated-dependencies:
- dependency-name: markdown
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-03-18 05:22:44 +00:00 |
|
Matthias
|
76ff0689f0
|
Merge pull request #9965 from freqtrade/dependabot/pip/develop/mkdocs-material-9.5.14
Bump mkdocs-material from 9.5.13 to 9.5.14
|
2024-03-18 06:22:02 +01:00 |
|
dependabot[bot]
|
28575a9ef3
|
Bump pydantic from 2.6.3 to 2.6.4
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.6.3 to 2.6.4.
- [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.6.3...v2.6.4)
---
updated-dependencies:
- dependency-name: pydantic
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-03-18 03:29:20 +00:00 |
|
dependabot[bot]
|
80be86533e
|
Bump ruff from 0.3.2 to 0.3.3
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.2 to 0.3.3.
- [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/v0.3.2...v0.3.3)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-03-18 03:29:15 +00:00 |
|
dependabot[bot]
|
2725ee5772
|
Bump plotly from 5.19.0 to 5.20.0
Bumps [plotly](https://github.com/plotly/plotly.py) from 5.19.0 to 5.20.0.
- [Release notes](https://github.com/plotly/plotly.py/releases)
- [Changelog](https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md)
- [Commits](https://github.com/plotly/plotly.py/compare/v5.19.0...v5.20.0)
---
updated-dependencies:
- dependency-name: plotly
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-03-18 03:29:04 +00:00 |
|
dependabot[bot]
|
405e0f02d4
|
Bump mkdocs-material from 9.5.13 to 9.5.14
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.13 to 9.5.14.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.13...9.5.14)
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-03-18 03:28:58 +00:00 |
|
dependabot[bot]
|
9bb9f7453c
|
Bump the types group with 1 update
Bumps the types group with 1 update: [types-python-dateutil](https://github.com/python/typeshed).
Updates `types-python-dateutil` from 2.8.19.20240311 to 2.9.0.20240316
- [Commits](https://github.com/python/typeshed/commits)
---
updated-dependencies:
- dependency-name: types-python-dateutil
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: types
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-03-18 03:27:55 +00:00 |
|
Matthias
|
409729f9d2
|
Temporarily support 'finish' in the order, too
|
2024-03-17 17:00:18 +01:00 |
|
Matthias
|
838d9cd4d0
|
Improve stop fills order handling on gate
closes #9940
|
2024-03-17 15:17:04 +01:00 |
|
Matthias
|
3ed53218a0
|
Fix rate display rounding problem on telegram messages
|
2024-03-17 13:55:25 +01:00 |
|
Matthias
|
c06f892109
|
don't use :.8g formatting - it's unreliable
|
2024-03-17 13:55:25 +01:00 |
|
Matthias
|
ca2d322eb8
|
chore: Split strip_trailing_zeros function in formatters
|
2024-03-17 13:55:25 +01:00 |
|
Matthias
|
d07ec50549
|
Remove unused line
|
2024-03-17 13:55:25 +01:00 |
|
Matthias
|
600519c36a
|
Merge pull request #9961 from hippocritical/develop
tiny bugfix for lookahead-analysis
|
2024-03-17 13:55:22 +01:00 |
|