You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not generate a seal when the block is generated from a past view
If generating a block takes too much time, a view could be changed
before the miner module requesting a signature. If the Tendermint
module receives a signature request of an old view, it should ignore
the message. Before this commit, the Tendermint module was making a
crash when it gets a signature request from an old view.
0 commit comments