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

Make use of Execution state sync data for Access node API requests #4631

Closed
Tracked by #4637
koko1123 opened this issue Aug 16, 2023 · 0 comments
Closed
Tracked by #4637

Make use of Execution state sync data for Access node API requests #4631

koko1123 opened this issue Aug 16, 2023 · 0 comments
Assignees
Labels
Execution Cadence Execution Team

Comments

@koko1123
Copy link
Contributor

koko1123 commented Aug 16, 2023

Problem

While the Execution state sync on board the Access node is able to index execution data to the badger store, the RPC server does not make full use of the data

Solution

Find uses for on board execution state sync data in the Access node backend modules and apply database lookups where appropriate. This could have two potential paths:

  • Utilize the execution data cache to serve Access API
  • Index execution Data (code sample below) and serve that to Access API

Some helpful code paths:
State stream engine
execution data cache
PR to index execution Data

@koko1123 koko1123 added the Execution Cadence Execution Team label Aug 16, 2023
@koko1123 koko1123 self-assigned this Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Execution Cadence Execution Team
Projects
None yet
Development

No branches or pull requests

2 participants