-
Notifications
You must be signed in to change notification settings - Fork 229
Open
Description
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
Labels
No labels