Skip to content

Commit

Permalink
First step towards #315 (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
adizere authored Nov 11, 2020
1 parent ab09428 commit 49129e5
Show file tree
Hide file tree
Showing 11 changed files with 1,495 additions and 1,348 deletions.
4 changes: 1 addition & 3 deletions modules/src/ics03_connection/msgs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
//!
//! Another difference to ICS3 specs is that each message comprises an additional field called
//! `signer` which is specific to Cosmos-SDK.
use crate::ics03_connection::msgs::conn_open_ack::MsgConnectionOpenAck;
use crate::ics03_connection::msgs::conn_open_confirm::MsgConnectionOpenConfirm;
use crate::ics03_connection::msgs::conn_open_init::MsgConnectionOpenInit;
Expand All @@ -21,9 +22,6 @@ pub mod conn_open_confirm;
pub mod conn_open_init;
pub mod conn_open_try;

/// Message type for the `MsgConnectionOpenConfirm` message.
pub const TYPE_MSG_CONNECTION_OPEN_CONFIRM: &str = "connection_open_confirm";

/// Enumeration of all possible messages that the ICS3 protocol processes.
#[derive(Clone, Debug, PartialEq, Eq)]
pub enum ConnectionMsg {
Expand Down
Loading

0 comments on commit 49129e5

Please sign in to comment.