Matthias
|
d5e45d9c43
|
Merge pull request #7057 from freqtrade/dependabot/pip/develop/pytest-mock-3.8.2
Bump pytest-mock from 3.8.1 to 3.8.2
|
2022-07-11 07:13:29 +02:00 |
|
dependabot[bot]
|
719fa6f8e1
|
Bump orjson from 3.7.6 to 3.7.7
Bumps [orjson](https://github.com/ijl/orjson) from 3.7.6 to 3.7.7.
- [Release notes](https://github.com/ijl/orjson/releases)
- [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ijl/orjson/compare/3.7.6...3.7.7)
---
updated-dependencies:
- dependency-name: orjson
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-07-11 03:02:39 +00:00 |
|
dependabot[bot]
|
c98786a4f6
|
Bump jsonschema from 4.6.1 to 4.6.2
Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/python-jsonschema/jsonschema/releases)
- [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/python-jsonschema/jsonschema/compare/v4.6.1...v4.6.2)
---
updated-dependencies:
- dependency-name: jsonschema
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-07-11 03:02:17 +00:00 |
|
dependabot[bot]
|
b1d34dba94
|
Bump ccxt from 1.90.40 to 1.90.41
Bumps [ccxt](https://github.com/ccxt/ccxt) from 1.90.40 to 1.90.41.
- [Release notes](https://github.com/ccxt/ccxt/releases)
- [Changelog](https://github.com/ccxt/ccxt/blob/master/exchanges.cfg)
- [Commits](https://github.com/ccxt/ccxt/compare/1.90.40...1.90.41)
---
updated-dependencies:
- dependency-name: ccxt
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-07-11 03:02:12 +00:00 |
|
dependabot[bot]
|
5070a04a82
|
Bump mkdocs-material from 8.3.8 to 8.3.9
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 8.3.8 to 8.3.9.
- [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/8.3.8...8.3.9)
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-07-11 03:01:50 +00:00 |
|
dependabot[bot]
|
9086176f73
|
Bump pytest-mock from 3.8.1 to 3.8.2
Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.8.1 to 3.8.2.
- [Release notes](https://github.com/pytest-dev/pytest-mock/releases)
- [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-mock/compare/v3.8.1...v3.8.2)
---
updated-dependencies:
- dependency-name: pytest-mock
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-07-11 03:01:47 +00:00 |
|
Matthias
|
494e0529d2
|
Update conftest for leverage tiers
|
2022-07-10 19:31:14 +02:00 |
|
Matthias
|
9313a2d294
|
Update leverage tiers to latest version
|
2022-07-10 10:11:39 +02:00 |
|
Matthias
|
59b0fd1166
|
Merge pull request #7051 from freqtrade/gateio_fee_fix
Gateio fee fix
|
2022-07-10 09:45:24 +02:00 |
|
Matthias
|
ea5f41aa6d
|
Version bump ccxt
|
2022-07-10 09:06:19 +02:00 |
|
Matthias
|
aab59a8caf
|
Bump ccxt to required version
|
2022-07-09 09:00:12 +02:00 |
|
Matthias
|
c98e7ea055
|
Revert allowing empty currency for futures
|
2022-07-09 08:57:15 +02:00 |
|
Matthias
|
b7167ec880
|
Fix wrong fee calclulation for gateio futures
|
2022-07-09 08:51:59 +02:00 |
|
Matthias
|
5b733a723d
|
use "fees" for trades responses
|
2022-07-09 08:51:28 +02:00 |
|
Matthias
|
81f7d77d74
|
Allow fee currency to be empty for futures
|
2022-07-09 08:51:28 +02:00 |
|
Matthias
|
2499276fca
|
Refactor calculate_fee_rate to take separate parameters instead of an "Order"
we passed in a trade object anyway
|
2022-07-09 08:51:28 +02:00 |
|
Matthias
|
e52f82b565
|
Add leverage to custom_stake_amount callback
closes #7047
|
2022-07-08 19:44:20 +02:00 |
|
Matthias
|
b39508f64d
|
remove loadMarkets from "required" section,
it's now implied that all ccxt exchanges provide this method.
|
2022-07-07 19:44:54 +02:00 |
|
Matthias
|
2dc46ca0b8
|
Add cost to partial test buy order
|
2022-07-06 07:12:13 +02:00 |
|
Matthias
|
dbc3376fe9
|
Add alias for gate to gateio
|
2022-07-06 07:12:13 +02:00 |
|
Matthias
|
da9dac64f2
|
Merge pull request #7045 from freqtrade/remove_abortion
replace the word "abortion" with "denied" in log messages
|
2022-07-05 20:41:13 +02:00 |
|
robcaulk
|
514f7d491c
|
change rejected to denied
|
2022-07-05 12:58:43 +02:00 |
|
robcaulk
|
647f9b5460
|
replace the word abortion with rejected in log messages
|
2022-07-05 12:49:09 +02:00 |
|
Matthias
|
6f0721ae2b
|
Update dry-order-fix to use sqlalchemy internals
|
2022-07-04 17:17:39 +02:00 |
|
Matthias
|
fe8083c7f8
|
Improve test for dry-run orderclosing
|
2022-07-04 17:17:01 +02:00 |
|
Matthias
|
6da3fa08e4
|
Update migrations to also support Postgres
closes #7038
|
2022-07-04 11:14:59 +02:00 |
|
Matthias
|
edc9a42a4c
|
Merge pull request #7036 from freqtrade/dependabot/pip/develop/uvicorn-0.18.2
Bump uvicorn from 0.18.1 to 0.18.2
|
2022-07-04 09:11:37 +02:00 |
|
Matthias
|
14fb499a71
|
Merge pull request #7033 from freqtrade/dependabot/pip/develop/jsonschema-4.6.1
Bump jsonschema from 4.6.0 to 4.6.1
|
2022-07-04 09:11:19 +02:00 |
|
dependabot[bot]
|
5820fc3b44
|
Bump jsonschema from 4.6.0 to 4.6.1
Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.6.0 to 4.6.1.
- [Release notes](https://github.com/python-jsonschema/jsonschema/releases)
- [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/python-jsonschema/jsonschema/compare/v4.6.0...v4.6.1)
---
updated-dependencies:
- dependency-name: jsonschema
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-07-04 05:55:44 +00:00 |
|
Matthias
|
fe0a64154d
|
Merge pull request #7037 from freqtrade/dependabot/pip/develop/ccxt-1.89.96
Bump ccxt from 1.89.14 to 1.89.96
|
2022-07-04 07:54:52 +02:00 |
|
Matthias
|
d993216ec2
|
Merge pull request #7035 from freqtrade/dependabot/pip/develop/requests-2.28.1
Bump requests from 2.28.0 to 2.28.1
|
2022-07-04 07:54:36 +02:00 |
|
Matthias
|
f589e13cf2
|
Merge pull request #7031 from freqtrade/dependabot/pip/develop/prompt-toolkit-3.0.30
Bump prompt-toolkit from 3.0.29 to 3.0.30
|
2022-07-04 07:10:06 +02:00 |
|
dependabot[bot]
|
0a8a0c66b4
|
Bump requests from 2.28.0 to 2.28.1
Bumps [requests](https://github.com/psf/requests) from 2.28.0 to 2.28.1.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.28.0...v2.28.1)
---
updated-dependencies:
- dependency-name: requests
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-07-04 05:10:00 +00:00 |
|
dependabot[bot]
|
dd21d963fc
|
Bump ccxt from 1.89.14 to 1.89.96
Bumps [ccxt](https://github.com/ccxt/ccxt) from 1.89.14 to 1.89.96.
- [Release notes](https://github.com/ccxt/ccxt/releases)
- [Changelog](https://github.com/ccxt/ccxt/blob/master/exchanges.cfg)
- [Commits](https://github.com/ccxt/ccxt/compare/1.89.14...1.89.96)
---
updated-dependencies:
- dependency-name: ccxt
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-07-04 05:09:28 +00:00 |
|
Matthias
|
a7fa84f681
|
Merge pull request #7030 from freqtrade/dependabot/pip/develop/orjson-3.7.6
Bump orjson from 3.7.3 to 3.7.6
|
2022-07-04 07:09:09 +02:00 |
|
Matthias
|
05e8abb934
|
Merge pull request #7032 from freqtrade/dependabot/pip/develop/python-telegram-bot-13.13
Bump python-telegram-bot from 13.12 to 13.13
|
2022-07-04 07:08:22 +02:00 |
|
dependabot[bot]
|
9a8d03b1f5
|
Bump uvicorn from 0.18.1 to 0.18.2
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.18.1 to 0.18.2.
- [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.18.1...0.18.2)
---
updated-dependencies:
- dependency-name: uvicorn
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-07-04 03:03:02 +00:00 |
|
dependabot[bot]
|
0555d7783c
|
Bump python-telegram-bot from 13.12 to 13.13
Bumps [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) from 13.12 to 13.13.
- [Release notes](https://github.com/python-telegram-bot/python-telegram-bot/releases)
- [Changelog](https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.13/CHANGES.rst)
- [Commits](https://github.com/python-telegram-bot/python-telegram-bot/compare/v13.12...v13.13)
---
updated-dependencies:
- dependency-name: python-telegram-bot
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-07-04 03:02:40 +00:00 |
|
dependabot[bot]
|
b16bb23cc8
|
Bump prompt-toolkit from 3.0.29 to 3.0.30
Bumps [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) from 3.0.29 to 3.0.30.
- [Release notes](https://github.com/prompt-toolkit/python-prompt-toolkit/releases)
- [Changelog](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/master/CHANGELOG)
- [Commits](https://github.com/prompt-toolkit/python-prompt-toolkit/compare/3.0.29...3.0.30)
---
updated-dependencies:
- dependency-name: prompt-toolkit
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-07-04 03:02:34 +00:00 |
|
dependabot[bot]
|
92d189a84f
|
Bump orjson from 3.7.3 to 3.7.6
Bumps [orjson](https://github.com/ijl/orjson) from 3.7.3 to 3.7.6.
- [Release notes](https://github.com/ijl/orjson/releases)
- [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ijl/orjson/compare/3.7.3...3.7.6)
---
updated-dependencies:
- dependency-name: orjson
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-07-04 03:02:30 +00:00 |
|
Matthias
|
07aa372e2a
|
Ensure bot_loop_start is called in hyperopt, too
closes #7001
|
2022-07-03 14:10:59 +02:00 |
|
Matthias
|
c5e6520fee
|
Reorder methods in freqtradebot
|
2022-07-03 13:35:26 +02:00 |
|
Matthias
|
f2fdc21374
|
Only use exit_tag if exit_type i exit_signal
closes #7027
|
2022-07-03 11:07:05 +02:00 |
|
Matthias
|
906c7b92fe
|
Add enhance testcase to show problematic exit_reason behavior
|
2022-07-03 11:05:15 +02:00 |
|
Matthias
|
df8c9fc4e1
|
Merge pull request #7005 from freqtrade/dependabot/pip/develop/uvicorn-0.18.1
Bump uvicorn from 0.17.6 to 0.18.1
|
2022-07-03 07:52:09 +02:00 |
|
Matthias
|
3c1380fbc6
|
Merge pull request #7009 from freqtrade/dependabot/pip/develop/types-python-dateutil-2.8.18
Bump types-python-dateutil from 2.8.17 to 2.8.18
|
2022-06-28 08:02:33 +02:00 |
|
Matthias
|
86f4077024
|
update dateutil precommit
|
2022-06-28 07:37:54 +02:00 |
|
dependabot[bot]
|
f2bc35e058
|
Bump types-python-dateutil from 2.8.17 to 2.8.18
Bumps [types-python-dateutil](https://github.com/python/typeshed) from 2.8.17 to 2.8.18.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)
---
updated-dependencies:
- dependency-name: types-python-dateutil
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-27 20:06:56 +00:00 |
|
Matthias
|
0a5225695a
|
Merge pull request #7016 from freqtrade/dependabot/pip/develop/types-tabulate-0.8.11
Bump types-tabulate from 0.8.9 to 0.8.11
|
2022-06-27 22:05:45 +02:00 |
|
Matthias
|
74471e41db
|
update tabulate precommit types
|
2022-06-27 18:23:00 +02:00 |
|