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

Remove SECP256K1 deprecated context flags #135

Closed
wants to merge 15 commits into from

(fix) Add requirements.txt for missing cffi?

f6f48e2
Select commit
Loading
Failed to load commit list.
Closed

Remove SECP256K1 deprecated context flags #135

(fix) Add requirements.txt for missing cffi?
f6f48e2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 24, 2024 in 0s

85.86% (target 70.00%)

View this Pull Request on Codecov

85.86% (target 70.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8bfb756) 85.45% compared to head (f6f48e2) 85.86%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #135      +/-   ##
==========================================
+ Coverage   85.45%   85.86%   +0.40%     
==========================================
  Files          10       11       +1     
  Lines         557      573      +16     
  Branches       66       66              
==========================================
+ Hits          476      492      +16     
  Misses         45       45              
  Partials       36       36              
Files Coverage Δ
coincurve/context.py 80.00% <100.00%> (ø)
coincurve/flags.py 100.00% <100.00%> (ø)
coincurve/keys.py 76.76% <100.00%> (ø)
tests/test_ecdsa.py 100.00% <100.00%> (ø)
tests/test_flags.py 100.00% <100.00%> (ø)
tests/test_keys.py 100.00% <100.00%> (ø)
tests/test_utils.py 100.00% <100.00%> (ø)