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

blockchain, wire: utreexoviewpoint partial proof support #94

Commits on Dec 21, 2023

  1. wire: refactor out HashesFromLeafDatas from GenerateUData

    The code that was hashing the leaf datas are refactored out into its own
    function. This is as we can avoid code duplicates when creating
    GenerateUDataPartial.
    kcalvinalvin committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    fe1198e View commit details
    Browse the repository at this point in the history
  2. blockchain: add util functions for mempool utreexo proof communication

    The added functions allow fetching for information that'll be used for
    communicating to other utreexo proofs what proof hashes I need to prove
    a given tx.
    kcalvinalvin committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    70a9fea View commit details
    Browse the repository at this point in the history
  3. blockchain: add GenerateUDataPartial

    GenerateUDataPartial allows for the generation of partial udata to serve
    to other utreexo nodes.
    kcalvinalvin committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    32f3e68 View commit details
    Browse the repository at this point in the history