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
Summary or problem description
NEP-17 removed name() method requirement and #2024 brought Name field to manifests for native contracts. Still, native contracts keep name() method exposed to other smart contracts.
Do you have any solution you want to propose?
I think we can remove it now from public contract's methods (the field Name of course is still useful, it just shouldn't be a ContractMethod).
Neo Version
Neo 3
Where in the software does this update applies to?
Native contracts
The text was updated successfully, but these errors were encountered:
Summary or problem description
NEP-17 removed
name()
method requirement and #2024 broughtName
field to manifests for native contracts. Still, native contracts keepname()
method exposed to other smart contracts.Do you have any solution you want to propose?
I think we can remove it now from public contract's methods (the field
Name
of course is still useful, it just shouldn't be aContractMethod
).Neo Version
Where in the software does this update applies to?
The text was updated successfully, but these errors were encountered: