-
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): implements GetBackableCandidates
#4374
base: feat/parachain
Are you sure you want to change the base?
feat(prospective-parachains): implements GetBackableCandidates
#4374
Conversation
- Added: Candidate Entry - (inclusion_emulator): Added ProspectiveCandidate, Modification error and Fragment Validity error
…elDDHM/gossamer into feature/add_get_backable_candidates
@haikoschol @EclesioMeloJunior @P1sar a small review please. |
GetBackableCandidates
dot/parachain/prospective-parachains/prospective_parachains_test.go
Outdated
Show resolved
Hide resolved
dot/parachain/prospective-parachains/prospective_parachains_test.go
Outdated
Show resolved
Hide resolved
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.
@DanielDDHM TestGetBackableCandidates/candidates_found
is failing in CI and when I run it locally.
@haikoschol could you take a look again? |
Changes
implements GetBackableCandidates
Tests
Unit Tests: Core logic is tested in isolation using testify for assertions
go test -tags integration github.com/ChainSafe/gossamer
Issues
GetBackableCandidates
signal #4310