neo-go/cli/server
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
..
testdata config: fix TestGetConfigFromContext on Windows 2024-02-12 19:37:26 +03:00
cli_dump_test.go cli: add test for incremental DB dump and restore 2023-07-03 13:53:41 +03:00
cli_server_test.go config: drop implicit consensus config via UnlockWallet 2023-10-10 13:26:07 +03:00
dump.go storage: move Operation into package of its own 2022-07-08 23:30:30 +03:00
dump_test.go *: fix tests failing due to path.Join usage 2021-11-29 11:11:09 +03:00
server.go network: change server Start() behavior 2024-02-27 15:10:51 +03:00
server_test.go config: fix TestGetConfigFromContext on Windows 2024-02-12 19:37:26 +03:00
signals_unix.go *: bump minimum supported go version 2022-08-08 13:59:32 +03:00
signals_windows.go *: bump minimum supported go version 2022-08-08 13:59:32 +03:00