stable/freqtrade/persistence
incrementby1 02e69e1667 Changes to unlock_reason:
- introducing filter
	- replaced get_all_locks with a query for speed
	. removed logging in backtesting mode for speed
	. replaced for-loop with map-function for speed

Changes to models.py:
	- changed string representation of Pairlock to also contain reason and active-state
2021-10-28 15:16:07 +02:00
..
__init__.py 2 levels of Trade models, one with and one without sqlalchemy 2021-02-27 09:33:00 +01:00
migrations.py Migrations for indexes should run in a seperate session 2021-07-31 16:36:28 +02:00
models.py Changes to unlock_reason: 2021-10-28 15:16:07 +02:00
pairlock_middleware.py Changes to unlock_reason: 2021-10-28 15:16:07 +02:00