index on db and read spent proofs from db (#370)

* index on db and read spent proofs from db

* add benchmark for testing

* remove benchmark

* add option to disable cached secrets

* disable python 3.9 tests
This commit is contained in:
callebtc
2023-11-26 06:07:38 -03:00
committed by GitHub
parent bff30d493d
commit fa5193cd8f
14 changed files with 253 additions and 164 deletions

View File

@@ -43,6 +43,7 @@ pytest-cov = "^4.0.0"
pytest = "^7.4.0"
ruff = "^0.0.284"
pre-commit = "^3.3.3"
fastapi-profiler = "^1.2.0"
[build-system]
requires = ["poetry-core>=1.0.0"]