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

fix(crypto): error if incorrect ledger public key #1316

Merged
merged 4 commits into from
Mar 27, 2024

Conversation

jaeseung-bae
Copy link
Contributor

@jaeseung-bae jaeseung-bae commented Mar 27, 2024

Description

Motivation and context

How has this been tested?

Screenshots (if appropriate):

Checklist:

  • I followed the contributing guidelines and code of conduct.
  • I have added a relevant changelog to CHANGELOG.md
  • I have added tests to cover my changes.
  • I have updated the documentation accordingly.
  • I have updated API documentation client/docs/swagger-ui/swagger.yaml

@jaeseung-bae jaeseung-bae self-assigned this Mar 27, 2024
@CLAassistant
Copy link

CLAassistant commented Mar 27, 2024

CLA assistant check
All committers have signed the CLA.

Copy link

codecov bot commented Mar 27, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 70.41%. Comparing base (0176215) to head (d4e2c5b).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1316      +/-   ##
==========================================
- Coverage   70.41%   70.41%   -0.01%     
==========================================
  Files         643      643              
  Lines       54746    54752       +6     
==========================================
+ Hits        38552    38555       +3     
- Misses      14020    14022       +2     
- Partials     2174     2175       +1     
Files Coverage Δ
crypto/keyring/keyring.go 62.71% <50.00%> (+0.05%) ⬆️

... and 1 file with indirect coverage changes

@jaeseung-bae jaeseung-bae marked this pull request as ready for review March 27, 2024 10:54
@jaeseung-bae jaeseung-bae requested review from Mdaiki0730 and removed request for da1suk8 March 27, 2024 11:42
@jaeseung-bae jaeseung-bae merged commit e62a330 into Finschia:main Mar 27, 2024
37 of 38 checks passed
mergify bot pushed a commit that referenced this pull request Mar 27, 2024
(cherry picked from commit e62a330)

# Conflicts:
#	CHANGELOG.md
#	crypto/keyring/keyring.go
@jaeseung-bae jaeseung-bae deleted the fix/missing-check-pubkey branch March 27, 2024 13:25
0Tech added a commit that referenced this pull request Mar 29, 2024
…1322)

* fix(crypto): error if incorrect ledger public key (#1316)

(cherry picked from commit e62a330)

# Conflicts:
#	CHANGELOG.md
#	crypto/keyring/keyring.go

* Apply suggestions from code review

---------

Co-authored-by: jaeseung-bae <119839167+jaeseung-bae@users.noreply.github.com>
Co-authored-by: Youngtaek Yoon <noreply@yoon.mailer.me>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants