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
Contracts were previously able to import Crypto by declaring import Crypto, but these imports now fail with "checking of imported program Crypto failed". This is probably a result of onflow/cadence#3619.
Steps to Reproduce
In a local flow project, import the Crypto contract to a Cadence script, transaction or contract. The error should arise
Acceptance Criteria
Legacy crypto imports don't break parsing.
Context
Crypto is imported into the EVM contract with the original format of import Crypto which breaks contract parsing and affects downstream dependencies. This was noticed while working on onflow/flow-evm-bridge#143
The text was updated successfully, but these errors were encountered:
Problem
Contracts were previously able to import
Crypto
by declaringimport Crypto
, but these imports now fail with "checking of imported programCrypto
failed". This is probably a result of onflow/cadence#3619.Steps to Reproduce
In a local flow project, import the Crypto contract to a Cadence script, transaction or contract. The error should arise
Acceptance Criteria
Legacy crypto imports don't break parsing.
Context
Crypto is imported into the EVM contract with the original format of
import Crypto
which breaks contract parsing and affects downstream dependencies. This was noticed while working on onflow/flow-evm-bridge#143The text was updated successfully, but these errors were encountered: