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, main: allow csns to serve utreexo data #82

Merged

Commits on Oct 18, 2023

  1. wire: change GenerateUData to take in utreexo.Utreexo

    Mostly so it's more generic and isn't stuck with just utreexo.Pollard.
    kcalvinalvin committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    87f43be View commit details
    Browse the repository at this point in the history
  2. blockchain, main: allow csns to serve utreexo data

    The server code that only allowed for bridge nodes to serve blocks/tx to
    utreexo nodes is now changed so that a csn that has all the neccessary
    data is able to send data to another csn.
    kcalvinalvin committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    196e8d2 View commit details
    Browse the repository at this point in the history