neo-go/internal
Anna Shaleva eeb439f548 internal: avoid race access to config.Version by tests
Network server constructor reads config.Version variable, and
testcli.DeployContract writes dummy config.Version which causes
race in tests. Avoid this race by moving config.Version initialisation
to a separate package and perform it inside test packages init().

Close #3011, close #3017.

Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
2023-10-10 11:59:53 +03:00
..
basicchain core: move contract notifications check under HFBasilisk 2023-08-18 16:40:20 +03:00
contracts *: update interop deps 2023-10-05 13:46:56 +03:00
fakechain core: distinguish notarypool/mempool metrics 2023-04-13 18:40:19 +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 internal: avoid race access to config.Version by tests 2023-10-10 11:59:53 +03:00
testcli internal: avoid race access to config.Version by tests 2023-10-10 11:59:53 +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