README: sync BIP-93 author list with its header #2281

pull kriss39 wants to merge 1 commits into bitcoin:master from kriss39:fix/readme-bip93-authors changing 1 files +1 −1
  1. kriss39 commented at 12:24 PM on September 11, 2026: none

    BIP-93 credits its first two authors as a single entry sharing one address:

      Authors: Leon Olsson Curr and Pearlwort Sneed <pearlwort@wpsoftware.net>
               Andrew Poelstra <andrew.poelstra@gmail.com>
    

    The table row split that entry on a comma, so it reads as three authors with three addresses. buildtable.pl keeps the whole name ahead of each address and joins entries with a comma, so it renders the row as Leon Olsson Curr and Pearlwort Sneed, Andrew Poelstra.

    Running scripts/buildtable.pl and diffing against the committed table, this was the only row where the two disagreed on content. With this change the two match everywhere except the BIP number allocated rows for 40, 41 and 63, which have no files for the script to read and are maintained by hand.

    scripts/link-format-chk.sh, scripts/buildtable.pl and typos all still pass.

  2. README: sync BIP-93 author list with its header
    BIP-93 credits its first two authors as one entry sharing one address:
    
      Authors: Leon Olsson Curr and Pearlwort Sneed <pearlwort@wpsoftware.net>
               Andrew Poelstra <andrew.poelstra@gmail.com>
    
    The table row split that entry on a comma, which reads as three authors with
    three addresses. buildtable.pl keeps the name ahead of each address intact and
    joins entries with a comma, so it renders the row the other way.
    
    With this, the committed table matches the generated one everywhere except the
    three "BIP number allocated" rows for 40, 41 and 63, which have no files for
    the script to read and are maintained by hand.
    294fa87398
Contributors

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bips. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-09-13 02:10 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me