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

Add local confidential data store #54

Merged
merged 7 commits into from
Oct 2, 2023
Merged

Add local confidential data store #54

merged 7 commits into from
Oct 2, 2023

Conversation

ferranbt
Copy link
Collaborator

@ferranbt ferranbt commented Sep 29, 2023

📝 Summary

As requested by @Ruteri. We bring back the confidential data store on top of the engine API framework described in #53.

In draft until #53 is merged.

📚 References


  • I have seen and agree to CONTRIBUTING.md

@ferranbt ferranbt changed the base branch from main to engine-store-api September 29, 2023 22:34
@ferranbt ferranbt marked this pull request as draft September 29, 2023 22:34
}

func (l *LocalConfidentialStore) FetchBidById(bidId suave.BidId) (suave.Bid, error) {
bid, found := l.bids[bidId]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this need a lock too?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed, also missing in the other method.

Base automatically changed from engine-store-api to main October 2, 2023 11:07
@ferranbt ferranbt marked this pull request as ready for review October 2, 2023 11:08
@ferranbt ferranbt merged commit 88de75c into main Oct 2, 2023
4 checks passed
@ferranbt ferranbt deleted the local-datastore branch October 2, 2023 14:03
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

Successfully merging this pull request may close these issues.

2 participants