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-373: denote different public key types/purposes consistently #1705

Merged
merged 1 commit into from
Dec 9, 2024

Commits on Dec 5, 2024

  1. BIP-373: denote different public key types consistently

    Improve the clarity of the BIP w.r.t. pubkeys in the following ways:
    - be specific about the purpose of pubkey types in PSBT fields
      ("plain pubkey" alone doesn't say a lot, especially if it's used
       repeatedly within a field)
    - replace all uses of "plain pubkey" by "compressed pubkey"
      (the only category that should matter is whether the pubkey type
       is "x-only" or "plain")
    - use consistent word order, e.g. prefer
      "compressed aggregate public key" over "aggregate compressed public key"
    theStack committed Dec 5, 2024
    Configuration menu
    Copy the full SHA
    50e8208 View commit details
    Browse the repository at this point in the history