-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support new import syntax #208
Comments
Problem is; it is not only imports. I think getting rid of the translation will be needed eventually. |
@bluesign we can still show addresses for each account but they won't be as important (beside few edge cases which you mention). This is not just about translation but also about making the playground experience more similar to local. |
Is your feature request related to a problem? Please describe.
Playground v2 should not have to deal with address translation. Currently on v1, there is an issue in address translation where all hexadecimal values are translated (regardless of being an import or not).
Solution
The best solution for this is to only use the new import syntax in v2 and have no address translation at all.
This will also allow for a smoother transition from Playground to local development as the flow.json file would also be exported and so imports will work the same.
Fixes this issue for v2: #201
The text was updated successfully, but these errors were encountered: