From 6cced4fd1f1cfb2458637355051af77c0a5bfb79 Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Date: Tue, 28 Jun 2022 11:30:46 +0200 Subject: [PATCH] docs: add upgrade client proposal event (#1596) (cherry picked from commit 41282c772bd8494f9b48d9ebdb40be7d5f7abd18) --- 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