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

Add minisketch subtree and integrate into build/test #23114

Merged
merged 9 commits into from Nov 12, 2021

Commits on Oct 21, 2021

  1. Squashed 'src/minisketch/' content from commit 89629eb2c7

    git-subtree-dir: src/minisketch
    git-subtree-split: 89629eb2c7e262b39ba489b93b111760baded4b3
    fanquake committed Oct 21, 2021
    Copy the full SHA
    b6487dc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    07f0a61 View commit details
    Browse the repository at this point in the history
  3. build: add configure checks for minisketch

    AC_DEFINE'd values won't be passed down to minisketch because it does not
    use bitcoin-config.h. Thus we need a way to know if we should manually add
    defines for minisketch files.
    theuni authored and fanquake committed Oct 21, 2021
    Copy the full SHA
    b2904ce View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8bc166d View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    0eb7928 View commit details
    Browse the repository at this point in the history
  6. Add minisketch dependency

    naumenkogs authored and fanquake committed Oct 21, 2021
    Copy the full SHA
    0659f12 View commit details
    Browse the repository at this point in the history
  7. Add basic minisketch tests

    sipa authored and fanquake committed Oct 21, 2021
    Copy the full SHA
    ee9dc71 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    54b5e1a View commit details
    Browse the repository at this point in the history
  9. ubsan: add minisketch exceptions

    theuni authored and fanquake committed Oct 21, 2021
    Copy the full SHA
    29173d6 View commit details
    Browse the repository at this point in the history