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

Upgrade to blocks 2.x #3

Closed
greglook opened this issue Mar 11, 2019 · 0 comments · Fixed by #4
Closed

Upgrade to blocks 2.x #3

greglook opened this issue Mar 11, 2019 · 0 comments · Fixed by #4

Comments

@greglook
Copy link
Collaborator

Version 2.0.0 of blocks has many changes to the storage interface. This primarily involves making the store methods asynchronous to support higher-performance and concurrent usage of the store. In addition, there have been several simplifications to the codebase.

This implementation needs to be upgraded to support the new interfaces; a simple version of this would involve wrapping futures around each of the existing methods. Listing as a stream is a bit more complex though - for pointers, see the s3 implementation.

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