Commit Graph

13630 Commits (c29469decfa4c3069efe96bb2a0f012dff8a4f94)
 

Author SHA1 Message Date
Matthias c29469decf Version bump numpy to 1.22.0
4 years ago
Matthias 9becd20f20 Improve "Missing data" messages
4 years ago
Matthias 713b884d9b Fix failing monthly test
4 years ago
Matthias 515e1040c2
Merge pull request #6144 from freqtrade/asyncio_warns
4 years ago
Matthias 670aed06bf Remove loop for hyperopt.
4 years ago
Matthias 0277d93a64 don't use deprecated `asyncio.get_event_loop()`
4 years ago
Matthias c9296dc9a0 Uvloop_helper should use "get_running_loop"
4 years ago
Matthias 550a1eef91 Reduce "cleanup" slowdown in telegram
4 years ago
Matthias 880ee016a4
Merge pull request #6133 from rokups/rk/reduce-memory-usage
4 years ago
Matthias 39f8c5719b Fix exception on exchange shutdown
4 years ago
Rokas Kupstys a715083fc0 Reduce memory usage by not holding on to no longer needed data.
4 years ago
Matthias 78ccaae318
Merge pull request #6140 from freqtrade/sell_before_roi
4 years ago
Matthias ee774f12bd
Merge pull request #5677 from freqtrade/python_10
4 years ago
Matthias b1b2eebd11 Change sequence of ROI/sell signal to favor sell-signal
4 years ago
Matthias b63491fb9c Update ROI_if_buy_signal tests to not use sell signal
4 years ago
Matthias 1bc2c71757 Update documentation with support for python 3.10
4 years ago
Matthias 6b22f84d30 Add windows ta wheel
4 years ago
Matthias 505d4bacd5 Update dockerfile to 3.10
4 years ago
Matthias 5b2a1b9e7a Update CI to run on python 3.10
4 years ago
Matthias 8edc84bf25 Exclude virtual environment from isort fixing
4 years ago
Matthias bd98637ae9 Fail gracefully from plot-profit when no data is provided
4 years ago
Matthias 77afb7b5e2
Merge pull request #6114 from cdimauro/reduce_kucoin_logs
4 years ago
Matthias 2b94fbfa74 Avoid using singleton where not necessary
4 years ago
Matthias 24807515c1 Fix random test failure
4 years ago
Matthias 5a546855e6 Import TTLCache from cachetools
4 years ago
Matthias 05a488a7a0 Further reduce log verbosity for kucoin 429000 exception
4 years ago
Matthias bb65621134 Simplify test, simplify "log_*" selection
4 years ago
Matthias df53873dab
Merge pull request #6119 from freqtrade/dependabot/pip/develop/scikit-learn-1.0.2
4 years ago
Matthias ef2b326262 Reduce retrier message repetition
4 years ago
Matthias 54858a0bbb Simplify test to only initialize and mock once.
4 years ago
Matthias 314e10596b Remove checking against logger_name in num_log_has
4 years ago
Matthias 1b739acc08
Merge pull request #6118 from freqtrade/dependabot/pip/develop/sqlalchemy-1.4.29
4 years ago
dependabot[bot] 3804a17775
Bump scikit-learn from 1.0.1 to 1.0.2
4 years ago
Matthias c8253790b6
Merge pull request #6125 from freqtrade/dependabot/pip/develop/filelock-3.4.2
4 years ago
Matthias a215e29d2a
Merge pull request #6117 from freqtrade/dependabot/pip/develop/ccxt-1.65.25
4 years ago
Matthias d58ed0e242
Merge pull request #6122 from freqtrade/dependabot/pip/develop/types-python-dateutil-2.8.4
4 years ago
Matthias 2ab8f467dd
Merge pull request #6121 from freqtrade/dependabot/pip/develop/jsonschema-4.3.2
4 years ago
Matthias c1ec368c0c
Merge pull request #6123 from freqtrade/dependabot/pip/develop/mypy-0.930
4 years ago
Matthias 29fff65598
Merge pull request #6120 from freqtrade/dependabot/pip/develop/plotly-5.5.0
4 years ago
dependabot[bot] 3cba405b2e
Bump filelock from 3.4.0 to 3.4.2
4 years ago
dependabot[bot] 24d16d7dab
Bump mypy from 0.920 to 0.930
4 years ago
dependabot[bot] 2e84b8f0d5
Bump types-python-dateutil from 2.8.3 to 2.8.4
4 years ago
dependabot[bot] 470ef7c160
Bump jsonschema from 4.3.1 to 4.3.2
4 years ago
dependabot[bot] 1093f22b80
Bump plotly from 5.4.0 to 5.5.0
4 years ago
dependabot[bot] e085058621
Bump sqlalchemy from 1.4.28 to 1.4.29
4 years ago
dependabot[bot] 81b383fe5c
Bump ccxt from 1.64.44 to 1.65.25
4 years ago
cdimauro f77b8cbb7a Reduce KuCoin logs only for 429000 error
4 years ago
cdimauro 6509c38717 Introduce new test functions to check logs
4 years ago
cdimauro fbaf46901e Reduce more KuCoin logs on retrier decorator
4 years ago
cdimauro 96fbf63d0b Reduce KuCoin logs on DDosProtection error messages
4 years ago