Skip to content

fix: channel created with ibc-fee #1734

@puneet2019

Description

@puneet2019

as ibc has decided to remove and not maintain ibc-fee middleware, every chain has removed ibc-fee module causing channels created with secretNetwork to break..
at persistence, we did an upgrade to rename the channel version to ics20-1, (removing fee). ref implementation: persistenceCore#448 -> ofcourse implementation will change as we do not have wasm contract created channels.

The specific channel we want to reset is:

{
  "state": "STATE_OPEN",
  "ordering": "ORDER_UNORDERED",
  "counterparty": {
    "port_id": "transfer",
    "channel_id": "channel-159"
  },
  "connection_hops": [
    "connection-98"
  ],
  "version": "{\"fee_version\":\"ics29-1\",\"app_version\":\"ics20-1\"}", //change this to just "ics20-1"
  "port_id": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
  "channel_id": "channel-132"
}

it is used for SHD from secret <> persistence.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions