Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Wallet/Mint] DLEQ proofs #175

Merged
merged 70 commits into from
Sep 23, 2023

set proof only reserved if it properly serialized

b251c24
Select commit
Failed to load commit list.
Merged

[Wallet/Mint] DLEQ proofs #175

set proof only reserved if it properly serialized
b251c24
Select commit
Failed to load commit list.
Codecov / codecov/project succeeded Sep 23, 2023 in 0s

59.12% (+1.66%) compared to a1802b2

View this Pull Request on Codecov

59.12% (+1.66%) compared to a1802b2

Details

Codecov Report

Patch coverage: 93.46% and project coverage change: +1.66% 🎉

Comparison is base (a1802b2) 57.46% compared to head (b251c24) 59.12%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #175      +/-   ##
==========================================
+ Coverage   57.46%   59.12%   +1.66%     
==========================================
  Files          46       46              
  Lines        4046     4115      +69     
==========================================
+ Hits         2325     2433     +108     
+ Misses       1721     1682      -39     
Files Changed Coverage Δ
cashu/mint/crud.py 70.00% <ø> (ø)
cashu/core/script.py 45.67% <33.33%> (ø)
cashu/wallet/api/router.py 69.19% <50.00%> (+0.94%) ⬆️
cashu/wallet/wallet.py 81.90% <89.39%> (+2.75%) ⬆️
cashu/core/base.py 96.55% <100.00%> (+0.79%) ⬆️
cashu/core/crypto/b_dhke.py 96.72% <100.00%> (+3.86%) ⬆️
cashu/mint/ledger.py 27.95% <100.00%> (-0.16%) ⬇️
cashu/mint/migrations.py 100.00% <100.00%> (ø)
cashu/wallet/cli/cli.py 53.33% <100.00%> (+4.11%) ⬆️
cashu/wallet/crud.py 73.98% <100.00%> (+0.21%) ⬆️
... and 4 more

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.