mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-09-11 22:16:30 +00:00
* xftp server: support storage time and BBS proofs of badge credential to extend it * update * types * implementation * update * remove permanent and FTTL * refactor * refactor * refactor * simplify * simplify * simpler * remove comments * add file expiration time to agent event * add test of upload with entitlement * update schema * fix header and test * fix store log encoding, add xftp store log tests * send entitlement proof in handshake * type, query * more fixes * test entitlement keys * update * fixes * fix * comment * remove log * simpler * ignore entitlement proofs in browser requests * remove condition --------- Co-authored-by: Evgeny @ SimpleX Chat <259188159+evgeny-simplex@users.noreply.github.com>
Running tests with coverage
- Uncomment coverage sections in cabal.project file.
- Add
-fhpcto ghc-options of simplexmq-test in simplexmq.cabal file. - Disable (
xit) test "should subscribe to multiple (200) subscriptions with batching", enable (commentskip) the next test instead. - Run
cabal test. - Open generated coverage report in the browser.