Skip to content

Commit df63490

Browse files
committed
Merge tag 'branch-0.13' into bugfix_gitdir
2 parents e98e3dd + e4382fb commit df63490

File tree

1,194 files changed

+128819
-100959
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,194 files changed

+128819
-100959
lines changed

.gitignore

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,13 @@ src/test/buildenv.py
8585
# Resources cpp
8686
qrc_*.cpp
8787

88-
# Qt creator
89-
*.pro.user
90-
9188
# Mac specific
9289
.DS_Store
9390
build
9491

9592
#lcov
9693
*.gcno
94+
*.gcda
9795
/*.info
9896
test_bitcoin.coverage/
9997
total.coverage/
@@ -104,10 +102,16 @@ linux-coverage-build
104102
linux-build
105103
win32-build
106104
qa/pull-tester/run-bitcoind-for-test.sh
107-
qa/pull-tester/tests-config.sh
105+
qa/pull-tester/tests_config.py
108106
qa/pull-tester/cache/*
109107
qa/pull-tester/test.*/*
108+
qa/tmp
109+
cache/
110+
share/BitcoindComparisonTool.jar
110111

111112
!src/leveldb*/Makefile
112113

113114
/doc/doxygen/
115+
116+
libbitcoinconsensus.pc
117+
contrib/devtools/split-debug.sh

.travis.yml

Lines changed: 45 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,73 @@
1-
# errata:
2-
# - A travis bug causes caches to trample eachother when using the same
3-
# compiler key (which we don't use anyway). This is worked around for now by
4-
# replacing the "compilers" with a build name prefixed by the no-op ":"
5-
# command. See: https://github.com/travis-ci/casher/issues/6
1+
sudo: required
2+
dist: trusty
3+
4+
#workaround for https://github.com/travis-ci/travis-ci/issues/5227
5+
addons:
6+
hostname: bitcoin-tester
67

