We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
New assignment...
attesterSlot
Will be nice to view these logs in ascending order based on attesterSlot and proposerSlot
proposerSlot
The text was updated successfully, but these errors were encountered:
Hey Terence, I am sorry but I am totally new about the protocol, am I right that this is the code that must be edited: https://github.com/prysmaticlabs/prysm/blob/master/beacon-chain/rpc/validator/assignments.go
The default assignment?
Sorry, something went wrong.
@terencechain any thoughts on #5397 which provides more concise output for assignments (including ordering by slot)?
sort.SliceStable(validatorAssignments, func(i, j int) bool { return validatorAssignments[i].AttesterSlot < validatorAssignments[j].AttesterSlot })
Like that?
Is it always that if the attesterSlot of a validatorAssignment is bigger the other validatorAssignment the proposerSlot is bigger?
@mcdee that looks inline with my thinking, let's go with that
No branches or pull requests
Will be nice to view these logs in ascending order based on
attesterSlot
andproposerSlot
The text was updated successfully, but these errors were encountered: