neo-go/internal
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
..
basicchain core: move contract notifications check under HFBasilisk 2023-08-18 16:40:20 +03:00
contracts *: update interop dependency 2023-11-28 10:49:39 +03:00
fakechain *: replace go.uber.org/atomic with sync/atomic 2023-10-12 17:59:34 +03:00
keytestcases core: rename Neo.Crypto.CheckSig interop 2021-05-11 18:37:55 +03:00
random pkg: move internal/ package to the root directory 2020-11-24 16:39:56 +03:00
testchain native: introduce attribute pricing 2023-11-21 13:42:56 +03:00
testcli network: change server Start() behavior 2024-02-27 15:10:51 +03:00
testserdes *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
versionutil internal: avoid race access to config.Version by tests 2023-10-10 11:59:53 +03:00