Skip to content
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

Querying contracts by ID/name, server side #355

Closed
roman-khimov opened this issue Sep 27, 2020 · 0 comments · Fixed by #378
Closed

Querying contracts by ID/name, server side #355

roman-khimov opened this issue Sep 27, 2020 · 0 comments · Fixed by #378

Comments

@roman-khimov
Copy link
Contributor

Summary or problem description
This is a follow-up to #339, I've overlooked somehow that #340 changed the client, but didn't change the server in any way, while the intention was really to have server answer the requests with ids/names. We want clients to not have any hashes to remember in their code, just point the client to the RPC server and it'll get all the data needed from it.

Do you have any solution you want to propose?
Implement support for #339 on the server side. We have a draft implementation of that in nspcc-dev/neo-go#1426.

Where in the software does this update applies to?

  • RPC (HTTP)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant