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
I think a fix would be to not make views accessible from the ContractInterface itself, since they're already available from the .views dict. I can give it a try if that works for you?
My bad, .views has objects of the ViewSection class. I'll change the name in the Ligo library, but changing the behaviour from PyTezos might be nice as well.
This is really an edge case, but
having a view named "token_metadata" make a contract unreadable, crashing with a
View name collision token_metadata
errormade a simple reproduction there: https://github.com/der-alter/exp-collision
The text was updated successfully, but these errors were encountered: