node icon indicating copy to clipboard operation
node copied to clipboard

fix!: tolerate v2 contracts in tss migration tests

Open gartnera opened this issue 1 year ago • 0 comments

Description

https://github.com/zeta-chain/node/pull/2932 broke the tss migration tests because the V2 ERC20 custody contract did not have UpdateTSSAddress on the current protocol-contracts version (related to https://github.com/zeta-chain/protocol-contracts/pull/363).

Use the latest version of protocol-contracts. This includes a consensus breaking change from https://github.com/zeta-chain/protocol-contracts/pull/377.

How Has This Been Tested?

  • [ ] Tested CCTX in localnet
  • [ ] Tested in development environment
  • [ ] Go unit tests
  • [ ] Go integration tests
  • [ ] Tested via GitHub Actions

gartnera avatar Oct 11 '24 19:10 gartnera