Permalink
Commits on Oct 27, 2016
  1. Merge #9022: Update release notes to mention dropping OS X 10.7 support

    1d12463 Update release notes for dropping osx 10.7 support (Michael Ford)
    laanwj committed Oct 27, 2016
Commits on Oct 26, 2016
  1. release: bump required osx version to 10.8. Credit jonasschnelli.

    libc++ on 10.7 causes too many issues.
    
    See #8577 for discussion/details.
    
    Github-Pull: #9015
    Rebased-From: 339c4b6
    theuni committed with laanwj Oct 25, 2016
Commits on Oct 25, 2016
  1. [net] Remove assert(nMaxInbound > 0)

    nMaxInbound might very well be 0 or -1, if the user prefers to keep
    a small number of maxconnections.
    
    Note: nMaxInbound of -1 means that the user set maxconnections
    to 8 or less, but we still want to keep an additional slot for
    the feeler connection.
    
    Github-Pull: #9008
    Rebased-From: fa1c3c2
    MarcoFalke committed with laanwj Oct 24, 2016
  2. Merge #9012: release-notes: Update from blog draft

    99f5cf1 release-notes: Update from blog draft (Luke Dashjr)
    laanwj committed Oct 25, 2016
Commits on Oct 20, 2016
  1. doc: Update blurb in release notes

    Minor version, not major version.
    laanwj committed Oct 20, 2016
  2. doc: Add missing credit to release notes

    (Eric participated in Segwit work but has no direct commits, so should
    be mentioned)
    laanwj committed Oct 20, 2016
Commits on Oct 19, 2016
  1. nMaxOutbound is MAX_OUTBOUND_CONNECTIONS on 0.13

    Github-Pull: #8949
    laanwj committed Oct 19, 2016
  2. qt: pre-rc2 translations update

    laanwj committed Oct 19, 2016
  3. RPC/Mining: getblocktemplate: Update and fix formatting of help

    Github-Pull: #8951
    Rebased-From: 59daa58
    luke-jr committed with laanwj Oct 18, 2016
  4. Make dnsseed's definition of acute need include relevant services.

    We normally prefer to connect to peers offering the relevant services.
    
    If we're not connected to enough peers with relevant services, we
     probably don't know about them and could use dnsseed's help.
    
    Github-Pull: #8949
    Rebased-From: 4630479
    gmaxwell committed with laanwj Oct 17, 2016
  5. Be more aggressive in connecting to peers with relevant services.

    Only allow skipping relevant services until there are four outbound
     connections up.
    
    This avoids quickly filling up with peers lacking the relevant
     services when addrman has few or none of them.
    
    Github-Pull: #8949
    Rebased-From: 9583477
    gmaxwell committed with laanwj Oct 17, 2016
Commits on Oct 18, 2016
  1. Merge #8960: doc: update 0.13.1 release note info on linux arm builds

    d179eed doc: update 0.13.1 release note info on linux arm builds [skip ci] (mruddy)
    laanwj committed Oct 18, 2016
  2. Remove bogus assert on number of oubound connections.

    This value can be significantly higher if the users uses addnode
    
    Github-Pull: #8944
    Rebased-From: 1ab21cf
    TheBlueMatt committed with laanwj Oct 17, 2016
  3. rpc: Generate auth cookie in hex instead of base64

    Base64 contains '/', and the '/' character in credentials is problematic
    for AuthServiceProxy which represents the RPC endpoint as an URI with
    user and password embedded.
    
    Closes #8399.
    
    Github-Pull: #8858
    Rebased-From: 1c80386
    laanwj committed Oct 1, 2016
  4. Merge #8947: Add historical release notes for v0.13.0

    c9ffe90 Add historical release notes for v0.13.0 (Micha)
    laanwj committed Oct 18, 2016
Commits on Oct 17, 2016
  1. Merge #8943: Release notes: add info about segwit and null dummy soft…

    … forks
    
    
    bf86073 Release notes: correct segwit signalling period start conditions (David A. Harding)
    2de93f0 Relase notes: correct segwit activation point (David A. Harding)
    5f9c7b0 Release notes: add info about segwit and null dummy soft forks (David A. Harding)
    laanwj committed Oct 17, 2016
  2. Bump version to 0.13.1

    laanwj committed Oct 17, 2016
  3. Add historical release notes for v0.13.0

    [skip ci]
    Micha committed with Michagogo Oct 17, 2016
  4. My DNS seed supports filtering

    Currently supports filtering by any combination of the 4 least
    significant bits.
    
    Github-Pull: #8940
    Rebased-From: 2449e12
    cdecker committed with laanwj Oct 17, 2016
  5. Add x9 service bit support to dnsseed.bluematt.me

    Github-Pull: #8940
    Rebased-From: ffb4713
    TheBlueMatt committed with laanwj Oct 17, 2016
  6. Comment that most dnsseeds only support some service bits combos

    Github-Pull: #8940
    Rebased-From: 504c72a
    TheBlueMatt committed with laanwj Oct 17, 2016
  7. Merge #8942: [doc] 0.13.1: Minor clarification to release notes

    fa161e8 [doc] 0.13.1: Minor clarification to release notes (MarcoFalke)
    laanwj committed Oct 17, 2016
  8. Update implemented bips for 0.13.1

    Github-Pull: #8939
    Rebased-From: 0941f55
    sipa committed with laanwj Oct 17, 2016
  9. Define start and end time for segwit deployment

    Github-Pull: #8937
    Rebased-From: f9c23de
    sipa committed with laanwj Oct 17, 2016