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
|
65105f7768
|
Don't modify original config
|
2024-03-20 07:22:12 +01:00 |
|
Matthias
|
82ff4d5879
|
Add explicit test for config sanitization
|
2024-03-20 07:15:02 +01:00 |
|
Matthias
|
b1fe5b6d8a
|
Add "sensitive information" warning output
|
2024-03-20 07:12:17 +01:00 |
|
Matthias
|
6dc4fa9dbf
|
Add test for show-sensitive
|
2024-03-20 07:07:00 +01:00 |
|
Matthias
|
81d1a662a2
|
Add --show-sensitive CLI option
|
2024-03-20 07:06:24 +01:00 |
|
Matthias
|
6b7935f1ae
|
Add initial test ...
|
2024-03-19 20:23:51 +01:00 |
|
Matthias
|
38ae3ac03c
|
Add "sanitize config" section
|
2024-03-19 19:30:35 +01:00 |
|
Matthias
|
3059d66ece
|
use original config for printing
|
2024-03-19 19:19:26 +01:00 |
|
Matthias
|
7543b2681d
|
Add show_config command
|
2024-03-19 19:10:30 +01:00 |
|
Matthias
|
8e5097d9a9
|
Update setup-tools-config for non-dry mode
|
2024-03-19 19:10:30 +01:00 |
|
Matthias
|
21dcb4a6a1
|
update setup_utils_configuration to not force-set dry-run mode
|
2024-03-19 19:10:30 +01:00 |
|
Matthias
|
35253f9c8d
|
Add overrides for Exchange Support
|
2024-03-19 18:19:22 +01: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 |
|
Axel-CH
|
996fcb6f56
|
fix current_time parameter of order_filled usage in backtest
|
2024-03-18 22:07:43 -04:00 |
|
Axel-CH
|
6941953a8b
|
update doc details about order_filled callback details
|
2024-03-18 21:38:58 -04:00 |
|
Axel-CH
|
08c1866cdc
|
fix mypy artype error
|
2024-03-18 20:57:47 -04:00 |
|
Axel-CH
|
d1e1b8410b
|
add order parameter to order_filled callback
|
2024-03-18 20:47:27 -04:00 |
|
Axel-CH
|
cd986ced45
|
moove order_filled callback position from update_trade_state to _update_trade_after_fill
|
2024-03-18 17:56:46 -04:00 |
|
Axel-CH
|
18a3489a6f
|
add order_filled callback to bot and backtest
|
2024-03-18 15:46:47 -04: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 |
|