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
Throughout the transformer and IR, the isLibrary boolean check for valid libraries is hardcoded/removed. This is because gvc0 checks for local libraries and doesn't really make use of downloaded ones. We basically only care about pyTEAL for the basic examples, but we'll definitely have to re-integrate the checks for local libraries to support a module system!
The text was updated successfully, but these errors were encountered:
janpaulpl
changed the title
Throughout the transformer and IR, the isLibrary boolean check for valid libraries is hardcoded/removed. This is because gvc0 checks for local libraries and doesn't really make use of downloaded ones. We basically only care about pyTEAL for the basic examples, but we'll definitely have to re-integrate the checks for local libraries to support a module system!isLibrary re-implementation
Jun 23, 2023
Throughout the transformer and IR, the
isLibrary
boolean check for valid libraries is hardcoded/removed. This is because gvc0 checks for local libraries and doesn't really make use of downloaded ones. We basically only care about pyTEAL for the basic examples, but we'll definitely have to re-integrate the checks for local libraries to support a module system!The text was updated successfully, but these errors were encountered: