neo-go/pkg/services/rpcsrv
Pavel Karpy 0ba16fe580 ws: allow filtering notification by parameters
`Any` type with nil/null value is treated as a parameter filter that allows
any notification value. Not more than 16 filter parameters are allowed.
Closes #3624.

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
2024-11-26 00:26:04 +03:00
..
params *: fix some dupword warnings 2024-11-13 20:57:10 +03:00
testdata rpcsrv: update testdata/testblocks.acc 2024-11-20 14:45:28 +03:00
client_test.go rpcsrv: add NEP24 test 2024-11-20 14:45:28 +03:00
error.go rpcsrv: align default error code with C# implementation 2024-11-12 17:08:01 +03:00
local_test.go config: drop deprecated address/port configurations 2023-10-10 13:26:07 +03:00
prometheus.go rpcsrv: remove deprecated RPC counters 2023-03-18 10:52:24 +03:00
server.go rpcsrv: align default error code with C# implementation 2024-11-12 17:08:01 +03:00
server_helper_test.go *: extend basic testing chain documentation 2024-11-20 18:06:13 +03:00
server_test.go *: extend basic testing chain documentation 2024-11-20 18:06:13 +03:00
subscription.go neorpc: add WS notification filter IsValid functionality 2023-12-28 11:08:46 +03:00
subscription_test.go ws: allow filtering notification by parameters 2024-11-26 00:26:04 +03:00
tokens.go *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
util.go rpc/server: move to services/rpcsrv 2022-07-21 22:14:12 +03:00