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

SRI - Implement an endpoint to fetch implement an endpoint to fetch StateTreeLeafValueContent object with accompanying info from the BPI, based on the provided CAH #806

Closed
2 tasks
ognjenkurtic opened this issue Jul 3, 2024 · 0 comments
Assignees
Milestone

Comments

@ognjenkurtic
Copy link
Collaborator

ognjenkurtic commented Jul 3, 2024

Overview

Once the CAH storage is implemented on-chain #805 , we want the BPI to expose an endpoint so that an interested party can fetch all the data related to the execution of the workstep that led to the creation of that CAH.

We need to do this by implementing an endpoint in the BPI that will accept a CAH and return the related StateTreeLeafValueContent object, together with the related state and history tree entries.

Reference

Questions

  • What is the exact list of things that need to be returned, apart from the StateTreeLeafValueContent object?

Acceptance

  • Endpoint implemented and returns correct values for a given CAH
  • e2e test extended

Tasks

  • Implement endpoint
  • Extend e2e test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant