-
Notifications
You must be signed in to change notification settings - Fork 208
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
Chain storage revamp #5465
Chain storage revamp #5465
Conversation
368ae2e
to
6d15bdf
Compare
9bbda6f
to
a586454
Compare
150f7e6
to
4d0a72f
Compare
Note to reviewers; the only CI failure is for protobuf backward incompatibility. I think that's okay, since this is advertised as a breaking change. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Review items are mostly about comments, naming, and refactoring and I trust you to apply them judiciously, but I'd also be happy to take another look before merging.
d82718e
to
3ad5774
Compare
closes: #5406
Description
Mass exodus of storage system from
x/swingset
tox/vstorage
. This replaces #5406, and incorporates all of its semantic changes.x/vstream
(#5466) is a layer on top ofx/vstorage
with change notification events to enable future subscriptions as well as historical backfilling.Security Considerations
Documentation Considerations
Testing Considerations