neo-go/pkg
Anna Shaleva 9ba6db491e rpcsrv: fix failing TestWSClientsLimit
64 connections is too much for slow GA runners, we have to keep all of
them alive to avoid failures in the test, but it's impossible since
runners are too slow to iterate through all of them in time.

Close #3442.

Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
2024-08-09 15:14:52 +03:00
..
compiler native: autogenerate nativehashes package 2024-05-14 09:39:53 +03:00
config netmode: add constant MainNetNeoFS and TestNetNeoFS 2024-07-31 11:02:17 +08:00
consensus dbft: update to AMEV-enabled version 2024-08-01 22:29:51 +03:00
core neotest: calculate system fee for deployment transactions 2024-08-09 11:55:22 +03:00
crypto crypto: export GetSignedData function 2024-05-13 09:33:42 +03:00
encoding *: drop go 1.18 support in doc and build targets 2023-10-12 17:59:42 +03:00
interop block: add PrimaryIndex to the stack item of block 2024-07-27 12:35:19 +03:00
io *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
neorpc neorpc: extend getpeers method 2024-06-27 10:41:59 +01:00
neotest neotest: calculate system fee for deployment transactions 2024-08-09 11:55:22 +03:00
network Merge pull request #3501 from NeoGoBros/add-max-array-size-test 2024-07-03 19:34:14 +03:00
rpcclient rpcclient/WS: do not deadlock on connection loss 2024-07-29 17:39:11 +03:00
services rpcsrv: fix failing TestWSClientsLimit 2024-08-09 15:14:52 +03:00
smartcontract smartcontrct: take care of manifest permission descriptor wildcardness 2024-08-05 16:05:59 +03:00
util *: Convert slices to arrays instead of copy where possible 2024-07-05 20:36:22 +04:00
vm Merge pull request #3460 from NeoGoBros/add-onexec-hook 2024-07-03 13:21:46 +03:00
wallet wallet: do not store deployed contract script inside Contract account 2024-06-05 15:27:20 +03:00