gottstech / gotts

A blockchain for non-collateralized stable-coins, follow MimbleWimble protocol but with explicit amount.
https://gotts.tech
Apache License 2.0
48 stars 4 forks source link

refact: handshake add height info #17

Closed garyyu closed 4 years ago

garyyu commented 4 years ago
    /// total difficulty accumulated by the sender, used to check whether sync may be needed
    pub total_difficulty: Difficulty,
    /// height
    pub height: u64,

No need to wait 10 seconds for the Ping/Pong messages to get the height info. The height info should be put into the first message which peers communicate, i.e., both the Hand and Shake message.