Dont send PubKeys in BeginBlock
ebuchman opened this issue · 2 comments
ebuchman commented
Addresses will be easier to compute (hash of the raw pubkey bytes). But pubkeys are large and will only get larger, we can't sustainably send them. Apps should deal in addresses.
Of course Apps will still need to return PubKeys in EndBlock to update the validator set.
b00f commented
Of course Apps will still need to return PubKeys in EndBlock to update the validator set.
Hopefully one day App and Tendermint can work together just with address!
zramsay commented