neoneo-go/pkg/rpc/client
alexvanin aca6f2f3ad rpc/client: handle client creation error in new wsclient
Client returns error if it can't parse endpoint string. WSClient
should check client error or there could be panic at `cl.cli = nil`
expression.
2020-05-26 11:36:47 +03:00
..
client.go rpc/client: add minimalistic websocket client 2020-05-04 16:54:35 +03:00
doc.go rpc: implement missing RPC client methods 2020-03-12 15:56:59 +03:00
doc_test.go rpc: update client documentation 2020-03-03 18:59:21 +03:00
neoscan.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
nep5.go core: add witness check to nep5 transfer method 2020-05-20 23:34:27 +03:00
rpc.go core: add SystemFee and NetworkFee to transaction 2020-05-20 23:26:48 +03:00
rpc_test.go rpc/client: deduplicate block/header tests a bit 2020-05-26 11:36:47 +03:00
wsclient.go rpc/client: handle client creation error in new wsclient 2020-05-26 11:36:47 +03:00
wsclient_test.go rpc/client: handle client creation error in new wsclient 2020-05-26 11:36:47 +03:00