-
Notifications
You must be signed in to change notification settings - Fork 23
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
Document feature UTxO-HD v0.1 #126
Labels
Comments
Documentation must wait until version 2 of the |
This was referenced Jul 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Blog post
UTxO-HD will have an impact on the Cardano node performance for no apparent immediate benefit. We need to:
We need performance metrics so that the community can make an informed decision.
We will relay this information in the form of a draft blogpost to the Cardano Steering Committee.
Checklist
utxo-db-api.pdf
#326).utxo-db
andutxo-db-api
docs #330).Develop technical documentation, like ouroboros-consensus/docs/utxo-hd/report.pdf low-level report(superseded by haddocks documentation).Important information to include
and diff anchors.
Structure
Currently, the
docs
folder is structured as follow:As mentioned above, we need some documentation for the general public and some technical documentation aimed at developers.
about-ouroboros
): Autxo-hd.md
file describing the motivation for UTxO-HD, what users can expect from using either in-memory or LMDB, configuration options, installation requirementsfor-developers
):utxo-hd.md
: high-level description of the feature and files structure. Maybe a section on how downstream packages are affected? (I think that's mostly having to use ledger tables and mapkinds in some places)utxo-hd/
: markdown files for important concepts/components.utxo-db-api
document, like the partitioned in-memory/on-disk representation)...
The text was updated successfully, but these errors were encountered: