neoneo-go/pkg/services/rpcsrv
Ekaterina Pavlova 275e814271 rpc: change the type of BlockFilter.Primary from int to byte
BlockFilter has PrinaryIndex of int type while block.Block structure
itself has PrimaryIndex of byte. It's needed to prevent changing
filters field type and all associated subscriptions logic on
server side.

Refs #3241.

Signed-off-by: Ekaterina Pavlova <ekt@morphbits.io>
2023-12-25 18:24:06 +03:00
..
params rpcsrv: define GetSignersWithWitnesses on a pointer 2023-11-23 11:44:29 +03:00
testdata rpcclient: fix WS-client unsubscription process 2022-11-16 23:44:30 +03:00
client_test.go rpc: change the type of BlockFilter.Primary from int to byte 2023-12-25 18:24:06 +03:00
error.go rpcsrv: remove default request HTTP codes from switch statement 2023-08-16 14:00:24 +01: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 rpc: add new header_of_added_block event subscription 2023-12-22 15:14:01 +03:00
server_helper_test.go core, rpcsrv: apply generic attributes fee logic to NotaryServiceFeePerKey 2023-11-21 13:42:56 +03:00
server_test.go Merge pull request #3212 from nspcc-dev/drop-history 2023-11-21 15:46:16 +03:00
subscription.go *: replace go.uber.org/atomic with sync/atomic 2023-10-12 17:59:34 +03:00
subscription_test.go rpc: add new header_of_added_block event subscription 2023-12-22 15:14:01 +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