Permalink
Commits on Mar 9, 2017
  1. net: Disable P2P alert system

    laanwj committed Mar 9, 2017
Commits on Jun 22, 2016
  1. qt: Final translation update on 0.11 branch

    Translations have been closed for 0.11 on Transifex. Make sure that the
    latest translations are available on the branch.
    laanwj committed Jun 22, 2016
Commits on Mar 31, 2016
  1. Merge #7743: [0.11] Important backports for 0.11.3 (updated to v0.12.0)

    e979f09 build: Set osx permissions in the dmg to make Gatekeeper happy (Cory Fields)
    5c0b357 build: Use fPIC rather than fPIE for qt objects. (Cory Fields)
    90de0e1 build: Split hardening/fPIE options out (Cory Fields)
    laanwj committed Mar 31, 2016
Commits on Mar 30, 2016
  1. Mark p2p alert system as deprecated.

    Set default to off
    This feature is removed entirely as of 0.13.0
    
    Github-Pull: #7741
    Rebased-From: c0fe2c9
    btcdrak committed with laanwj Mar 24, 2016
  2. bump version to 0.11.3

    And clean out release notes.
    laanwj committed Mar 30, 2016
Commits on Mar 24, 2016
  1. build: Set osx permissions in the dmg to make Gatekeeper happy

    Github-Pull: #7092
    Rebased-From: 392d3c5
    theuni committed with luke-jr Nov 24, 2015
Commits on Mar 15, 2016
  1. Merge #7682: [0.11.3] Fix "Unclear error when starting Bitcoin Core"

    7e1f975 [trivial] init cleanup (MarcoFalke)
    laanwj committed Mar 15, 2016
Commits on Mar 14, 2016
  1. Revert "[wallet] Add rpc tests to verify fee calculations"

    This reverts commit 5f09cda.
    
    (make tests pass again)
    laanwj committed Mar 14, 2016
  2. Revert "Default fPayAtLeastCustomFee to false"

    This reverts commit 7d0a05f.
    
    This change in fee behavior was unexpected to users and shouldn't
    be in a backport release. See detailed timeline in
    #7633 (comment)
    for details.
    
    People can upgrade to 0.12 if they want this new behavior.
    laanwj committed Mar 14, 2016
  3. [trivial] init cleanup

    Github-Pull: #6664
    Rebased-From: 4c3cab1
    MarcoFalke committed Sep 11, 2015
Commits on Mar 1, 2016
  1. [depends] builders: No need to set -L and --location for curl

    Github-Pull: #7606
    Rebased-From: fa7a5c5
    MarcoFalke committed with laanwj Feb 26, 2016
  2. Workaround Travis-side CI issues

    Github-Pull: #7487
    Rebased-From: 149641e c01f08d 5d1148c 1ecbb3b
    luke-jr committed with laanwj Feb 9, 2016
  3. Fix url in .travis.yml

    Github-Pull: #7136
    Rebased-From: 9999cb0
    MarcoFalke committed with laanwj Nov 30, 2015
  4. Bugfix: gitian: Add curl to packages (now needed for depends)

    Github-Pull: #7614
    Rebased-From: 5c70a6d
    luke-jr committed with laanwj Feb 27, 2016
Commits on Jan 20, 2016
  1. [walletdb] Fix syntax error in key parser

    Github-Pull: #7381
    Rebased-From: fa6d4cc
    MarcoFalke committed with laanwj Jan 20, 2016
Commits on Jan 9, 2016
  1. Merge pull request #7259

    fa3cb49 [init] Fix typo (MarcoFalke)
    fa24941 [dbwrapper] Detect obfuscation (MarcoFalke)
    laanwj committed Jan 9, 2016
Commits on Dec 26, 2015
  1. [init] Fix typo

    MarcoFalke committed Dec 26, 2015
Commits on Nov 30, 2015
  1. [wallet] Add rpc tests to verify fee calculations

    Conflicts:
    	qa/rpc-tests/wallet.py
    
    Rebased-From: fa506c0
    MarcoFalke committed with laanwj Sep 21, 2015
  2. Default fPayAtLeastCustomFee to false

    This allows for much finer control of the transaction fees per kilobyte
    as it prevent small transactions using a fee that is more appropriate
    for one that is of a kilobyte.
    
    This also allows controlling the fee per kilobyte over rpc such that:
    
    bitcoin-cli settxfee `bitcoin-cli estimatefee 2`
    
    would make sense, while currently it grossly fails often by a factor of x3
    
    Conflicts:
    	src/wallet/wallet.cpp
    Rebased-From: 4b89f01
    Ryan Havar committed with laanwj Sep 7, 2015
Commits on Nov 18, 2015
  1. build: Use fPIC rather than fPIE for qt objects.

    But only if qt was built with reduced relocations.
    
    Github-Pull: #6978
    Rebased-From: 69d0513
    theuni committed with luke-jr Nov 10, 2015
  2. build: Split hardening/fPIE options out

    This allows for fPIE to be used selectively.
    
    Github-Pull: #6978
    Rebased-From: 17c4d9d
    theuni committed with luke-jr Nov 10, 2015
Commits on Nov 16, 2015
  1. Merge pull request #7021

    9730051 add bip65 tests to rpc-tests.sh -extended (Alex Morcos)
    laanwj committed Nov 16, 2015
Commits on Nov 15, 2015
Commits on Nov 10, 2015
  1. Merge pull request #6975

    ab6ff12 [doc] 0.11.2 release notes: use original pull numbers (David A. Harding)
    laanwj committed Nov 10, 2015
Commits on Nov 9, 2015
  1. Merge pull request #6968

    9149589 [docs] 0.11.2 release notes: add sipa graphs & leveldb note (David A. Harding)
    929b2c7 [docs] Minor revisions to 0.11.2RC1 release notes (David A. Harding)
    40941d9 [Docs] First-draft release notes for 0.11.2RC1 (David A. Harding)
    laanwj committed Nov 9, 2015
Commits on Nov 8, 2015
  1. [docs] Minor revisions to 0.11.2RC1 release notes

    - Revisions to text as proposed by Greg Maxwell
    - Add Btcdrak to contributors for backporting #6884
    - Fix spelling mistake
    
    [ci skip]
    harding committed Nov 8, 2015
Commits on Nov 7, 2015
  1. bump version to 0.11.2

    laanwj committed Nov 7, 2015
Commits on Nov 6, 2015
  1. Always flush block and undo when switching to new file

    Previously, the undo weren't being flushed during a reindex because
    fKnown was set to true in FindBlockPos. That is the correct behaviour
    for block files as they aren't being touched, but undo files are
    touched.
    
    This changes the behaviour to always flush when switching to a new file
    (even for block files, though that isn't really necessary).
    
    Rebased-From: 22e7807
    Github-Pull: #6948
    sipa committed with laanwj Nov 4, 2015
  2. Merge pull request #6825

    af6edac *: alias -h for --help (Daniel Cousens)
    131d7f9 Change URLs to https in debian/control (Matt Corallo)
    7ce2c91 Update debian/changelog and slight tweak to debian/control (Matt Corallo)
    4fbfebe Correct spelling mistakes in doc folder (Mitchell Cash)
    e42bf16 Clarification of unit test build instructions. (Eric Lombrozo)
    54f9dee Update bluematt-key, the old one is long-since revoked (Matt Corallo)
    bfc6154 [Trivial] Fixed typo when referring to a previous section in depends/README.md [skip ci] (Chris Kleeschulte)
    9e45157 build: disable -Wself-assign (Wladimir J. van der Laan)
    33d6825 Bugfix: Allow mining on top of old tip blocks for testnet (fixes testnet-in-a-box use case) (Luke Dashjr)
    87a797a build: Remove dependency of bitcoin-cli on secp256k1 (Wladimir J. van der Laan)
    a33cd5b [trivial] Fix rpc message "help generate" (MarcoFalke)
    6fd0019 Drop "with minimal dependencies" from description (Zak Wilcox)
    2394f4d Split bitcoin-tx into its own package (Zak Wilcox)
    1e672ae Include bitcoin-tx binary on Debian/Ubuntu (Zak Wilcox)
    b3eaa30 [Qt] Raise debug window when requested (MarcoFalke)
    01878c9 Fix locking in GetTransaction. (Alex Morcos)
    9b9acc2 Fix spelling of Qt (Diego Viola)
    laanwj committed Nov 6, 2015
Commits on Nov 5, 2015
  1. Merge pull request #6884

    f720c5f Enable policy enforcing GetMedianTimePast as the end point of lock-time constraints (Mark Friedenbach)
    a1d3c6f Add rules--presently disabled--for using GetMedianTimePast as endpoint for lock-time calculations (Mark Friedenbach)
    laanwj committed Nov 5, 2015