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: sipa/bitcoin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8e8b45868b
Choose a base ref
...
head repository: sipa/bitcoin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 99c50a691a
Choose a head ref
  • 7 commits
  • 6 files changed
  • 1 contributor

Commits on Oct 1, 2020

  1. Improve some code comments

    sipa committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    ba4ac3e View commit details
    Browse the repository at this point in the history
  2. Compute witnesses only once for each input in feature_taproot.py

    Instead of re-evaluating the entire signing logic for every input, for every
    attempt, compute them once and reuse them.
    sipa committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    c634f7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e963a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    687c91a View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. Configuration menu
    Copy the full SHA
    6d23fd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d5fd3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99c50a6 View commit details
    Browse the repository at this point in the history
Loading