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: btcsuite/btcd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.20.0-beta
Choose a base ref
...
head repository: btcsuite/btcd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.20.1-beta
Choose a head ref
  • 11 commits
  • 13 files changed
  • 3 contributors

Commits on Oct 30, 2019

  1. Configuration menu
    Copy the full SHA
    a46f7b4 View commit details
    Browse the repository at this point in the history
  2. server: remove peer from SyncManager on VerAckReceived

    Peers are now added to the SyncManager if we receive their verack, but
    we'd still attempt to remove them from the SyncManager if we didn't
    receive it.
    wpaulino committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    bc21593 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

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

Commits on Nov 6, 2019

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

Commits on Nov 9, 2019

  1. Configuration menu
    Copy the full SHA
    93a84aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2e5cc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2ca0a4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1484 from wpaulino/bitcoind-0.19-compat

    btcjson+rpcclient: add compatibility for bitcoind v0.19.0
    Roasbeef authored Nov 9, 2019
    Configuration menu
    Copy the full SHA
    4eac390 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1488 from Crypt-iQ/server_race_1108

    server: add addressesMtx to fix race condition
    Roasbeef authored Nov 9, 2019
    Configuration menu
    Copy the full SHA
    79943b2 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1485 from wpaulino/syncmanager-done-peer-verack

    server: remove peer from SyncManager on VerAckReceived
    Roasbeef authored Nov 9, 2019
    Configuration menu
    Copy the full SHA
    037489e View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

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