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

Extend GetPubKey() to return errors #3602

Closed
jleni opened this issue Apr 29, 2019 · 0 comments · Fixed by #4534
Closed

Extend GetPubKey() to return errors #3602

jleni opened this issue Apr 29, 2019 · 0 comments · Fixed by #4534
Assignees
Labels
good first issue Contributions Welcome!! T:enhancement Type: Enhancement

Comments

@jleni
Copy link
Contributor

jleni commented Apr 29, 2019

This issue is a follow up of #3370

GetPubKey() cannot return an error at this moment.
Changes is the PrivValidator.GetPubKey() result in changes/updates in multiple places of the codebase.

Expectation: Extend GetPubKey() so errors can be returns. Adjust code, add missing error handling plus additional tests.

@jleni jleni mentioned this issue Apr 29, 2019
4 tasks
@tac0turtle tac0turtle added T:breaking Type: Breaking Change T:enhancement Type: Enhancement good first issue Contributions Welcome!! and removed help wanted labels Feb 25, 2020
tac0turtle added a commit that referenced this issue Feb 29, 2020
- return error on getpubkey
- lots of test cases fixed

closes #3602

Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
@tac0turtle tac0turtle removed the T:breaking Type: Breaking Change label Feb 29, 2020
@tac0turtle tac0turtle self-assigned this Mar 5, 2020
@tac0turtle tac0turtle added this to In Review in Who's doing what? Mar 10, 2020
Who's doing what? automation moved this from In Review to Done Mar 12, 2020
melekes added a commit that referenced this issue Mar 12, 2020
closes #3602

Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com>
cmwaters pushed a commit that referenced this issue Mar 25, 2020
closes #3602

Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Contributions Welcome!! T:enhancement Type: Enhancement
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

2 participants