Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Fix unstable genesis hash between v0.30.0 and v0.31.0 #1466

Merged
merged 1 commit into from
Mar 23, 2021

Commits on Mar 23, 2021

  1. Fix unstable genesis hash between v0.30.0 and v0.31.0

    This was due to accidental removaal of `omitempty` from AppHash.
    
    Also:
    
    - Add simple genesis stability snapshot test
    - Treat `GenesisDoc.ChainID` as read only and re-introduce
    `GenesisDoc.chainID` as lazy memo storage for ChainID to avoid writing
    back a chainID which was generated and never present in verbatim gendoc
    
    Signed-off-by: Silas Davis <silas@monax.io>
    Silas Davis committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    a1b8ac2 View commit details
    Browse the repository at this point in the history