TendermintClient::verify_upgrade_and_update_state
is not implemented
#19
Milestone
TendermintClient::verify_upgrade_and_update_state
is not implemented
#19
Uh oh!
There was an error while loading. Please reload this page.
Related to: #722
Summary
The
TendermintClient::verify_upgrade_and_update_state
is currently not implemented, even though it is called in the UpgradeClient handler.ibc-rs/modules/src/clients/ics07_tendermint/client_def.rs
Lines 395 to 403 in efbf7d1
ibc-rs/modules/src/core/ics02_client/handler/upgrade_client.rs
Lines 52 to 57 in efbf7d1
Problem Definition
The UpgradeClient is therefore non-functional at the moment, as it will panic once the method is called.
Proposal
Implement the
verify_upgrade_and_update_state
method forTendermintClient
.Acceptance Criteria
The
verify_upgrade_and_update_state
is implemented inTendermintClient
, and its behavior is captured in a test for the UpgradeClient handler.For Admin Use
The text was updated successfully, but these errors were encountered: