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

chain: record NoteSources in CompactBlocks #1172

Merged
merged 2 commits into from
Jul 16, 2022

Commits on Jul 15, 2022

  1. chain: record NoteSources in CompactBlocks

    This will allow a client to determine the provenance of a note they detect,
    which might or might not have been created by a particular transaction. Without
    this data, it's difficult for a client to determine the source of the notes
    they detect, even if they download a full block, because some notes are created
    as a result of chain-wide logic, rather than any particular transaction in the
    block.
    
    This commit does not yet add this information into the `NoteRecord`s in the
    view service, but that's the next step.
    hdevalence committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    1107ce8 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2022

  1. view: record note sources in the database

    Co-Authored-By: Aubrey Dyer <aubrey@penumbra.zone>
    hdevalence and aubrika committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    4c64591 View commit details
    Browse the repository at this point in the history