-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5568d82
commit cba3a17
Showing
1 changed file
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
Gavin's Bitcoin patches | ||
======================= | ||
Bitcoin integration/staging tree | ||
|
||
Branches here: | ||
Straw-man plan for Bitcoin development (open source vets, please slap me around and help make this better): | ||
|
||
* svn : up-to-date mirror of the 'production' Bitcoin (from http://sourceforge.net/projects/bitcoin/). | ||
* monitorreceived : Implements monitortransaction/monitorblocks/gettransaction/getblock RPC commands. | ||
* listtransactions: Implements new JSON-RPC command "listtransactions" (from jgarzik) | ||
* refundtransaction : Implements new JSON-RPC command "refundtransaction" | ||
* master : All of the above, merged together. | ||
Developers work in their own trees, then submit pull requests when they think their feature is ready. | ||
|
||
Requests get discussed (where? bitcoin forums?) and if there's broad consensus they're a good thing, well written, match coding style, etc. then they're merged into the 'master' branch. | ||
|
||
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. | ||
|
||
|
||
We'll create feature branches if/when there are major new features being worked on by several people. | ||
|
||
Code is hosted at github: http://github.com/gavinandresen/bitcoin-git |