-
Notifications
You must be signed in to change notification settings - Fork 129
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(prospective-parachains): Implement HandleIntroduceSecondedCandidate
#4350
feat(prospective-parachains): Implement HandleIntroduceSecondedCandidate
#4350
Conversation
- Added: Candidate Entry - (inclusion_emulator): Added ProspectiveCandidate, Modification error and Fragment Validity error
|
HandleIntroduceSecondedCandidate
should wait the merge of branch of #4337 |
…uce_seconded_candidate
@rebonat0 this PR is unblocked now, sorry for the long delay! |
…uce_seconded_candidate
@rebonat0 please sign the CLA |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just two small issues and two formatting nits.
Co-authored-by: Haiko Schol <hs+github@haikoschol.com>
Co-authored-by: Haiko Schol <hs+github@haikoschol.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! 🚀
Changes
This PR introduces the
HandleIntroduceSecondedCandidate
func toprospectiveparachains
package.Notes:
currently there's no implementation for ImplicitView, reference is:
polkadot-sdk reference
Tests
go test -timeout 30s github.com/ChainSafe/gossamer/dot/parachain/prospective-parachains
Issues
closes #4308