neo-go/pkg/rpc
Roman Khimov 9aecfb7c94 rpc/client: correct ID unmarshaling in wsclient
We always use uint64 IDs in the client, so we should parse them as such and
not just ints that then are casted to uint64.
2022-07-08 17:38:56 +03:00
..
client rpc/client: correct ID unmarshaling in wsclient 2022-07-08 17:38:56 +03:00
request rpc: move Request, Params and related code server-side 2022-07-08 17:38:53 +03:00
response rpc: fail invoke.Result unmarshalling on stack unmarshalling error 2022-07-08 17:05:18 +03:00
server rpc: move Request, Params and related code server-side 2022-07-08 17:38:53 +03:00
rpc_config.go rpc: restrict the amount of concurrently running iterator sessions 2022-07-08 17:05:18 +03:00