innerring: Cache Sidechain responses? #767

Open
opened 2025-12-28 17:20:38 +00:00 by sami · 1 comment
Owner

Originally created by @cthulhu-rider on GitHub (Oct 4, 2022).

In current implementation innerring.Server doesn't cache Sidechain responses.

Pros

Inner Ring works with the Sidechain more synchronously.

Cons

More network load.

Possible solution

  1. continue working without cache
  2. cache all Sidechain responses for some time
    2+. do (2) and subscribe for notifications which can invalidate/update cache
Originally created by @cthulhu-rider on GitHub (Oct 4, 2022). In current implementation `innerring.Server` doesn't cache Sidechain responses. ## Pros Inner Ring works with the Sidechain more synchronously. ## Cons More network load. ## Possible solution 1. continue working without cache 2. cache all Sidechain responses for some time 2+. do (2) and subscribe for notifications which can invalidate/update cache
Author
Owner

@fyrchik commented on GitHub (Oct 6, 2022):

Consider adding notification in netmap contract for SetConfig

@fyrchik commented on GitHub (Oct 6, 2022): Consider adding notification in netmap contract for `SetConfig`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nspcc-dev/neofs-node#767
No description provided.