-
Notifications
You must be signed in to change notification settings - Fork 126
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
base: feat/parachain
Are you sure you want to change the base?
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
…ssamer into eclesio/fragment-chain-impl
…ssamer into eclesio/fragment-chain-impl
@rebonat0 this PR is unblocked now, sorry for the long delay! |
…uce_seconded_candidate
@rebonat0 please sign the CLA |
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