-
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(dot/parachain/backing): Import statement into statement table #3966
feat(dot/parachain/backing): Import statement into statement table #3966
Conversation
…f github.com:ChainSafe/gossamer into axay/feat/backing/statement-table/attested-candidate
…nto axay/feat/backing/statement-table/import-statement
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.
Please update the description of Tests
to something like go test github.com/ChainSafe/gossamer/dot/parachain/backing -v
or something to indicate the new tests that were created.
…github.com:ChainSafe/gossamer into axay/feat/backing/statement-table/import-statement
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.
Nice work.
…3966) - This PR implements a method to import the statement into the statement table - unexported TableContext struct - rename table interface method from getCandidate to getCommittedCandidateReceipt - changed attestedToBackedCandidate func to toBackedCandidate method of `attestedCandidate struct
…3966) - This PR implements a method to import the statement into the statement table - unexported TableContext struct - rename table interface method from getCandidate to getCommittedCandidateReceipt - changed attestedToBackedCandidate func to toBackedCandidate method of `attestedCandidate struct
…3966) - This PR implements a method to import the statement into the statement table - unexported TableContext struct - rename table interface method from getCandidate to getCommittedCandidateReceipt - changed attestedToBackedCandidate func to toBackedCandidate method of `attestedCandidate struct
…3966) - This PR implements a method to import the statement into the statement table - unexported TableContext struct - rename table interface method from getCandidate to getCommittedCandidateReceipt - changed attestedToBackedCandidate func to toBackedCandidate method of `attestedCandidate struct
…3966) - This PR implements a method to import the statement into the statement table - unexported TableContext struct - rename table interface method from getCandidate to getCommittedCandidateReceipt - changed attestedToBackedCandidate func to toBackedCandidate method of `attestedCandidate struct
Description
Changes
attestedToBackedCandidate
func totoBackedCandidate
method of `attestedCandidate structTests
go test ./dot/parachain/backing/...
Issues
#3471
Primary Reviewer
@edwardmack @timwu20