Switch staking Validator.ConsPubkey to Validator.ConsAddr #2244
Closed
Description
opened on Sep 5, 2018
Within the fee-distribution I need to retrieve the validator operator address from the Tendermint consensus address - Currently the staking validator keeper holds an index of staking validators by the consensus pubkey but not the consensus address - To achieve what I need I basically need to introduce the ConcAddress and an Index into staking/validator. This said, I'm not sure that we actually need the consensus PubKey at all. Thoughts?
Activity