Closed alpe closed 2 years ago
As this touches the internal query API, all validators need to upgrade or it can be state breaking when called
@maurolacy will create contract related ticket for this and link it here. Thanks
The relevant issue in poe-contracts is https://github.com/confio/poe-contracts/issues/149.
As discussed on slack the votes on begin_block can be "stored" in memory for the current block only.
Steps:
RequestBeginBlock.LastCommitInfo
in poe/abci.go and keep them in memory.