Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bitcoin/bitcoin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: hodlinator/bitcoin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: pr/31340_array_span
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 7 files changed
  • 3 contributors

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    6aca74e View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. refactor: prefer span input parameters over vector

    In the same vein as the change to CScript::operator<< in cac846c.
    hodlinator committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    e43e153 View commit details
    Browse the repository at this point in the history
  2. refactor: deduplicate anchor witness program bytes (0x4e,0x73)

    Co-authored-by: Gregory Sanders <[email protected]>
    2 people authored and hodlinator committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    2818ebd View commit details
    Browse the repository at this point in the history
  3. refactor: stop conflating PayToAnchor with WitnessUnknown

    No risk of one being confused with the other this way.
    
    PayToAnchor struct doesn't need any per-instance-data in the current protocol.
    hodlinator committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    78a0c8a View commit details
    Browse the repository at this point in the history
Loading