neoneo-go/pkg/rpc
Roman Khimov 612500ed96 rpc/server: start and shutdown Server in tests
It will be important for proper subscription testing and it doesn't hurt even
though technically we've got two http servers listening after this change (one
is a regular Server's http.Server and one is httptest's Server). Reusing
rpc.Server would be nice, but it requires some changes to Start sequence to
start Listener with net.Listen and then communicate back its resulting
Addr. It's not very convenient especially given that no other code needs it,
so doing these changes just for a bit cleaner testing seems like and
overkill.

Update config appropriately. Update Start comment along the way.
2020-05-25 00:27:39 +03:00
..
client core: add witness check to nep5 transfer method 2020-05-20 23:34:27 +03:00
request emit: remove tailCall argument from AppCall 2020-05-07 14:59:01 +03:00
response core: add SystemFee and NetworkFee to transaction 2020-05-20 23:26:48 +03:00
server rpc/server: start and shutdown Server in tests 2020-05-25 00:27:39 +03:00
rpc_config.go config: move config.go out of config/ 2020-03-31 17:55:59 +03:00