Description
With the latest flow-go version, the latest EVM contract includes interface & internal changes (CadenceOwnedAccount.dryCall routes to InternalEVM.dryCall) that result in breaking changes for Cadence tests that import the latest EVM contract from Testnet & Mainnet.
See this CI run in the latest VM bridge PR. Even though these new methods aren't used anywhere in the codebase (yet), the imported EVM contract cannot deploy since it includes functionality not yet available from the local environment.
Description
With the latest flow-go version, the latest EVM contract includes interface & internal changes (
CadenceOwnedAccount.dryCallroutes toInternalEVM.dryCall) that result in breaking changes for Cadence tests that import the latest EVM contract from Testnet & Mainnet.See this CI run in the latest VM bridge PR. Even though these new methods aren't used anywhere in the codebase (yet), the imported EVM contract cannot deploy since it includes functionality not yet available from the local environment.