Matthias
|
22c0af9bb1
|
Merge pull request #12837 from freqtrade/update/pre-commit-hooks
Update pre-commit hooks
|
1 day ago |
Freqtrade Bot
|
1c21b092e6
|
chore: update pre-commit hooks
|
1 day ago |
Matthias
|
2325e5f535
|
chore: reduce binance futures candle count to 499
closes #12751
|
2 days ago |
Matthias
|
9e2eca3b8b
|
Merge pull request #12829 from freqtrade/dependabot/pip/develop/ccxt-4.5.38
chore(deps): bump ccxt from 4.5.36 to 4.5.38
|
2 days ago |
Matthias
|
82a487ec50
|
Merge pull request #12832 from freqtrade/dependabot/pip/develop/fastapi-0.128.5
chore(deps): bump fastapi from 0.128.0 to 0.128.5
|
2 days ago |
Matthias
|
466db15ccb
|
Merge pull request #12831 from freqtrade/dependabot/pip/develop/tqdm-4.67.3
chore(deps): bump tqdm from 4.67.2 to 4.67.3
|
2 days ago |
Matthias
|
c7dfb005ba
|
Merge pull request #12833 from freqtrade/dependabot/github_actions/develop/astral-sh/setup-uv-7.3.0
chore(deps): bump astral-sh/setup-uv from 7.2.0 to 7.3.0
|
2 days ago |
Matthias
|
82ae8b64e4
|
Merge pull request #12830 from freqtrade/dependabot/pip/develop/orjson-3.11.7
chore(deps): bump orjson from 3.11.6 to 3.11.7
|
2 days ago |
dependabot[bot]
|
1ffc2e47a1
|
chore(deps): bump astral-sh/setup-uv from 7.2.0 to 7.3.0
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 7.2.0 to 7.3.0.
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](61cb8a9741...eac588ad8d)
---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
dependency-version: 7.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 days ago |
dependabot[bot]
|
a5c392e176
|
chore(deps): bump fastapi from 0.128.0 to 0.128.5
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.128.0 to 0.128.5.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](https://github.com/fastapi/fastapi/compare/0.128.0...0.128.5)
---
updated-dependencies:
- dependency-name: fastapi
dependency-version: 0.128.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 days ago |
dependabot[bot]
|
8f9754dd54
|
chore(deps): bump tqdm from 4.67.2 to 4.67.3
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.67.2 to 4.67.3.
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](https://github.com/tqdm/tqdm/compare/v4.67.2...v4.67.3)
---
updated-dependencies:
- dependency-name: tqdm
dependency-version: 4.67.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 days ago |
dependabot[bot]
|
b3b3b1d134
|
chore(deps): bump orjson from 3.11.6 to 3.11.7
Bumps [orjson](https://github.com/ijl/orjson) from 3.11.6 to 3.11.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.11.6...3.11.7)
---
updated-dependencies:
- dependency-name: orjson
dependency-version: 3.11.7
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 days ago |
dependabot[bot]
|
26fd70ce4b
|
chore(deps): bump ccxt from 4.5.36 to 4.5.38
Bumps [ccxt](https://github.com/ccxt/ccxt) from 4.5.36 to 4.5.38.
- [Release notes](https://github.com/ccxt/ccxt/releases)
- [Commits](https://github.com/ccxt/ccxt/compare/v4.5.36...v4.5.38)
---
updated-dependencies:
- dependency-name: ccxt
dependency-version: 4.5.38
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 days ago |
Matthias
|
18aed385f9
|
fix: increment latest ID by 1 on migration
part of #12825
|
3 days ago |
Matthias
|
e6db0ab00d
|
fix: pairlocks table migration on postgres
|
3 days ago |
Matthias
|
8ed1e6c394
|
chore: refactor get_last_sequence_ids
|
3 days ago |
Matthias
|
da62e614d7
|
chore: improve typesafety for migrations
|
3 days ago |
Matthias
|
ca94909ccc
|
test: improve test for migrate_set_sequence_id's
|
3 days ago |
Matthias
|
131c1aaf13
|
chore: clarify set_sequence_id's docstring
|
3 days ago |
Matthias
|
5f06b1d43e
|
test: update dry_order_fill test
|
3 days ago |
Matthias
|
c999de6291
|
feat: immediately triggering stoploss orders should cause emergency exits
closes #12824
|
3 days ago |
Matthias
|
a42c8faeca
|
test: add test for immediately triggering stop order
part of #12824
|
3 days ago |
Matthias
|
ecfbfa2a35
|
test: try fix for test_exchangews_ohlcv random failures
|
3 days ago |
Matthias
|
6b86214ca8
|
fix: random hangs in CI
|
4 days ago |
Matthias
|
df6f53ba30
|
test: update set_sequence_ids test
|
4 days ago |
Matthias
|
0888f6dba0
|
feat: add db migration functionality for custom-data and kv store
closes #12825
|
4 days ago |
Matthias
|
5d3c798dfd
|
fix: further improve exchange.close fix
|
4 days ago |
Matthias
|
93d2397f72
|
fix: improved shutdown loop fix for tests
|
4 days ago |
Matthias
|
05e759a38c
|
fix: check if loop exists
avoids errors if exchange init shuts down before the loop is created
closes #12822
|
4 days ago |
Matthias
|
67eaa4ac49
|
fix: prevent warnings in online tests
|
4 days ago |
Matthias
|
e8aeebb123
|
fix: use safe_value_nested for features
|
4 days ago |
Matthias
|
d121e97067
|
test: add test for safe_value_nested
|
5 days ago |
Matthias
|
bdf5c4de8e
|
feat: add safe_value_nested function
|
5 days ago |
Matthias
|
7492cf8bf5
|
docs: update doc links from latest to stable
|
6 days ago |
Matthias
|
d29d4cba66
|
chore: update doc links from latest to stable
|
6 days ago |
Matthias
|
655d61e560
|
docs: Have readme links point to the documentation
|
6 days ago |
Matthias
|
ba6d210662
|
Merge pull request #12811 from stash86/main-stash
Add note about different pair naming for HIP-3
|
6 days ago |
Matthias
|
aff46acdd0
|
Merge pull request #12816 from freqtrade/update/binance-leverage-tiers
Update Binance Leverage Tiers
|
6 days ago |
Freqtrade Bot
|
5a16cbe602
|
chore: update pre-commit hooks
|
6 days ago |
Matthias
|
519f2d93ba
|
test: update tests for new stoploss_from_absolute behavior
|
1 week ago |
Matthias
|
646c091e02
|
fix: don't bracked stoploss to 1
it's problematic for short trades - especially if they move past the 100% profit margin - as price starts to trail.
|
1 week ago |
Matthias
|
12c3698480
|
Merge pull request #12813 from freqtrade/dependabot/pip/cryptography-46.0.5
chore(deps): bump cryptography from 46.0.4 to 46.0.5
|
1 week ago |
dependabot[bot]
|
c86acd20d6
|
chore(deps): bump cryptography from 46.0.4 to 46.0.5
Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.4 to 46.0.5.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/46.0.4...46.0.5)
---
updated-dependencies:
- dependency-name: cryptography
dependency-version: 46.0.5
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
1 week ago |
Matthias
|
60b787edc9
|
chore: extract schema.json
|
1 week ago |
Matthias
|
eec33190d2
|
chore: jwt_secret_key is guaranteed to be in the schema now
|
1 week ago |
Matthias
|
6e38759bd1
|
chore: add new randomDefault value
|
1 week ago |
Matthias
|
6a242356a0
|
docs: update docs about jwt_secret_key
|
1 week ago |
Matthias
|
04d2ea8773
|
chore: update sample configs with longer jwt_secret key
|
1 week ago |
Matthias
|
d78ffd7a05
|
test: use longer JWT_Secret_key for tests
|
1 week ago |
Matthias
|
3f21a18f46
|
Merge pull request #12810 from freqtrade/update/pre-commit-hooks
Update pre-commit hooks
|
1 week ago |