-
Notifications
You must be signed in to change notification settings - Fork 180
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
Deprecate flow-go/crypto
#5119
Deprecate flow-go/crypto
#5119
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5119 +/- ##
==========================================
- Coverage 56.31% 56.29% -0.02%
==========================================
Files 976 976
Lines 91752 91752
==========================================
- Hits 51673 51656 -17
- Misses 36253 36272 +19
+ Partials 3826 3824 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! 🚀
This is part migrating the crypto module out of
onflow/flow-go
intoonflow/crypto
.This PR makes the following updates:
onflow/flow-go/crypto
in favour ofonflow/crypto
(ongo.mod
)onflow/flow-go/crypto
will be tagged asv0.25.1
(one this PR is merged) and will be the first non-supported version../crypto/Readme
with deprecation details../crypto
to accommodate theflow-go
repo (excludeflow-go/crypto
from the repo testing/CI)Note: updating
flow-go/
to use the new moduleonflow/crypto
will be submitted in a subsequent PR