neoneo-go/pkg/rpc/server
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
..
testdata rpc/client: allow to use contract accounts in AddNetworkFee 2020-08-27 11:32:55 +03:00
client_test.go rpc/client: allow to use contract accounts in AddNetworkFee 2020-08-27 11:32:55 +03:00
prometheus.go rpc: reuse handlers map for prometheus metrics 2020-03-25 15:25:12 +03:00
server.go rpc: exit from Start after Listener is running 2020-09-18 12:05:31 +03:00
server_helper_test.go rpc: exit from Start after Listener is running 2020-09-18 12:05:31 +03:00
server_test.go transaction: cache tx size, don't serialize it over and over again 2020-09-11 18:55:19 +03:00
subscription.go rpc: use state.AppExecResult for ApplicationLog marshalling 2020-09-07 13:38:32 +03:00
subscription_test.go testchain: move newBlock there from rpc/server 2020-08-20 18:50:36 +03:00