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-322: Generic signed message format #16440

Commits on Mar 7, 2020

  1. script: add simple signature support (checker/creator)

    The simple signature takes a sighash as argument and verifies a signature and pubkey against it. It is used in signet for verifying blocks and in BIP-322 implementation for verifying messages.
    kallewoof committed Mar 7, 2020
    Copy the full SHA
    d496977 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f8ecbc1 View commit details
    Browse the repository at this point in the history
  3. rpc: update RPC commands to BIP-322

        - signmessagewithprivkey
        - verifymessage
        - signmessage
    kallewoof committed Mar 7, 2020
    Copy the full SHA
    39ee690 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    789bb98 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    ebf4d23 View commit details
    Browse the repository at this point in the history