Matthias
|
11c9f96d23
|
Use lock for trade entries, too
|
2023-04-25 11:45:35 +02:00 |
|
Matthias
|
59f9f4d467
|
Fix exception typos due to newlines
|
2023-04-25 09:27:33 +02:00 |
|
Matthias
|
1e9fa4c041
|
Improve test to cover to_ccxt better
|
2023-04-25 09:04:02 +02:00 |
|
Matthias
|
6a271317bc
|
use stop_price_param for dry stops
closes #8555
|
2023-04-25 08:53:02 +02:00 |
|
Matthias
|
1df01a2634
|
Merge pull request #8554 from freqtrade/dependabot/pip/develop/pandas-2.0.1
Bump pandas from 1.5.3 to 2.0.1
|
2023-04-24 17:35:04 +02:00 |
|
dependabot[bot]
|
c19d6b4e29
|
Bump pandas from 1.5.3 to 2.0.1
Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.5.3 to 2.0.1.
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](https://github.com/pandas-dev/pandas/compare/v1.5.3...v2.0.1)
---
updated-dependencies:
- dependency-name: pandas
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-24 14:01:01 +00:00 |
|
Matthias
|
459e5e67bd
|
Merge pull request #8394 from freqtrade/dependabot/pip/develop/python-telegram-bot-20.2
Bump python-telegram-bot from 13.15 to 20.2
|
2023-04-24 15:58:39 +02:00 |
|
Matthias
|
b49ff3d5bc
|
Improve type safety
|
2023-04-24 14:27:56 +02:00 |
|
Matthias
|
2615b0297e
|
Move httpx to regular dependencies, losely-pin
|
2023-04-24 14:27:56 +02:00 |
|
Matthias
|
c06759223e
|
Improve telegram async tests
|
2023-04-24 14:27:56 +02:00 |
|
Matthias
|
516b49ff50
|
Fix bad types
|
2023-04-24 14:27:56 +02:00 |
|
Matthias
|
d25e82d095
|
Mock exchange loop
|
2023-04-24 14:27:56 +02:00 |
|
Matthias
|
5608aaca26
|
Simplify mocking
|
2023-04-24 14:27:56 +02:00 |
|
Matthias
|
7171fd1132
|
Test telegram startup
|
2023-04-24 14:27:56 +02:00 |
|
Matthias
|
c9e6137ad0
|
Fix test_telegram _init test
|
2023-04-24 14:27:56 +02:00 |
|
Matthias
|
cf0b37057c
|
update telegram "cleanup" test
|
2023-04-24 14:27:56 +02:00 |
|
Matthias
|
69f61ef767
|
Further telegram async tests
|
2023-04-24 14:27:56 +02:00 |
|
Matthias
|
4177afdf8b
|
More async test updates
|
2023-04-24 14:27:56 +02:00 |
|
Matthias
|
678c9ae67f
|
Fix some more async telegram tests
|
2023-04-24 14:27:56 +02:00 |
|
Matthias
|
c475c81841
|
Update several tests to async behavior
|
2023-04-24 14:27:56 +02:00 |
|
Matthias
|
fb56889b43
|
Update a few tests ...
|
2023-04-24 14:27:56 +02:00 |
|
Matthias
|
914d7350fa
|
Update mocks in apimanager tests
|
2023-04-24 14:27:36 +02:00 |
|
Matthias
|
b1367ac46f
|
Update decorator typehint
|
2023-04-24 14:27:36 +02:00 |
|
Matthias
|
3d0e1d142f
|
Convert endpoints to async
|
2023-04-24 14:27:36 +02:00 |
|
Matthias
|
54732b72fd
|
Manage startup/teardown of telegram manually
|
2023-04-24 14:26:50 +02:00 |
|
Matthias
|
e7e6f719e4
|
_update_msg to async
|
2023-04-24 14:26:50 +02:00 |
|
Matthias
|
5134bf8ec3
|
Authorized-only and /version to async
|
2023-04-24 14:26:50 +02:00 |
|
Matthias
|
cb45689c1d
|
Small fixes to new telegram implementation
|
2023-04-24 14:26:50 +02:00 |
|
Matthias
|
14b501a4f7
|
Initial changes for telegram migration
|
2023-04-24 14:26:50 +02:00 |
|
Matthias
|
68ac934929
|
Update command list to handle frozenSets
|
2023-04-24 14:26:50 +02:00 |
|
Matthias
|
57eed50acb
|
Fix some test failures caused by v20 update
|
2023-04-24 14:26:50 +02:00 |
|
Matthias
|
c37b7b77e4
|
move telegram fixture to telegram file
|
2023-04-24 14:26:50 +02:00 |
|
Matthias
|
da261003df
|
Fix telegram imports to match v20.0
|
2023-04-24 14:26:49 +02:00 |
|
dependabot[bot]
|
99a4a64052
|
Bump python-telegram-bot from 13.15 to 20.2
Bumps [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) from 13.15 to 20.2.
- [Release notes](https://github.com/python-telegram-bot/python-telegram-bot/releases)
- [Changelog](https://github.com/python-telegram-bot/python-telegram-bot/blob/master/CHANGES.rst)
- [Commits](https://github.com/python-telegram-bot/python-telegram-bot/compare/v13.15...v20.2)
---
updated-dependencies:
- dependency-name: python-telegram-bot
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-24 14:26:49 +02:00 |
|
Matthias
|
4690810d5d
|
Merge pull request #8537 from freqtrade/feat/balance_improve
Improve balance output
|
2023-04-24 14:26:05 +02:00 |
|
Matthias
|
98db27e8f4
|
Bump develop version to 2023.5-dev
|
2023-04-24 14:05:35 +02:00 |
|
Matthias
|
8086d90535
|
Update some tests for balance updates
|
2023-04-24 12:34:59 +02:00 |
|
Matthias
|
829724c0ec
|
Fallback to "initialMargin" if collateral is not set
|
2023-04-24 12:13:24 +02:00 |
|
Matthias
|
68a8c79c08
|
Improve output for futures
|
2023-04-24 12:03:00 +02:00 |
|
Matthias
|
e99af87b6d
|
store periodic breakdown in backtest results
This will enable the webserver to use this data.
|
2023-04-24 10:59:30 +02:00 |
|
Matthias
|
3948890c3b
|
Add --breakdown to backtest-show
|
2023-04-24 10:35:46 +02:00 |
|
Matthias
|
d1e9e70396
|
Improve Resample-period test
|
2023-04-24 09:41:36 +02:00 |
|
Matthias
|
f761dc4e1b
|
Merge pull request #8552 from freqtrade/dependabot/pip/develop/mkdocs-material-9.1.7
Bump mkdocs-material from 9.1.6 to 9.1.7
|
2023-04-24 09:22:32 +02:00 |
|
Matthias
|
666b3bf718
|
Merge pull request #8547 from freqtrade/dependabot/pip/develop/sqlalchemy-2.0.10
Bump sqlalchemy from 2.0.9 to 2.0.10
|
2023-04-24 08:49:05 +02:00 |
|
dependabot[bot]
|
f7c6828e6a
|
Bump mkdocs-material from 9.1.6 to 9.1.7
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.1.6 to 9.1.7.
- [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.1.6...9.1.7)
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-24 06:02:27 +00:00 |
|
Matthias
|
0329c0c3f9
|
pre-commit - bump sqlalchemy
|
2023-04-24 07:59:21 +02:00 |
|
Matthias
|
2dddf7fbc7
|
Merge pull request #8550 from freqtrade/dependabot/pip/develop/filelock-3.12.0
Bump filelock from 3.11.0 to 3.12.0
|
2023-04-24 07:58:42 +02:00 |
|
Matthias
|
0ff2c66642
|
Merge pull request #8549 from freqtrade/dependabot/pip/develop/psutil-5.9.5
Bump psutil from 5.9.4 to 5.9.5
|
2023-04-24 07:58:24 +02:00 |
|
dependabot[bot]
|
c513d1077f
|
Bump sqlalchemy from 2.0.9 to 2.0.10
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.9 to 2.0.10.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)
---
updated-dependencies:
- dependency-name: sqlalchemy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-24 05:32:38 +00:00 |
|
Matthias
|
fc39504cc2
|
Merge pull request #8544 from freqtrade/dependabot/pip/develop/ccxt-3.0.75
Bump ccxt from 3.0.69 to 3.0.75
|
2023-04-24 07:31:38 +02:00 |
|