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

BIP 352: Silent Payments #1458

Merged
merged 7 commits into from May 8, 2024
Merged

Commits on May 8, 2024

  1. Add BIP for Silent Payments

    Co-Authored-By: Ruben Somsen <rsomsen@gmail.com>
    josibake and RubenSomsen committed May 8, 2024
    Copy the full SHA
    96f4e5a View commit details
    Browse the repository at this point in the history
  2. Add reference.py with test vectors

    * reference.py contains the silent payment specific code
    * secp256k1.py for doing the EC operations
    * bech32m.py contains code for encoding/decoding bech32(m) addresses
    * bitcoin_utils.py contains some helper code, not specific to silent
      payments
    * send_and_receive_test_vectors.json contains the wallet unit test
      vectors
    
    Co-Authored-By: S3RK <1466284+S3RK@users.noreply.github.com>
    Co-Authored-By: Oghenovo Usiwoma <37949128+Eunovo@users.noreply.github.com>
    Co-authored-by: S.Blagogee <34041358+setavenger@users.noreply.github.com>
    4 people committed May 8, 2024
    Copy the full SHA
    33a99a1 View commit details
    Browse the repository at this point in the history
  3. Update README

    josibake committed May 8, 2024
    Copy the full SHA
    c2b27a0 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Punctuation and wording improvements.
    
    Co-authored-by: Mark "Murch" Erhardt <murch@murch.one>
    josibake and murchandamus committed May 8, 2024
    Copy the full SHA
    0ccf42c View commit details
    Browse the repository at this point in the history
  5. Add post-history

    josibake committed May 8, 2024
    Copy the full SHA
    ef108e0 View commit details
    Browse the repository at this point in the history
  6. Change status to Proposed

    josibake committed May 8, 2024
    Copy the full SHA
    9929215 View commit details
    Browse the repository at this point in the history
  7. Minor fixups

    - Fix link
    - Add explanation for scalar multiplication
    - Spelling error in test section
    josibake committed May 8, 2024
    Copy the full SHA
    17e1d16 View commit details
    Browse the repository at this point in the history