-
Notifications
You must be signed in to change notification settings - Fork 18
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
RFC 313 - The ordering of the VN set is not correct #73
Comments
Any reason to impose this ordering? The blockchain already provides canonical ordering. It could be done this way but requires an extra sorting step |
Explained in chat: we trade off the very small cost of ordering by shard id for smaller Merkle proofs in QCs (if leaf nodes included in the proof are nearer to each other, then proofs are smaller) Will update the RFC accordingly |
stringhandler
pushed a commit
to tari-project/tari
that referenced
this issue
Nov 24, 2022
Description --- Sorts VN set by shard id before returning it Motivation and Context --- Ref tari-project/rfcs#73 How Has This Been Tested? --- Tests updated
sdbondi
added a commit
to sdbondi/tari-rfcs
that referenced
this issue
Nov 25, 2022
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
in https://rfc.tari.com/RFC-0313_VNRegistration.html#validator-node-set-definition
This should read "The order is based on the VN_Shard_Key"
The text was updated successfully, but these errors were encountered: