-
Notifications
You must be signed in to change notification settings - Fork 58
DIP 22: Deterministic InstantSend #98
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
Conversation
thephez
left a comment
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.
A couple questions for @QuantumExplorer and @UdjinM6
deterministic-instantsend.md
Outdated
| 3. For each LLMQ of this quorum cycle’s set, calculate `SHA256(quorumType, quorumHash, requestId)` | ||
| 4. Sort the list of LLMQs based on the result of step 3 in ascending order | ||
| 5. Use the first entry of the sorted list as the responsible LLMQ | ||
| 6. Create the SignID by calculating `SHA256(quorumHash, requestId, SHA256(version, txHash))` |
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.
| 6. Create the SignID by calculating `SHA256(quorumHash, requestId, SHA256(version, txHash))` | |
| 6. Create the SignID by calculating `SHA256(quorumHash, requestId)` |
cdc11a3 to
bc36b71
Compare
Co-authored-by: gabriel-bjg <[email protected]>
|
@PastaPastaPasta @QuantumExplorer @UdjinM6 Please complete a final review on this so we can merge it. 🙏 |
@PastaPastaPasta @QuantumExplorer Please complete a final review on this so we can merge it. 🙏 |
This DIP aims to improve InstantSend messages to make them deterministically verifiable.
Link to doc: https://github.com/dashpay/dips/blob/deterministic-instantsend/dip-0022.md
Thanks to @QuantumExplorer and @UdjinM6 for collaborating on this