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 #378 has added support for getcontractstate requests using native contract IDs/names (see #355 and #339 as well). Back when it had been implemented there was no way to map ID to contract hash for non-native contracts, now after neo-project/neo#2807 solving neo-project/neo#2803 it is easily possible to do that.
Do you have any solution you want to propose?
Add logic to allow getcontractstate to operate with IDs for non-native contracts. NeoGo supports this since 0.92.0 and we can finally unify behavior of this call.
Where in the software does this update applies to?
RPC (HTTP)
The text was updated successfully, but these errors were encountered:
Summary or problem description
#378 has added support for
getcontractstate
requests using native contract IDs/names (see #355 and #339 as well). Back when it had been implemented there was no way to map ID to contract hash for non-native contracts, now after neo-project/neo#2807 solving neo-project/neo#2803 it is easily possible to do that.Do you have any solution you want to propose?
Add logic to allow
getcontractstate
to operate with IDs for non-native contracts. NeoGo supports this since 0.92.0 and we can finally unify behavior of this call.Where in the software does this update applies to?
The text was updated successfully, but these errors were encountered: