Permalink
Commits on Feb 17, 2016
  1. Merge #7548: Correct duplicate names in release notes

    ea52530 Fix duplicate names in release notes (fanquake)
    laanwj committed Feb 17, 2016
  2. Fix duplicate names in release notes

    Fixes #7547
    fanquake committed Feb 17, 2016
Commits on Feb 16, 2016
  1. doc: Remove another duplicate author name from release notes

    The list of contributors is automatically generated from git, so people
    that use multiple author names will end up on the list multiple times.
    laanwj committed Feb 16, 2016
Commits on Feb 12, 2016
  1. Merge #7523: Fix of semantic failure "meet pay"

    e473c2d Fix of semantic failure "meet pay" (wodry)
    laanwj committed Feb 12, 2016
  2. Fix of semantic failure "meet pay"

    "do not meet pay the minimum relay fee" ? I can understand English language quite well, but that I do not understand. So, if it's not an semantic nonsense, I would suggest to write it in more simple English.
    wodry committed Feb 12, 2016
Commits on Feb 11, 2016
  1. Merge #7346: 0.12 release notes: Mining Policy Changes

    b460004 release-notes: Minor corrections and clarifications re Priority (Luke Dashjr)
    3450f4c release-notes: Significantly rewrite priority transactions section (Gregory Maxwell)
    d0dbb6d release-notes: Remove suggestion to use 0.11 (Luke Dashjr)
    73a0375 release-notes: Mention possibility of priority removal in 0.13, uncertainty of priority calculation being changed back, and request community input (Luke Dashjr)
    4b8d2bc release-notes: Cover priority changes correctly, removing mentions of possible futures (Luke Dashjr)
    laanwj committed Feb 11, 2016
Commits on Feb 10, 2016
  1. qt: Translation update pre-rc5

    laanwj committed Feb 10, 2016
  2. doc: Release notes update pre-rc5

    laanwj committed Feb 10, 2016
  3. Changed getnetworkhps value to double to avoid overflow.

    Github-Pull; #7480
    Rebased-From: 993d089
    instagibbs committed with laanwj Feb 8, 2016
  4. [rpc-tests] Change solve() to use rehash

    Github-Pull: #7468
    Rebased-From: 7689041
    mrbandrews committed with laanwj Feb 4, 2016
  5. Fix spelling: misbeha{b,v}ing

    Github-Pull: #7469
    Rebased-From: 0830552
    pastly committed with laanwj Feb 4, 2016
  6. Correctly report high-S violations

    Github-Pull: #7500
    Rebased-From: 9d95187
    sipa committed with laanwj Feb 10, 2016
  7. Update the wallet best block marker when pruning

    Github-Pull: #7502
    Rebased-From: e4eebb6
    sipa committed with laanwj Feb 10, 2016
  8. wallet: Ignore MarkConflict if block hash is not known

    If number of conflict confirms cannot be determined, this means
    that the block is still unknown or not yet part of the main chain,
    for example during a reindex. Do nothing in that case,
    instead of crash with an assertion.
    
    Fixes #7234.
    
    Github-Pull: #7491
    Rebased-From: 40e7b61
    laanwj committed Feb 9, 2016
Commits on Feb 9, 2016
  1. release-notes: Mention possibility of priority removal in 0.13, uncer…

    …tainty of priority calculation being changed back, and request community input
    luke-jr committed Feb 9, 2016
  2. Update nQueuedValidatedHeaders after peer disconnection

    Github-Pull: #7482
    Rebased-From: 301bc7b
    sdaftuar committed with laanwj Feb 8, 2016
  3. rpc: Add WWW-Authenticate header to 401 response

    A WWW-Authenticate header must be present in the 401
    response to make clients know that they can authenticate,
    and how.
    
        WWW-Authenticate: Basic realm="jsonrpc"
    
    Fixes #7462.
    
    Github-Pull: #7472
    Rebased-From: 7c06fbd
    laanwj committed Feb 5, 2016
Commits on Feb 8, 2016
  1. [doc] Update release-process.md

    Conflicts:
    	doc/release-process.md
    
    Github-Pull: #7465
    Rebased-From: fa616c2
    MarcoFalke committed with laanwj Dec 25, 2015
Commits on Feb 5, 2016
  1. doc: add PR authors to release notes

    Take full names from github API if available, otherwise
    github username.
    laanwj committed Feb 5, 2016
Commits on Feb 3, 2016
  1. [qt] Peertable: Increase SUBVERSION_COLUMN_WIDTH

    Github-Pull: #7384
    Rebased-From: faa9011
    MarcoFalke committed with laanwj Jan 20, 2016
  2. Merge #7440: [0.12] Rename permitrbf to mempoolreplacement and provid…

    …e minimal string-list forward compatibility
    
    
    af9f564 release-notes: Update for replacebyfee->mempoolreplacement rename (Luke Dashjr)
    4ad418b Rename replacebyfee=opt-in to mempoolreplacement=fee (Luke Dashjr)
    b2287a7 release-notes: Update for permitrbf->replacebyfee rename (Luke Dashjr)
    5f456a6 Simplify check for replacebyfee=opt-in (Luke Dashjr)
    e8d19ab Accept replacebyfee=opt-in for turning on opt-in RBF (Luke Dashjr)
    1205f87 Rename permitrbf to replacebyfee (Luke Dashjr)
    laanwj committed Feb 3, 2016
Commits on Feb 1, 2016
  1. Add whitelistforcerelay to control forced relaying. [#7099 redux]

    - Add whitelistforcerelay to control forced relaying.
    
    Also renames whitelistalwaysrelay.
    
    Nodes relay all transactions from whitelisted peers, this
     gets in the way of some useful reasons for whitelisting
     peers-- for example, bypassing bandwidth limitations.
    
    The purpose of this forced relaying is for specialized gateway
     applications where a node is being used as a P2P connection
     filter and multiplexer, but where you don't want it getting
     in the way of (re-)broadcast.
    
    This change makes it configurable with whitelistforcerelay.
    
    - Blacklist -whitelistalwaysrelay; replaced by -whitelistrelay.
    
    Github-Pull: #7439
    Rebased-From: 325c725 89d113e
    gmaxwell committed with laanwj Nov 25, 2015
  2. Merge #7438: Do not absolutely protect local peers; decide group ties…

    … based on time.
    
    
    8e09f91 Decide eviction group ties based on time. (Gregory Maxwell)
    46dbcd4 Do not absolutely protect local peers from eviction. (Gregory Maxwell)
    laanwj committed Feb 1, 2016
Commits on Jan 29, 2016