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: adding committers to the certificate #623

Merged
merged 1 commit into from
Aug 7, 2023

Conversation

b00f
Copy link
Collaborator

@b00f b00f commented Aug 6, 2023

Description

This PR reverts #444.

While it may seem optimal to remove the committer list from the certificate, it's not practical for the following reasons:

1- It's logical for a certificate to include the list of its signers (or committers) alongside the signature.
2- Retrieving the committers of a certificate based on the current state of the blockchain isn't feasible without storing additional information.

@codecov
Copy link

codecov bot commented Aug 6, 2023

Codecov Report

Merging #623 (bbb4759) into main (3025018) will increase coverage by 0.06%.
The diff coverage is 71.42%.

@@            Coverage Diff             @@
##             main     #623      +/-   ##
==========================================
+ Coverage   83.55%   83.62%   +0.06%     
==========================================
  Files         154      154              
  Lines        7274     7267       -7     
==========================================
- Hits         6078     6077       -1     
+ Misses        914      911       -3     
+ Partials      282      279       -3     

Copy link
Contributor

@kehiy kehiy left a comment

Choose a reason for hiding this comment

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

LGTM

@themantre themantre merged commit cac4908 into pactus-project:main Aug 7, 2023
11 of 12 checks passed
@b00f b00f deleted the certificate-hash-2 branch August 7, 2023 06:07
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.

4 participants