Skip to content

[Utility] Cache session data in client #791

@adshmh

Description

@adshmh

Objective

Cache sessions client-side

Origin Document

#754 and #778

Cache the retrieved sessions client-side.

Goals

  • Avoid repeatedly fetching sessions that have already been retrieved.

Deliverable

  • PR that adds caching of sessions on client side
  • PR that uses the cached sessions in the new servicer sub-command

Non-goals / Non-deliverables

General issue deliverables

  • Update the appropriate CHANGELOG(s)
  • Update any relevant local/global README(s)
  • Update relevant source code tree explanations
  • Add or update any relevant or supporting mermaid diagrams

Testing Methodology

  • Task specific tests or benchmarks: make ...
  • New tests or benchmarks: make ...
  • All tests: make test_all
  • LocalNet: verify a LocalNet is still functioning correctly by following the instructions at docs/development/README.md
  • k8s LocalNet: verify a k8s LocalNet is still functioning correctly by following the instructions here

Creator: @adshmh

Metadata

Metadata

Assignees

Labels

clientwork needed to interface with the node (rpc, cli, etc..)utilityUtility specific changes

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions