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
Due to the recent changes removing Crypto from the Cadence codebase, the identifier import for the Crypto contract is no longer available. This means that the latest LS will not be compatible some existing Cadence code that is still valid on the Flow network.
Expected Behavior
We should continue to support import Crypto for the forseeable future as it is still supported on the Flow network.
Steps To Reproduce
Try to use any Cadence code with import Crypto in the latest LS
Environment
LS v1.1.0
The text was updated successfully, but these errors were encountered:
Current Behavior
Due to the recent changes removing
Crypto
from the Cadence codebase, the identifier import for the Crypto contract is no longer available. This means that the latest LS will not be compatible some existing Cadence code that is still valid on the Flow network.Expected Behavior
We should continue to support
import Crypto
for the forseeable future as it is still supported on the Flow network.Steps To Reproduce
Try to use any Cadence code with
import Crypto
in the latest LSEnvironment
LS v1.1.0
The text was updated successfully, but these errors were encountered: