Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
HIPE for plugin helpers #162
HIPE for plugin helpers #162
Changes from all commits
f3eeaee
e4f1c63
a6db684
570fa50
b79e542
2a86beb
b2714ba
64cae31
4cd83db
a0ce52b
275a322
cade81a
245da85
3291be4
79b394a
c413047
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
and new nodes in the pool should manually backup the data from frozen ledgers since they are not included in catchup.
This would be additional administrative overhead and could easily be overlooked or done incorrectly. It's definitely something that needs to be addressed at some point before too long. I would think It would be best addressed by the existing catch-up process.
How much effort would be required to support catch-up of frozen ledgers? The need for this should at least be captured in a ticket so it's not forgotten.
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.
It's too much work for that feature without someone planning to use it, but here is the issue:
hyperledger/indy-plenum#1524