This motion intends to enable the HRMP channel to InvArch Tinkernet. The proposal was brought to the council and as external referendum for a few times but all the tries were failed, due to either the technical problems and mistakes, or not reaching the voting threshold. In the past voting, there's no strong signal against this proposal.
In the last motion (205) where the proposal didn't pass as a referendum. However the opposition party has never given out a clear reason in public spaces (SubSquare, Discord, and Twitter). Therefore, I proposed this motion to bring it back to the democracy again, hoping it can attract more votes to the referendum to unblock the HRMP integration.
Original Proposal
This motion will trigger two Transact message on Kusama to accept&send the HRMP request sent from InvArch Tinkernet.
The first transact will be performed on Kusama with the following call:
0x3c014d080000
which can be decoded as:
hrmp.hrmpAcceptOpenChannel(
sender: 2,125,
)
The second transact will be performed on Kusama with the call:
0x3c004d080000e803000000900100
which can be decoded as:
hrmp.hrmpInitOpenChannel(
recipient: 2,125,
proposedMaxCapacity: 1,000
proposedMaxMessageSize: 102,400
)
Khala's sovereign account has already got enough deposit to open the channels.