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

Optimize non-deduplicated ISS to propose non-zero value if view change occurs #426

Open
ranchalp opened this issue Apr 28, 2023 · 0 comments
Labels
backlog To address eventually, not necessarily now enhancement New feature or request

Comments

@ranchalp
Copy link
Contributor

The current implementation of ISS' PBFT instances propose a default zero value (empty proposal) if there is a view change. This may have made sense where bucketization and deduplication of the request space occurred between PBFT instances, but with the current censorship-resistance, non-deduplicated version, allowing for a proposal of a non-empty value if the leader of the new view locally has availability certificates translates into more throughput at low cost.

@ranchalp ranchalp added enhancement New feature or request backlog To address eventually, not necessarily now labels Apr 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog To address eventually, not necessarily now enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant