-
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
[3.6.2] GetNativeContracts Exception #850
Comments
I will remove it also in client according to #828 |
Merged
superboyiii
pushed a commit
that referenced
this issue
Nov 29, 2023
* Fix RpcNativeContract Close #850 * Fix UT
Merged
Jim8y
added a commit
to Jim8y/neo-modules
that referenced
this issue
Dec 13, 2023
* 'master' of github.com:neo-project/neo-modules: Fix workflow (neo-project#857) Fix stack exception name (neo-project#855) update workflow (neo-project#856) Refac build configs (neo-project#846) Hotfix for neo-project#850 (neo-project#853) Fix RpcNativeContract (neo-project#851)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Calling the RPC Method GetNativeContracts results in an exception on client side. RPC side is sending a json object without the field
updatehistory
, but Client side is expecting the field.neo-modules/src/RpcClient/Models/RpcNativeContract.cs
Lines 26 to 36 in 64a1ae4
neo-modules/src/RpcServer/Utility.cs
Lines 35 to 44 in 64a1ae4
The text was updated successfully, but these errors were encountered: