Why did we need multiple addresses ? #16689
Unanswered
aramakam3505
asked this question in
Q&A
Replies: 1 comment 6 replies
-
The original backstory to this is the following: You need to understand, from a validator's POV, there are two distinct key pairs -- the CometBFT key pair, which they use in consensus and a application domain "operator" key pair, which they use for signing on-chain txs. The ConsAddress is a bech32 HRP for the former. The ValAddress is a Bech32 HRP for the latter. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In comsos for a validator we have 3 types of addresses - AccAddress, ValAddress, ConsAddress.
What was the consideration behind maintaining 3 types addresses for a single validator?
Beta Was this translation helpful? Give feedback.
All reactions