neo-go/pkg/rpc
Evgenii Stratonikov 758a88a813 rpc: exit from Start after Listener is running
If port is dynamically allocated, `(*Server).Addr` will contain
0 port. This commit executes listener before exiting from `Start()`
and sets Addr to the actual address.
2020-09-18 12:05:31 +03:00
..
client rpc: use state.AppExecResult for ApplicationLog marshalling 2020-09-07 13:38:32 +03:00
request Merge pull request #1367 from nspcc-dev/rpc/array_func_params 2020-08-27 17:31:07 +03:00
response rpc/server: encode answers more efficiently 2020-09-09 20:46:31 +03:00
server rpc: exit from Start after Listener is running 2020-09-18 12:05:31 +03:00
rpc_config.go config: move config.go out of config/ 2020-03-31 17:55:59 +03:00