neoneo-go/config
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
..
protocol.mainnet.yml transaction: drop Enrollment and State types 2020-04-27 16:06:58 +03:00
protocol.privnet.docker.four.yml transaction: drop Enrollment and State types 2020-04-27 16:06:58 +03:00
protocol.privnet.docker.one.yml transaction: drop Enrollment and State types 2020-04-27 16:06:58 +03:00
protocol.privnet.docker.single.yml transaction: drop Enrollment and State types 2020-04-27 16:06:58 +03:00
protocol.privnet.docker.three.yml transaction: drop Enrollment and State types 2020-04-27 16:06:58 +03:00
protocol.privnet.docker.two.yml transaction: drop Enrollment and State types 2020-04-27 16:06:58 +03:00
protocol.privnet.yml *: drop Publish transaction type 2020-04-16 14:40:20 +03:00
protocol.testnet.yml transaction: drop Enrollment and State types 2020-04-27 16:06:58 +03:00
protocol.unit_testnet.yml rpc/server: start and shutdown Server in tests 2020-05-25 00:27:39 +03:00