78
os: linux
8-
language: cpp
9+
language: generic
10+
cache:
11+
directories:
12+
- depends/built
13+
- depends/sdk-sources
14+
- $HOME/.ccache
915
env:
1016
global:
1117
- MAKEJOBS=-j3
1218
- RUN_TESTS=false
19+
- CHECK_DOC=0
20+
- BOOST_TEST_RANDOM=1$TRAVIS_BUILD_ID
1321
- CCACHE_SIZE=100M
1422
- CCACHE_TEMPDIR=/tmp/.ccache-temp
1523
- CCACHE_COMPRESS=1
1624
- BASE_OUTDIR=$TRAVIS_BUILD_DIR/out
1725
- SDK_URL=https://bitcoincore.org/depends-sources/sdks
18-
cache:
19-
apt: true
20-
directories:
21-
- depends/built
22-
- depends/sdk-sources
23-
- $HOME/.ccache
24-
matrix:
25-
fast_finish: true
26-
include:
27-
- compiler: ": ARM"
28-
env: HOST=arm-linux-gnueabihf PACKAGES="g++-arm-linux-gnueabihf" DEP_OPTS="NO_QT=1" GOAL="install" BITCOIN_CONFIG="--enable-glibc-back-compat"
29-
- compiler: ": bitcoind"
30-
env: HOST=x86_64-unknown-linux-gnu PACKAGES="bc" DEP_OPTS="NO_QT=1 NO_UPNP=1 DEBUG=1" RUN_TESTS=true GOAL="install" BITCOIN_CONFIG="--enable-glibc-back-compat CPPFLAGS=-DDEBUG_LOCKORDER"
31-
- compiler: ": No wallet"
32-
env: HOST=x86_64-unknown-linux-gnu DEP_OPTS="NO_WALLET=1" RUN_TESTS=true GOAL="install" BITCOIN_CONFIG="--enable-glibc-back-compat"
33-
- compiler: ": 32-bit + dash"
34-
env: HOST=i686-pc-linux-gnu PACKAGES="g++-multilib bc" RUN_TESTS=true GOAL="install" BITCOIN_CONFIG="--enable-glibc-back-compat" USE_SHELL="/bin/dash"
35-
- compiler: ": Cross-Mac"
36-
env: HOST=x86_64-apple-darwin11 PACKAGES="gcc-multilib g++-multilib cmake libcap-dev libz-dev libbz2-dev" OSX_SDK=10.7 GOAL="deploy"
37-
- compiler: ": Win64"
38-
env: HOST=x86_64-w64-mingw32 PACKAGES="nsis gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64 binutils-mingw-w64-x86-64 mingw-w64-dev wine bc" RUN_TESTS=true GOAL="deploy" BITCOIN_CONFIG="--enable-gui" MAKEJOBS="-j2"
39-
- compiler: ": Win32"
40-
env: HOST=i686-w64-mingw32 PACKAGES="nsis gcc-mingw-w64-i686 g++-mingw-w64-i686 binutils-mingw-w64-i686 mingw-w64-dev wine bc" RUN_TESTS=true GOAL="deploy" BITCOIN_CONFIG="--enable-gui" MAKEJOBS="-j2"
26+
- PYTHON_DEBUG=1
27+
- WINEDEBUG=fixme-all
28+
matrix:
29+
# ARM
30+
- HOST=arm-linux-gnueabihf PACKAGES="g++-arm-linux-gnueabihf" DEP_OPTS="NO_QT=1" CHECK_DOC=1 GOAL="install" BITCOIN_CONFIG="--enable-glibc-back-compat --enable-reduce-exports"
31+
# Win32
32+
- HOST=i686-w64-mingw32 DPKG_ADD_ARCH="i386" DEP_OPTS="NO_QT=1" PACKAGES="python3 nsis g++-mingw-w64-i686 wine1.6 bc openjdk-7-jre-headless" RUN_TESTS=true GOAL="install" BITCOIN_CONFIG="--enable-reduce-exports"
33+
# 32-bit + dash
34+
- HOST=i686-pc-linux-gnu PACKAGES="g++-multilib bc python3-zmq openjdk-7-jre-headless" DEP_OPTS="NO_QT=1" RUN_TESTS=true GOAL="install" BITCOIN_CONFIG="--enable-zmq --enable-glibc-back-compat --enable-reduce-exports LDFLAGS=-static-libstdc++" USE_SHELL="/bin/dash"
35+
# Win64
36+
- HOST=x86_64-w64-mingw32 DPKG_ADD_ARCH="i386" DEP_OPTS="NO_QT=1" PACKAGES="python3 nsis g++-mingw-w64-x86-64 wine1.6 bc openjdk-7-jre-headless" RUN_TESTS=true GOAL="install" BITCOIN_CONFIG="--enable-reduce-exports"
37+
# bitcoind
38+
- HOST=x86_64-unknown-linux-gnu PACKAGES="bc python3-zmq openjdk-7-jre-headless" DEP_OPTS="NO_QT=1 NO_UPNP=1 DEBUG=1" RUN_TESTS=true GOAL="install" BITCOIN_CONFIG="--enable-zmq --enable-glibc-back-compat --enable-reduce-exports CPPFLAGS=-DDEBUG_LOCKORDER"
39+
# No wallet
40+
- HOST=x86_64-unknown-linux-gnu PACKAGES=" openjdk-7-jre-headless python3" DEP_OPTS="NO_WALLET=1" RUN_TESTS=true GOAL="install" BITCOIN_CONFIG="--enable-glibc-back-compat --enable-reduce-exports"
41+
# Cross-Mac
42+
- HOST=x86_64-apple-darwin11 PACKAGES="cmake imagemagick libcap-dev librsvg2-bin libz-dev libbz2-dev libtiff-tools python-dev" BITCOIN_CONFIG="--enable-reduce-exports" OSX_SDK=10.11 GOAL="deploy"
43+
44+
before_install:
45+
- export PATH=$(echo $PATH | tr ':' "\n" | sed '/\/opt\/python/d' | tr "\n" ":" | sed "s|::|:|g")
4146
install:
47+
- if [ -n "$PPA" ]; then travis_retry sudo add-apt-repository "$PPA" -y; fi
48+
- if [ -n "$DPKG_ADD_ARCH" ]; then sudo dpkg --add-architecture "$DPKG_ADD_ARCH" ; fi
4249
- if [ -n "$PACKAGES" ]; then travis_retry sudo apt-get update; fi
4350
- if [ -n "$PACKAGES" ]; then travis_retry sudo apt-get install --no-install-recommends --no-upgrade -qq $PACKAGES; fi
4451
before_script:
4552
- unset CC; unset CXX
53+
- if [ "$CHECK_DOC" = 1 ]; then contrib/devtools/check-doc.py; fi
4654
- mkdir -p depends/SDKs depends/sdk-sources
47-
- if [ -n "$OSX_SDK" -a ! -f depends/sdk-sources/MacOSX${OSX_SDK}.sdk.tar.gz ]; then wget $SDK_URL/MacOSX${OSX_SDK}.sdk.tar.gz -O depends/sdk-sources/MacOSX${OSX_SDK}.sdk.tar.gz; fi
55+
- if [ -n "$OSX_SDK" -a ! -f depends/sdk-sources/MacOSX${OSX_SDK}.sdk.tar.gz ]; then curl --location --fail $SDK_URL/MacOSX${OSX_SDK}.sdk.tar.gz -o depends/sdk-sources/MacOSX${OSX_SDK}.sdk.tar.gz; fi
4856
- if [ -n "$OSX_SDK" -a -f depends/sdk-sources/MacOSX${OSX_SDK}.sdk.tar.gz ]; then tar -C depends/SDKs -xf depends/sdk-sources/MacOSX${OSX_SDK}.sdk.tar.gz; fi
4957
- make $MAKEJOBS -C depends HOST=$HOST $DEP_OPTS
5058
script:
59+
- export TRAVIS_COMMIT_LOG=`git log --format=fuller -1`
5160
- if [ -n "$USE_SHELL" ]; then export CONFIG_SHELL="$USE_SHELL"; fi
5261
- OUTDIR=$BASE_OUTDIR/$TRAVIS_PULL_REQUEST/$TRAVIS_JOB_NUMBER-$HOST
5362
- BITCOIN_CONFIG_ALL="--disable-dependency-tracking --prefix=$TRAVIS_BUILD_DIR/depends/$HOST --bindir=$OUTDIR/bin --libdir=$OUTDIR/lib"
5463
- depends/$HOST/native/bin/ccache --max-size=$CCACHE_SIZE
55-
- if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then export CCACHE_READONLY=1; fi
5664
- test -n "$USE_SHELL" && eval '"$USE_SHELL" -c "./autogen.sh"' || ./autogen.sh
57-
- ./configure --cache-file=config.cache $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG || ( cat config.log && false)
58-
- make distdir PACKAGE=bitcoin VERSION=$HOST
59-
- cd bitcoin-$HOST
60-
- ./configure --cache-file=../config.cache $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG || ( cat config.log && false)
65+
- mkdir build && cd build
66+
- ../configure $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG || ( cat config.log && false)
6167
- make $MAKEJOBS $GOAL || ( echo "Build failure. Verbose build follows." && make $GOAL V=1 ; false )
6268
- export LD_LIBRARY_PATH=$TRAVIS_BUILD_DIR/depends/$HOST/lib
63-
- if [ "$RUN_TESTS" = "true" ]; then make check; fi
64-
- if [ "$RUN_TESTS" = "true" ]; then qa/pull-tester/rpc-tests.sh; fi
69+
- if [ "$RUN_TESTS" = "true" ]; then make $MAKEJOBS check VERBOSE=1; fi
70+
- if [ "$RUN_TESTS" = "true" ]; then qa/pull-tester/rpc-tests.py --coverage; fi
6571
after_script:
66-
- if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then (echo "Upload goes here. Something like: scp -r $BASE_OUTDIR server" || echo "upload failed"); fi
72+
- echo $TRAVIS_COMMIT_RANGE
73+
- echo $TRAVIS_COMMIT_LOG

