-
Notifications
You must be signed in to change notification settings - Fork 100
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
Replace NEP5 with NEP17 in RPC #405
Comments
Also, the dependencies of the RPC server plugin should be updated. An attempt to run RPCServer with updated node leads to the following exception:
|
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
After neo-project/neo#2024 we have NEP-17 contracts and NEP-5 tracker plugin (as well as RPC client) should be adopted to that.
Expected behavior
Rename getnep5balances/getnep5transfers to getnep17balances/getnep17transfers and fix type names.
The text was updated successfully, but these errors were encountered: