Skip to content

IBC Client event for client UpgradeProposal #1558

@ancazamfir

Description

@ancazamfir

Summary

hermes has a CLI for client UpgradeProposal. Currently, in order to determine if an upgrade proposal was successful, hermes needs to dig out for some non-IBC events (i.e. not defined in events.md).

Problem Definition

Proposal

The proto message for a client upgrade proposal is defined in

message UpgradeProposal {
.

Could we have an IBC event emitted (something like EmitUpgradeProposalEvent) in:

func (k Keeper) HandleUpgradeProposal(ctx sdk.Context, p *types.UpgradeProposal) error {

and documented in events.md


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged/assigned

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions