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

feat: (parachain) Bitfieldsigning subsystems #4530

Draft
wants to merge 3 commits into
base: feat/parachain
Choose a base branch
from

Conversation

freddyli7
Copy link
Member

Changes

Tests

go test -tags integration github.com/ChainSafe/gossamer

Issues

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Freddy Li seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@freddyli7 freddyli7 changed the title feat: Bitfieldsigning subsystems feat: (parachain) Bitfieldsigning subsystems Feb 10, 2025
@freddyli7 freddyli7 linked an issue Feb 10, 2025 that may be closed by this pull request
8 tasks
Copy link
Member

@EclesioMeloJunior EclesioMeloJunior left a comment

Choose a reason for hiding this comment

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

LGTM! Just a small comment

Comment on lines +57 to +60
err := b.ProcessBlockFinalizedSignal(msg)
if err != nil {
logger.Errorf("failed to process block finalized signal: %w", err)
}
Copy link
Member

Choose a reason for hiding this comment

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

given that the parachaintypes.BlockFinalizedSignal is not used we can just leave it as empty.

Suggested change
err := b.ProcessBlockFinalizedSignal(msg)
if err != nil {
logger.Errorf("failed to process block finalized signal: %w", err)
}

Copy link
Contributor

@axaysagathiya axaysagathiya left a comment

Choose a reason for hiding this comment

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

Looks good to me! Please sign the CLA

@freddyli7 freddyli7 linked an issue Feb 13, 2025 that may be closed by this pull request
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants