neo-go/pkg/services
Ekaterina Pavlova f8dc5ec44f network: change server Start() behavior
Previously user should Start server in a separate goroutine. Now
separate goroutine is created inside the Start(). For normal server
operation, the caller should wait for Start to finish. Also, fixed
TestTryInitStateSync test which was exiting earlier than logs are
called.

Close #3112

Signed-off-by: Ekaterina Pavlova <ekt@morphbits.io>
2024-02-27 15:10:51 +03:00
..
helpers/rpcbroadcaster *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
metrics *: replace go.uber.org/atomic with sync/atomic 2023-10-12 17:59:34 +03:00
notary services: improve notary service logging 2024-01-12 12:25:11 +03:00
oracle core, services: fix Designation-dependant service initialisation 2023-11-24 15:25:51 +03:00
rpcsrv network: change server Start() behavior 2024-02-27 15:10:51 +03:00
stateroot services: adjust StateRoot service initialisation 2023-11-24 15:25:51 +03:00