DIP1: Stateless Message Routing in DPSN
Proposal to remove dependencies for topic lookup on chain every time a message is published.
Overview
Flow Description
1. Topic Purchase and Address Generation
message_to_sign = P + Vanity_Name + T + NcodeSignature (S) = Sign(SK, message_to_sign)codeA = Hash(message_to_sign + S)
2. On-Chain Storage
3. Message Sending
4. Node Broadcasting and Metering
5. SDK Message Verification
Algorithms and Formulas Used
Cryptographic Hash Function
Digital Signature Algorithm
Last updated