From d1532f4688c27965dba0e2e72faa4f9625a6ffee Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 5 Jul 2022 10:52:38 +0200 Subject: [PATCH] docs: add upgrade client proposal event (#1596) (#1633) (cherry picked from commit 41282c772bd8494f9b48d9ebdb40be7d5f7abd18) Co-authored-by: Carlos Rodriguez --- modules/core/spec/06_events.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/core/spec/06_events.md b/modules/core/spec/06_events.md index 8a416217e1f..9fc9dc97be5 100644 --- a/modules/core/spec/06_events.md +++ b/modules/core/spec/06_events.md @@ -56,7 +56,12 @@ callbacks to IBC applications. | update_client_proposal | client_type | {clientType} | | update_client_proposal | consensus_height | {consensusHeight} | +### UpgradeProposal +| Type | Attribute Key | Attribute Value | +|-------------------------|-----------------|-------------------| +| upgrade_client_proposal | title | {title} | +| upgrade_client_proposal | height | {height} | ## ICS 03 - Connection