You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Transform channel operation functions to take channelAddress in the form of bytes32 instead of address (required for non-EVM)
blockChannel
getChannelVerification
batchVerification
verifyChannel
unverifyChannel
This will require the following changes.
Changing all the parameters from address to bytes32.
Using the bytes32 format for msg.sender in verifyChannel function.
Accept bytes32 in onlyActivatedChannels private function.
Create new mapping for channelUpdateCounter as we go non-EVM.
POC if available
No response
Contract Name
Core Contract
The text was updated successfully, but these errors were encountered:
Feature name
No response
Describe the Enhancement
Transform channel operation functions to take channelAddress in the form of bytes32 instead of address (required for non-EVM)
This will require the following changes.
Changing all the parameters from
address
tobytes32
.Using the
bytes32
format formsg.sender
inverifyChannel
function.Accept
bytes32
inonlyActivatedChannels
private function.Create new mapping for
channelUpdateCounter
as we go non-EVM.POC if available
No response
Contract Name
Core Contract
The text was updated successfully, but these errors were encountered: