-
Notifications
You must be signed in to change notification settings - Fork 83
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
refactor: encryption envelope #1070
Conversation
Patrik-Stas
commented
Nov 26, 2023
- minor refactoring of encryption envelope which came up in progress of improving did-exchange implementation - a lot more can be done here (and will)
- On top of feature: Derive Display for all aries messages #1069, please merge that first for clean changelog
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## feature/messages-display #1070 +/- ##
===========================================================
- Coverage 0.05% 0.05% -0.01%
===========================================================
Files 471 471
Lines 24009 24015 +6
Branches 4294 4292 -2
===========================================================
Hits 13 13
- Misses 23995 24001 +6
Partials 1 1
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.
👍
ff64bf7
to
476d5e8
Compare
8c4bea2
to
68f2df7
Compare
Signed-off-by: Patrik Stas <patrik.stas@absa.africa>
Signed-off-by: Patrik Stas <patrik.stas@absa.africa>
Signed-off-by: Patrik Stas <patrik.stas@absa.africa>
68f2df7
to
a861b63
Compare
Signed-off-by: Patrik Stas <patrik.stas@absa.africa>
476d5e8
to
53f3a26
Compare
Encryption envelope was refactored in #1070, but one log message is out of sync with the new naming.
Encryption envelope was refactored in #1070, but one log message is out of sync with the new naming. Signed-off-by: Ondrej Prazak <ondrej.prazak@absa.africa>