neoneo-go/pkg/services
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
..
helpers/rpcbroadcaster *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
metrics *: replace go.uber.org/atomic with sync/atomic 2023-10-12 17:59:34 +03:00
notary core, services: fix Designation-dependant service initialisation 2023-11-24 15:25:51 +03:00
oracle core, services: fix Designation-dependant service initialisation 2023-11-24 15:25:51 +03:00
rpcsrv rpc: change the type of BlockFilter.Primary from int to byte 2023-12-25 18:24:06 +03:00
stateroot services: adjust StateRoot service initialisation 2023-11-24 15:25:51 +03:00