.tx/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[main]
22
host = https://www.transifex.com
33

4-
[bitcoin.qt-translation-010x]
4+
[bitcoin.qt-translation-013x]
55
file_filter = src/qt/locale/bitcoin_<lang>.ts
66
source_file = src/qt/locale/bitcoin_en.ts
77
source_lang = en

CONTRIBUTING.md

Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
1+
Contributing to Bitcoin Core
2+
============================
3+
4+
The Bitcoin Core project operates an open contributor model where anyone is welcome to contribute towards development in the form of peer review, testing and patches. This document explains the practical process and guidelines for contributing.
5+
6+
Firstly in terms of structure, there is no particular concept of “Core developers” in the sense of privileged people. Open source often naturally revolves around meritocracy where longer term contributors gain more trust from the developer community. However, some hierarchy is necessary for practical purposes. As such there are repository “maintainers” who are responsible for merging pull requests as well as a “lead maintainer” who is responsible for the release cycle, overall merging, moderation and appointment of maintainers.
7+
8+
9+
Contributor Workflow
10+
--------------------
11+
12+
The codebase is maintained using the “contributor workflow” where everyone without exception contributes patch proposals using “pull requests”. This facilitates social contribution, easy testing and peer review.
13+
14+
To contribute a patch, the workflow is as follows:
15+
16+
- Fork repository
17+
- Create topic branch
18+
- Commit patches
19+
20+
The project coding conventions in the [developer notes](doc/developer-notes.md) must be adhered to.
21+
22+
In general [commits should be atomic](https://en.wikipedia.org/wiki/Atomic_commit#Atomic_commit_convention) and diffs should be easy to read. For this reason do not mix any formatting fixes or code moves with actual code changes.
23+
24+
Commit messages should be verbose by default consisting of a short subject line (50 chars max), a blank line and detailed explanatory text as separate paragraph(s); unless the title alone is self-explanatory (like "Corrected typo in main.cpp") then a single title line is sufficient. Commit messages should be helpful to people reading your code in the future, so explain the reasoning for your decisions. Further explanation [here](http://chris.beams.io/posts/git-commit/).
25+
26+
If a particular commit references another issue, please add the reference, for example `refs #1234`, or `fixes #4321`. Using the `fixes` or `closes` keywords will cause the corresponding issue to be closed when the pull request is merged.
27+
28+
Please refer to the [Git manual](https://git-scm.com/doc) for more information about Git.
29+
30+
- Push changes to your fork
31+
- Create pull request
32+
33+
The title of the pull request should be prefixed by the component or area that the pull request affects. Examples:
34+
35+
Consensus: Add new opcode for BIP-XXXX OP_CHECKAWESOMESIG
36+
Net: Automatically create hidden service, listen on Tor
37+
Qt: Add feed bump button
38+
Trivial: Fix typo in main.cpp
39+
40+
If a pull request is specifically not to be considered for merging (yet) please prefix the title with [WIP] or use [Tasks Lists](https://help.github.com/articles/basic-writing-and-formatting-syntax/#task-lists) in the body of the pull request to indicate tasks are pending.
41+
42+
The body of the pull request should contain enough description about what the patch does together with any justification/reasoning. You should include references to any discussions (for example other tickets or mailing list discussions).
43+
44+
At this stage one should expect comments and review from other contributors. You can add more commits to your pull request by committing them locally and pushing to your fork until you have satisfied all feedback.
45+
46+
Squashing Commits
47+
---------------------------
48+
If your pull request is accepted for merging, you may be asked by a maintainer to squash and or [rebase](https://git-scm.com/docs/git-rebase) your commits before it will be merged. The basic squashing workflow is shown below.
49+
50+
git checkout your_branch_name
51+
git rebase -i HEAD~n
52+
# n is normally the number of commits in the pull
53+
# set commits from 'pick' to 'squash', save and quit
54+
# on the next screen, edit/refine commit messages
55+
# save and quit
56+
git push -f # (force push to GitHub)
57+
58+
The length of time required for peer review is unpredictable and will vary from pull request to pull request.
59+
60+
61+
Pull Request Philosophy
62+
-----------------------
63+
64+
Patchsets should always be focused. For example, a pull request could add a feature, fix a bug, or refactor code; but not a mixture. Please also avoid super pull requests which attempt to do too much, are overly large, or overly complex as this makes review difficult.
65+
66+
67+
###Features
68+
69+
When adding a new feature, thought must be given to the long term technical debt and maintenance that feature may require after inclusion. Before proposing a new feature that will require maintenance, please consider if you are willing to maintain it (including bug fixing). If features get orphaned with no maintainer in the future, they may be removed by the Repository Maintainer.
70+
71+
72+
###Refactoring
73+
74+
Refactoring is a necessary part of any software project's evolution. The following guidelines cover refactoring pull requests for the project.
75+
76+
There are three categories of refactoring, code only moves, code style fixes, code refactoring. In general refactoring pull requests should not mix these three kinds of activity in order to make refactoring pull requests easy to review and uncontroversial. In all cases, refactoring PRs must not change the behaviour of code within the pull request (bugs must be preserved as is).
77+
78+
Project maintainers aim for a quick turnaround on refactoring pull requests, so where possible keep them short, uncomplex and easy to verify.
79+
80+
81+
"Decision Making" Process
82+
-------------------------
83+
84+
The following applies to code changes to the Bitcoin Core project (and related projects such as libsecp256k1), and is not to be confused with overall Bitcoin Network Protocol consensus changes.
85+
86+
Whether a pull request is merged into Bitcoin Core rests with the project merge maintainers and ultimately the project lead.
87+
88+
Maintainers will take into consideration if a patch is in line with the general principles of the project; meets the minimum standards for inclusion; and will judge the general consensus of contributors.
89+
90+
In general, all pull requests must:
91+
92+
- have a clear use case, fix a demonstrable bug or serve the greater good of the project (for example refactoring for modularisation);
93+
- be well peer reviewed;
94+
- have unit tests and functional tests where appropriate;
95+
- follow code style guidelines;
96+
- not break the existing test suite;
97+
- where bugs are fixed, where possible, there should be unit tests demonstrating the bug and also proving the fix. This helps prevent regression.
98+
99+
Patches that change Bitcoin consensus rules are considerably more involved than normal because they affect the entire ecosystem and so must be preceded by extensive mailing list discussions and have a numbered BIP. While each case will be different, one should be prepared to expend more time and effort than for other kinds of patches because of increased peer review and consensus building requirements.
100+
101+
102+
###Peer Review
103+
104+
Anyone may participate in peer review which is expressed by comments in the pull request. Typically reviewers will review the code for obvious errors, as well as test out the patch set and opine on the technical merits of the patch. Project maintainers take into account the peer review when determining if there is consensus to merge a pull request (remember that discussions may have been spread out over github, mailing list and IRC discussions). The following language is used within pull-request comments:
105+
106+
- ACK means "I have tested the code and I agree it should be merged";
107+
- NACK means "I disagree this should be merged", and must be accompanied by sound technical justification. NACKs without accompanying reasoning may be disregarded;
108+
- utACK means "I have not tested the code, but I have reviewed it and it looks OK, I agree it can be merged";
109+
- Concept ACK means "I agree in the general principle of this pull request";
110+
- Nit refers to trivial, often non-blocking issues.
111+
112+
Reviewers should include the commit hash which they reviewed in their comments.
113+
114+
Project maintainers reserve the right to weigh the opinions of peer reviewers using common sense judgement and also may weight based on meritocracy: Those that have demonstrated a deeper commitment and understanding towards the project (over time) or have clear domain expertise may naturally have more weight, as one would expect in all walks of life.
115+
116+
Where a patch set affects consensus critical code, the bar will be set much higher in terms of discussion and peer review requirements, keeping in mind that mistakes could be very costly to the wider community. This includes refactoring of consensus critical code.
117+
118+
Where a patch set proposes to change the Bitcoin consensus, it must have been discussed extensively on the mailing list and IRC, be accompanied by a widely discussed BIP and have a generally widely perceived technical consensus of being a worthwhile change based on the judgement of the maintainers.
119+
120+
121+
Release Policy
122+
--------------
123+
124+
The project leader is the release manager for each Bitcoin Core release.

COPYING

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
Copyright (c) 2009-2014 Bitcoin Developers
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2009-2016 The Bitcoin Core developers
24

35
Permission is hereby granted, free of charge, to any person obtaining a copy
46
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)