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

cmd/signer: Add extract command, add entity signer pk check #2610

Merged
merged 2 commits into from
Jan 31, 2020

Conversation

david-yan
Copy link
Contributor

@david-yan david-yan commented Jan 28, 2020

Resolves #2609

  • Adds oasis-node signer extract command
  • Adds check to entity and signer public keys when running entity.Load

@codecov
Copy link

codecov bot commented Jan 28, 2020

Codecov Report

Merging #2610 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2610   +/-   ##
=======================================
  Coverage   63.09%   63.09%           
=======================================
  Files         360      360           
  Lines       34075    34075           
=======================================
  Hits        21499    21499           
  Misses       9918     9918           
  Partials     2658     2658

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 971af2c...b24088b. Read the comment docs.

go/oasis-node/cmd/common/common.go Outdated Show resolved Hide resolved
go/common/entity/entity.go Outdated Show resolved Hide resolved
.changelog/2609.feature.md Outdated Show resolved Hide resolved
go/oasis-node/cmd/signer/signer.go Outdated Show resolved Hide resolved
Copy link
Member

@kostko kostko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some minor nits, otherwise looks good. Please don't forget to squash the commits and fix the commit message (e.g., do not just use a concatenation of all commit messages as the final message). It should be something like what is in the PR title.

Then it should be good to merge.

go/common/entity/entity.go Outdated Show resolved Hide resolved
go/common/entity/entity.go Outdated Show resolved Hide resolved
go/oasis-node/cmd/signer/signer.go Outdated Show resolved Hide resolved
@david-yan
Copy link
Contributor Author

@kostko should all be done. Sorry for not squashing the commit message properly in my previous PR.

@david-yan david-yan merged commit 8b88a33 into master Jan 31, 2020
@david-yan david-yan deleted the david-yan/2609 branch January 31, 2020 17:06
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.

Ledger Support: Support retrieving entity public key from ledger device
3 participants