Skip to content

Commit

Permalink
minor note in UPGRADING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ebuchman committed Sep 7, 2018
1 parent 8b94dec commit c8895da
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@ the `ValidatorUpdate` type, which contains just the `PubKey`.
Validator set updates returned in ResponseEndBlock for height `H` used to take
effect immediately at height `H+1`. Now they will be delayed one block, to take
effect at height `H+2`. Note this means that the change will be seen by the ABCI
app in the `RequestBeginBlock.LastCommitInfo` at block `H+3`.
app in the `RequestBeginBlock.LastCommitInfo` at block `H+3`. Apps were already
required to maintain a map from validator addresses to pubkeys since v0.23 (when
pubkeys were removed from RequestBeginBlock), but now they may need to track
multiple validator sets at once to accomodate this delay.


### Block Size

Expand Down

0 comments on commit c8895da

Please sign in to comment.