-
Notifications
You must be signed in to change notification settings - Fork 370
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
Add doc for freeze ledger #1511
Add doc for freeze ledger #1511
Conversation
Signed-off-by: anton.denishchenko <[email protected]>
Can one of the admins verify this patch? |
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.
Please add a chapter "How it affects the system" with a mention of the impact on
- catchup (frozen ledgers are not catched up, this became possible due to the fact that the LEDGERS_FREEZE transaction is part of the config ledger, which is applied before additional ledgers)
- freshness (we do not check, we do not send new batches to update frozen ledgers)
- audit (we continue to write root hashes in audit transactions, but we do not use real ledgers and use data about frozen ledgers from the config state)
- dynamic validation of transactions (transactions to frozen ledgers are forbidden)
And mention |
Signed-off-by: anton.denishchenko <[email protected]>
Signed-off-by: anton.denishchenko <[email protected]>
Signed-off-by: anton.denishchenko <[email protected]>
(ci) test this please |
@WadeBarnes Could you please review the last changes? |
* Highlighted the discussion in HIPE 0162 * Grammer corrections * Changed organization * Moved discussion of auth map alternative into indy-hipe 0162 * Added some clarifications Signed-off-by: Richard Esplin <[email protected]>
I significantly revised the document so that it reads a lot cleaner. Please confirm that I didn't introduce any inaccuracies @adenishchenko and @Toktar . For future readers, here is the link to the PR for documentation in Indy Node: |
@esplinr @WadeBarnes Could we approve it now? |
(ci) test this please |
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.
One minor change needed. Everything else looks good now.
Signed-off-by: anton.denishchenko <[email protected]>
(ci) test this please |
(ci) test this please |
1 similar comment
(ci) test this please |
Signed-off-by: anton.denishchenko [email protected]