Uh oh!
There was an error while loading. Please reload this page.
DIP 22: Deterministic InstantSend - #98
Conversation
thephez
left a comment
There was a problem hiding this comment.
A couple questions for @QuantumExplorer and @UdjinM6
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| 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.
| 6. Create the SignID by calculating `SHA256(quorumHash, requestId, SHA256(version, txHash))` | |
| 6. Create the SignID by calculating `SHA256(quorumHash, requestId)` |
Uh oh!
There was an error while loading. Please reload this page.
cdc11a3 to
bc36b71CompareUh oh!
There was an error while loading. Please reload this page.
Co-authored-by: gabriel-bjg <gabriel.bjg@gmail.com>
thephez
commented
Oct 19, 2021
@PastaPastaPasta@QuantumExplorer@UdjinM6 Please complete a final review on this so we can merge it. 🙏 |
thephez
commented
Oct 25, 2021
@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