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

Handling Downstream Deltas #15

Closed
ricejasonf opened this issue Apr 2, 2016 · 1 comment
Closed

Handling Downstream Deltas #15

ricejasonf opened this issue Apr 2, 2016 · 1 comment

Comments

@ricejasonf
Copy link
Owner

Since a Store may contain local changes, it would need to queue downstream deltas and squash them into one once it received confirmations from root of all the actions before it. nbdl::apply_action just returns a bool so this will not be enough to propagate the squashed delta.

A new function nbdl::apply_action_downstream_delta that returns an optional delta. It should be the basis for a new concept called LocalStore which implies that the store applies state changes before they are confirmed by the root server.

@ricejasonf
Copy link
Owner Author

not an issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant