descriptionnone
ownerluke+repo.or.cz@dashjr.org
last changeFri, 28 Jan 2011 19:39:31 +0000 (28 14:39 -0500)
content tags
add:
README.md

Bitcoin integration/staging tree

Development process

Developers work in their own trees, then submit pull requests when they think their feature or bug fix is ready.

If it is a simple/trivial/non-controversial change, then one of the bitcoin development team members simply pulls it.

If it is a more complicated or potentially controversial change, then the patch submitter will be asked to start a discussion (if they haven't already) on the development forums: http://www.bitcoin.org/smf/index.php?board=6.0 The patch will be accepted if there is broad consensus that it is a good thing. Developers should expect to rework and resubmit patches if they don't match the project's coding conventions (see coding.txt) or are controversial.

The master branch is regularly built and tested (by who? need people willing to be quality assurance testers), and periodically pushed to the subversion repo to become the official, stable, released bitcoin.

Feature branches are created when there are major new features being worked on by several people.

shortlog
2011-01-28 Luke DashjrBugfix: avoid sub-cent change (lost in fees) whenever... master
2011-01-25 Gavin AndresenExplicitly state that make -f makfile.unix is the way...
2011-01-25 Chris MooreDon't scan the time offsets vector repeatedly once...
2011-01-24 Chris MooreRepeatedly resetting the timestamp for seed nodes in...
2011-01-24 Gavin AndresenBump version number to 0.3.20
2011-01-23 Chris MooreFix -maxconnections. It used to account for the 8...
2011-01-22 Gavin Andresencpuid instruction clobbers eax/ebx/ecx/edx
2011-01-21 Chris MooreMerge branch show-version-in-help-2 of https://github...
2011-01-21 Chris MooreMerge branch 'display-version-in-help' of https://githu...
2011-01-21 Chris MooreMerge branch 'rpcssl-help' of github.com:dooglus/bitcoi...
2011-01-21 Chris MooreThe -rpcssl command line option is a boolean, like...
2011-01-21 Gavin AndresenUpdated development process description
2011-01-21 Chris MooreAdd const bool VERSION_IS_BETA to serialize.h and use...
2011-01-20 Gavin AndresenAdd -rescan option to --help output
2011-01-20 Gavin AndresenMerge branch 'printtoconsole' of https://github.com...
2011-01-20 Gavin AndresenMerge branch '4wayswitch' of https://github.com/dooglus...
...
heads
13 years ago ForReview-RPCv1
13 years ago RPCv1
13 years ago RPCv0SubcentInputs
13 years ago reportNecessarySubcentThrowaway
13 years ago master