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

mint: add seed decrypt #403

Merged
merged 2 commits into from
Feb 5, 2024

add mint seed decryoption and migration tool

209b61b
Select commit
Loading
Failed to load commit list.
Merged

mint: add seed decrypt #403

add mint seed decryoption and migration tool
209b61b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 4, 2024 in 0s

68.77% (-0.53%) compared to 30b6e8a

View this Pull Request on Codecov

68.77% (-0.53%) compared to 30b6e8a

Details

Codecov Report

Attention: 81 lines in your changes are missing coverage. Please review.

Comparison is base (30b6e8a) 69.30% compared to head (209b61b) 68.77%.

Files Patch % Lines
cashu/mint/decrypt.py 0.00% 76 Missing ⚠️
cashu/core/base.py 90.90% 2 Missing ⚠️
cashu/core/crypto/aes.py 95.23% 2 Missing ⚠️
cashu/core/settings.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #403      +/-   ##
==========================================
- Coverage   69.30%   68.77%   -0.53%     
==========================================
  Files          71       73       +2     
  Lines        6206     6348     +142     
==========================================
+ Hits         4301     4366      +65     
- Misses       1905     1982      +77     

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