Skip to content

Commit

Permalink
genesis: add support for arbitrary initial height (#5191)
Browse files Browse the repository at this point in the history
Adds a genesis parameter `initial_height` which specifies the initial block height, as well as ABCI `RequestInitChain.InitialHeight` to pass it to the ABCI application, and `State.InitialHeight` to keep track of the initial height throughout the code. Fixes #2543, based on [RFC-002](tendermint/spec#119). Spec changes in tendermint/spec#135.
  • Loading branch information
erikgrinaker authored Aug 11, 2020
1 parent 5c359f1 commit fff28b1
Showing 1 changed file with 204 additions and 168 deletions.
Loading

0 comments on commit fff28b1

Please sign in to comment.