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

rwset: support for adding a read dependency directly #698

Closed
adecaro opened this issue Nov 28, 2024 · 0 comments · Fixed by #699
Closed

rwset: support for adding a read dependency directly #698

adecaro opened this issue Nov 28, 2024 · 0 comments · Fixed by #699

Comments

@adecaro
Copy link
Contributor

adecaro commented Nov 28, 2024

Currently, the RWSet interface does not allow to add a read dependency directly.
Therefore, this Github issues asks to add the following method to the RWSet interface:

AddReadAt(ns Namespace, key string, version RawVersion) error

This method is useful in all cases where someone has to introduce a read dependency without an actual read from the world state.

adecaro added a commit that referenced this issue Nov 28, 2024
Signed-off-by: Angelo De Caro <[email protected]>
@adecaro adecaro linked a pull request Nov 28, 2024 that will close this issue
adecaro added a commit that referenced this issue Dec 3, 2024
Signed-off-by: Angelo De Caro <[email protected]>
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 a pull request may close this issue.

1 participant