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

add secp as option for validator keys #7604

Closed
wants to merge 3 commits into from
Closed

add secp as option for validator keys #7604

wants to merge 3 commits into from

Conversation

tac0turtle
Copy link
Member

@tac0turtle tac0turtle commented Oct 20, 2020

Description

add secp as an option for validator keys

closes: #7529

Tracking:


Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.

  • Targeted PR against correct branch (see CONTRIBUTING.md)
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the module structure standards.
  • Wrote unit and integration tests
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer
  • Review Codecov Report in the comment section below once CI passes

@codecov
Copy link

codecov bot commented Oct 20, 2020

Codecov Report

Merging #7604 into master will decrease coverage by 0.01%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master    #7604      +/-   ##
==========================================
- Coverage   54.21%   54.19%   -0.02%     
==========================================
  Files         611      611              
  Lines       38464    38475      +11     
==========================================
  Hits        20852    20852              
- Misses      15503    15514      +11     
  Partials     2109     2109              

@amaury1093 amaury1093 mentioned this pull request Oct 20, 2020
9 tasks
@robert-zaremba
Copy link
Collaborator

Hey, I've added a Tracking section to list places which will need to be updated.

@tac0turtle
Copy link
Member Author

Hey, I've added a Tracking section to list places which will need to be updated.

Thank you, they will need to be updated after your PR is merged? the above two places may not need any updating is what I observed.

@tac0turtle
Copy link
Member Author

the issue I am running into now is that the key requested from the DB is inserted with a different encoding. Not sure how to go about this but diving deeper.

@tac0turtle
Copy link
Member Author

@amaurymartiny did you try creating your own pubkeyFromProto method that handles tendermint proto keys? I would think this would rid yourself of handling tendermint keys in the sdk?

@tac0turtle
Copy link
Member Author

closing in favor of #7635

@tac0turtle tac0turtle closed this Oct 22, 2020
@tac0turtle tac0turtle deleted the marko/secp branch October 22, 2020 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Regression: secp256k1 consensus support
2 participants