kempeter
ced4fb4448
fix: return error message if type is invalid
1 week ago
Matthias
580e5b945f
test: improve test for bot_balance from mariadb
2 weeks ago
ducky-duke
a03ebc8472
fix: coerce bot_managed to bool in _rpc_get_historic_balance
...
read_sql may return the wallet_history `bot_managed` Boolean column as an
integer dtype (e.g. MySQL/MariaDB TINYINT). results.loc[results["bot_managed"]]
then does label-based indexing instead of boolean masking, raising a KeyError
on GET /api/v1/historic_balance (HTTP 500). Coerce with .astype(bool).
3 weeks ago
Matthias
ed6899aad6
Merge pull request #13019 from freqtrade/feat/capture_wallets
...
Capture wallet balance
2 months ago
Matthias
6712d20578
test: Add test for new pairlock deduplication
2 months ago
Matthias
66eb7f0199
test: add test for historic_balance endpoint
2 months ago
Matthias
dec3c3e13b
test: fix a couple tsts ...
2 months ago
Matthias
1237bb798c
test: fix backtest api wallets test
2 months ago
Matthias
51cf051fce
test: add test for backtest/wallets endpoint
2 months ago
Matthias
4a9a630765
test: add test for new sysinfo behavior
3 months ago
Matthias
34df7b1793
test: add test for path traversal fix
4 months ago
Matthias
429276cac6
test: add tests for base64 strategy verification
4 months ago
Matthias
523a9d644b
test: update test for new error message
4 months ago
Matthias
d78ffd7a05
test: use longer JWT_Secret_key for tests
4 months ago
Matthias
aa1de750e9
test: update test for new response code
4 months ago
Matthias
4036375759
test: remove pointless test calculation
4 months ago
Matthias
a7890a964f
test: add test for /strategy live mode
4 months ago
Matthias
570bfef4b3
test: /strategy/ includes random spaces
4 months ago
Matthias
100babc056
test: improve api-strategy test
4 months ago
Matthias
2765277cd0
refactor: /freqaimodels to webserver section
5 months ago
Matthias
5e7246d23b
refactor: available_pairs is for webserver only
5 months ago
Matthias
fe86163730
test: update test to use webserver only mode
5 months ago
Matthias
38a470098f
test: shorten explanatory comment
5 months ago
Matthias
b0eb5c77ec
test: add additional test case for rpc_balance
5 months ago
Matthias
0d5bd94f43
test: switch futures position to ADA
5 months ago
Matthias
735284dccd
test: extend rpc_balance test for short and long positions
5 months ago
Matthias
45b6ec95a4
test: add tests for point annotations
5 months ago
Matthias
31cf2dd46d
test: improve rpc_balance handle error test
5 months ago
Matthias
06a53924d7
test: improve balance rpc test
5 months ago
Matthias
f08f19d1cb
test: Change test to ADA (it's in markets)
...
Mock trades for balance test
5 months ago
Matthias
60425e6237
test: update rpc tests to new calculation mode
5 months ago
Matthias
b9a4918d61
test: reset converter before and after fiat conversions
5 months ago
Matthias
0d7127bb6a
refactor: use metaclass for Singleton in FiatConverter
5 months ago
Matthias
cfd048e74e
test: mock fiat_convert entry method
5 months ago
Matthias
c911332da3
test: simplify telegram fiat_convert mocking
5 months ago
Matthias
43a849d45d
test: remove pointless mocks
5 months ago
Matthias
3ad502b073
test: mock object instead of global mock
5 months ago
Matthias
6d4ad393d5
test: cleanup unneeded mocks from test_rpc
5 months ago
Matthias
69cc238700
Merge pull request #12560 from stash86/main-stash
...
add more metrics on profit stat
5 months ago
Matthias
577464c12d
Merge pull request #12506 from dev-starlight/develop
...
fix, Add UTF-8 encoding to read_text method
5 months ago
Matthias
bc2be74b36
fix: further fixes for utf8 reading on windows
5 months ago
Matthias
8a33b71351
test: update exchange api test
5 months ago
Stefano
1e6d832f71
fix test
5 months ago
Matthias
0ed3bdc747
test: add test for force exit API logic
6 months ago
Matthias
8af0631ff0
Merge pull request #12599 from freqtrade/fix/dynamic_funding_fees
...
Adjust to dynamic funding fees
6 months ago
Matthias
b406219515
test: add candle_types test
6 months ago
Matthias
4c3d9b8c70
test: simplify some stoploss test setups
6 months ago
Matthias
7f831f8a9c
test: update tests for new test pairs
6 months ago
Matthias
a4e6ac0c7f
test: update test for new status table behavior
7 months ago
Matthias
b364153d02
feat: add nr_of_successful_* to api
7 months ago