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
EVM contract runs into errors on InternalEVM calls and cannot be used in dependent contracts without also propagating those syntax errors cannot find variable in this scope: InternalEVM. not found in this scope
Steps to Reproduce
Open a project with the EVM contract, dependencies and properly configured flow.json (see flow-evm-bridge) and notice syntax highlighting raises errors on InternalEVM within the EVM contract. Also look for checking of imported program EVM failed wherever EVM is imported.
Acceptance Criteria
EVM contract is supported by Cadence VSCode extension
Problem
EVM contract runs into errors on
InternalEVM
calls and cannot be used in dependent contracts without also propagating those syntax errorscannot find variable in this scope: InternalEVM. not found in this scope
Steps to Reproduce
Open a project with the EVM contract, dependencies and properly configured flow.json (see flow-evm-bridge) and notice syntax highlighting raises errors on InternalEVM within the EVM contract. Also look for
checking of imported program
EVMfailed
wherever EVM is imported.Acceptance Criteria
EVM contract is supported by Cadence VSCode extension
Context
Flow VM bridge. Not a blocker.
CLI version:
v1.15.0-cadence-v1.0.0-preview.13
Extension version:
v2.3.0
The text was updated successfully, but these errors were encountered: