docs: prism-vdr-specification improvements#14
Draft
FabioPinheiro wants to merge 4 commits into
Draft
Conversation
Signed-off-by: FabioPinheiro <fabiomgpinheiro@gmail.com>
FabioPinheiro
commented
Sep 10, 2025
Signed-off-by: FabioPinheiro <fabiomgpinheiro@gmail.com>
Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
yshyn-iohk
approved these changes
Dec 4, 2025
|
FabioPinheiro
commented
Feb 26, 2026
| Create Storage entry | `E-7` | Create a new storage entry where the identifier is the `HASH_ALGORITHM` of the protobuf. | ||
| Update Storage entry | `E-8` | Builds a chain on a storage entry to update the state of that entry. | ||
| Deactivate Storage entry | `E-9` | Deactivate the storage entry. This is an end stat and can no longer be activated. | ||
| Clone (git branch) | ????? | (Same data, different reference) - Like the and create event. But point to another Storage entry, forking the data at the current state. |
Contributor
Author
There was a problem hiding this comment.
Remove those new Events before merge
FabioPinheiro
commented
Feb 26, 2026
| 1. Restructuring the document, Fix typos and incorporate recommendations from reviews. | ||
| 1. Restructuring the document; Fix typos; Incorporate recommendations from reviews. | ||
| 2. Add sections considerations, custom encoding section; Add authors ???; Fix typos. | ||
| 10. ??? `VERSION 1.0`- Mark document as stable. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.



WIP