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
Define some logic allow to set ProtocolContractVersions == 2 in the vote inbound in inbound.go
Set the correct message: the message passed in VoteInbound is not the message itself, it doesn't contains the receiver as first few bytes anymore, this parsing should be done at the ZetaClient level
Add E2E test to check Deposit and DepositAndCall
IMPORTANT: Bitcoin should still use the Origin field for the context for calls has the sender field (ethaddress) can't contains the address : #3018 (comment)
The text was updated successfully, but these errors were encountered:
Describe the Issue
VoteInbound
is not the message itself, it doesn't contains the receiver as first few bytes anymore, this parsing should be done at the ZetaClient levelIMPORTANT: Bitcoin should still use the Origin field for the context for calls has the sender field (ethaddress) can't contains the address : #3018 (comment)
The text was updated successfully, but these errors were encountered: