Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache list of open channels locally #2

Open
vforvalerio87 opened this issue Feb 8, 2019 · 1 comment
Open

Cache list of open channels locally #2

vforvalerio87 opened this issue Feb 8, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@vforvalerio87
Copy link
Contributor

vforvalerio87 commented Feb 8, 2019

Current behavior:
When a service client instance is created, the list of channels for that service is fetched from the blockchain event log from the block where the MultiPartyEscrow was deployed for that network up to the latest block

Desired:
The list of channels from the blockchain can be cached locally until the last analyzed block and then re-fetched from the next block to the latest. Different client instances can leverage the same list of channels

@vforvalerio87 vforvalerio87 added the enhancement New feature or request label Feb 8, 2019
@vforvalerio87 vforvalerio87 changed the title Cache channel state from the blockchain locally Cache list of open channels locally Feb 8, 2019
@astroseger
Copy link

related to #9 (we should unify with snet-cli there it is already implemented ).

kiruxaspb pushed a commit that referenced this issue Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants