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

Backend: implement Silent Payments sending #284

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jul 16, 2024

  1. Backend: upgrade NBitcoin to version 7.0.13

    Updated NBitcoin to version 7.0.13 because older NBitcoin
    versions can't decode bech32 strings of length > 90, which is
    needed for Silent Payment address decoding. Since
    UnknowParameters property of BitcoinUrlBuilder is deprecated
    in new version, use UnknownParameters instead. As return type
    of new property is different, had to change some code.
    webwarrior-ws committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    e06f0eb View commit details
    Browse the repository at this point in the history
  2. Backend: implement Silent Payments sending

    Implemented sending of Silent Payments (BIP-352).
    
    Created tests for Silent Payments based on test data for
    BIP-352.
    webwarrior-ws committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    ddf8b92 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Backend: addressed comments

    Refactoring: addressed comments to the PR.
    webwarrior-ws committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    1587b2e View commit details
    Browse the repository at this point in the history