-
Notifications
You must be signed in to change notification settings - Fork 316
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
fix!: Compressing private key should ensure string format #1736
Merged
janniks
merged 1 commit into
next
from
08-01-fix_compressing_private_key_should_ensure_string_format
Oct 11, 2024
Merged
fix!: Compressing private key should ensure string format #1736
janniks
merged 1 commit into
next
from
08-01-fix_compressing_private_key_should_ensure_string_format
Oct 11, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅ 📢 Thoughts on this report? Let us know! |
rafaelcr
approved these changes
Aug 2, 2024
c98560d
to
38f19a4
Compare
dbe8e9d
to
1350468
Compare
38f19a4
to
e4ccb7b
Compare
c15fde6
to
99da44c
Compare
e4ccb7b
to
021de01
Compare
99da44c
to
dc9ccf9
Compare
021de01
to
4128a88
Compare
dc9ccf9
to
e5a99c1
Compare
9dc7897
to
deff67c
Compare
e5a99c1
to
6a34508
Compare
deff67c
to
dd3d351
Compare
0f2dc80
to
f9b380e
Compare
cd93ad2
to
cde2425
Compare
f9b380e
to
234edcf
Compare
cde2425
to
f1e866f
Compare
234edcf
to
03f59ab
Compare
f1e866f
to
8c4fc6d
Compare
784a87b
to
96c8642
Compare
8c4fc6d
to
59652dc
Compare
e585817
to
d36b414
Compare
8f3175e
to
c22fc13
Compare
d36b414
to
fffc7af
Compare
c22fc13
to
77f2e7e
Compare
fffc7af
to
809f824
Compare
b2b07f1
to
c278fe0
Compare
63a2cc8
to
f18aaf1
Compare
0d2037d
to
e179e1d
Compare
f18aaf1
to
30c9b6c
Compare
e179e1d
to
6503e90
Compare
30c9b6c
to
8d061f1
Compare
6503e90
to
8ea4aa7
Compare
8d061f1
to
557e2ba
Compare
8ea4aa7
to
72f6446
Compare
557e2ba
to
4b7fd66
Compare
72f6446
to
880e2a3
Compare
4b7fd66
to
baffa4e
Compare
Base automatically changed from
07-31-refactor_remove_wrapper_type_for_message_signatures
to
next
October 11, 2024 16:00
880e2a3
to
1519009
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
string
-- This is what most users will expect when handling private-keys (and it matches what we're doing with public keys)