node icon indicating copy to clipboard operation
node copied to clipboard

Support Bitcoin with Protocol contract v2 architecture

Open lumtis opened this issue 1 year ago • 0 comments

Describe the Issue

  • 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

lumtis avatar Aug 15 '24 11:08 lumtis