-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
Milestone
Description
- Ensure evidence is marked on replay: track evidence, include in block #592 (comment)
- Check evidence by validator address: track evidence, include in block #592 (comment)
- Verify iterators used correctly: track evidence, include in block #592 (comment)
- idempotence: track evidence, include in block #592 (comment) - fixed in evidence: dont send evidence to unsynced peers #1628 by calling Update before we save the state
- update state: track evidence, include in block #592 (comment) - fixed by making State immutable and passing it into Update and locking around it in evpool
- fix addr/pubkey dichotomy (https://github.com/tendermint/tendermint/blob/master/state/execution.go#L197) - fixed in Update ABCI for new PubKey type and changes to BeginBlock and InitChain #1667
Reactions are currently unavailable