neoneo-go/pkg/rpc
Roman Khimov 0c45ff8f51 rpc: simplify result.Invoke creation, remove needless deps
Change stack items before marshaling them which makes code in result package
much simpler and not requiring interop, iterator and storage dependencies that
clients shouldn't care about.

This also changes SessionBackedByMPT behavior, now instead of waiting for
traverseiterator call it'll rerun the script immediately if a new session is
created.
2022-07-11 16:15:14 +03:00
..
client vm: move State type into a package of its own 2022-07-08 18:34:52 +03:00
request rpc: drop useless RawParams type 2022-07-08 17:56:20 +03:00
response rpc: simplify result.Invoke creation, remove needless deps 2022-07-11 16:15:14 +03:00
server rpc: simplify result.Invoke creation, remove needless deps 2022-07-11 16:15:14 +03:00
rpc_config.go rpc: restrict the amount of concurrently running iterator sessions 2022-07-08 17:05:18 +03:00