neo-go/pkg/rpc/client
Roman Khimov adab83496c rpc: move Request, Params and related code server-side
It's absolutely irrelevant for the client and request/response packages should
only contain code that is useful on both sides of the conversation. It's OK
for client tests to reuse this code, but the package is used by external
developers and they shouldn't be bothered with it. Nothing changed
functionally here except WSClient simplification. Fixes #2236.
2022-07-08 17:38:53 +03:00
..
nns [#2442] English Check 2022-05-04 19:48:27 +03:00
client.go rpc/client: add Close method 2022-07-04 11:12:17 +03:00
doc.go rpc: implement iterator sessions 2022-07-08 17:05:18 +03:00
doc_test.go rpc: adjust client documentation 2021-09-08 17:53:09 +03:00
helper.go rpc: restrict max number of iterator items for createIteratorUnwrapperScript 2022-07-08 17:05:18 +03:00
native.go rpc: restrict max number of iterator items for createIteratorUnwrapperScript 2022-07-08 17:05:18 +03:00
nep.go [#2442] English Check 2022-05-04 19:48:27 +03:00
nep11.go rpc: restrict max number of iterator items for createIteratorUnwrapperScript 2022-07-08 17:05:18 +03:00
nep17.go [#2442] English Check 2022-05-04 19:48:27 +03:00
policy.go rpc: carefully review places where Client.cache.initDone is used 2022-02-22 12:52:14 +03:00
rpc.go rpc: restrict (*Client).TraverseIterator with single RPC call 2022-07-08 17:05:18 +03:00
rpc_test.go rpc: move Request, Params and related code server-side 2022-07-08 17:38:53 +03:00
wsclient.go rpc: move Request, Params and related code server-side 2022-07-08 17:38:53 +03:00
wsclient_test.go rpc: move Request, Params and related code server-side 2022-07-08 17:38:53 +03:00