Anna Shaleva
|
ddaba9e74d
|
rpcsrv: fix "subscribe" parameters handling
If it's a subscription for AERs, we need to check the filter's state only
if it has been provided, otherwise filter is always valid.
|
2022-11-16 14:05:13 +03:00 |
|
Roman Khimov
|
3c009271f8
|
golangci: enable bodyclose checker and fix related code
It has found an issue in the oracle code, so I think it's worth doing.
|
2022-09-02 18:35:54 +03:00 |
|
Roman Khimov
|
1e0750e3cd
|
rpc: merge response and request under pkg/neorpc
Move result there also.
|
2022-07-25 11:57:53 +03:00 |
|
Roman Khimov
|
43a59adbd0
|
rpc/server: move to services/rpcsrv
`server` is not a good package name and it's an internal service, so it can be
just about anywhere.
|
2022-07-21 22:14:12 +03:00 |
|