refactor(proposal): put DB access behind a mockable ProposalStore trait

This commit is contained in:
CleverWild
2026-08-27 17:58:26 +02:00
parent fa2df36fbe
commit f32da65467
7 changed files with 3934 additions and 463 deletions

View File

@@ -59,6 +59,7 @@ proptest = "1.11.0"
rstest.workspace = true
test-log = { version = "0.2", default-features = false, features = ["trace"] }
ml-dsa.workspace = true
mockall = "0.15.0"
[lib]
doctest = false