aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | Rename ProcessBlock to ProcessNewBlock to indicate change of behaviour, and d...Luke Dashjr2014-10-285-13/+21
| * | | | | | | | | | | | | | Rename RPC_TRANSACTION_* errors to RPC_VERIFY_* and use RPC_VERIFY_ERROR for ...Luke Dashjr2014-10-212-4/+9
| * | | | | | | | | | | | | | Bugfix: submitblock: Use a temporary CValidationState to determine accurately...Luke Dashjr2014-10-211-1/+33
| * | | | | | | | | | | | | | Add CValidationInterface::BlockChecked notificationLuke Dashjr2014-10-212-1/+9
* | | | | | | | | | | | | | | Merge pull request #5185Wladimir J. van der Laan2014-11-0318-344/+89
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | add tests to travisCory Fields2014-10-311-4/+5
| * | | | | | | | | | | | | | | tests: replace the old (unused since Travis) tests with new rpc test scriptsCory Fields2014-10-317-105/+53
| * | | | | | | | | | | | | | | tests: remove old pull-tester scriptsCory Fields2014-10-313-216/+1
| * | | | | | | | | | | | | | | tests: fix forknotify.py on windowsCory Fields2014-10-311-1/+1
| * | | | | | | | | | | | | | | tests: allow rpc-tests to get filenames for bitcoind and bitcoin-cli from the...Cory Fields2014-10-316-14/+19
| * | | | | | | | | | | | | | | tests: enable alertnotify test for WindowsCory Fields2014-10-311-5/+11
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #5169Wladimir J. van der Laan2014-11-031-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Don't relay alerts to peers before version negotiationWladimir J. van der Laan2014-10-291-0/+3
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #5145Wladimir J. van der Laan2014-10-313-52/+65
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Update comments in client version to be doxygen compatibleMichael Ford2014-10-311-16/+21
| * | | | | | | | | | | | | | Update comments in version to be doxygen compatibleMichael Ford2014-10-312-36/+44
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #5187Pieter Wuille2014-10-311-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | fix a typoYoichi Hirai2014-10-311-1/+1
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | qt: translations update from TransifexWladimir J. van der Laan2014-10-3160-8922/+7020
* | | | | | | | | | | | | | Merge pull request #5077Wladimir J. van der Laan2014-10-313-2/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Enable customising node policy for datacarrier data size with a -datacarriers...Luke Dashjr2014-10-273-2/+8
* | | | | | | | | | | | | | | Merge pull request #5168Wladimir J. van der Laan2014-10-315-110/+159
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | qt: Move transaction notification to transaction table modelWladimir J. van der Laan2014-10-285-110/+159
* | | | | | | | | | | | | | | Merge pull request #5164Wladimir J. van der Laan2014-10-3025-32/+52
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Separate protocol versioning from clientversionCory Fields2014-10-2925-32/+52
| | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #5146Wladimir J. van der Laan2014-10-302-89/+125
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Update comments in wallet to be doxygen compatibleMichael Ford2014-10-282-89/+125
| | |_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #5174Wladimir J. van der Laan2014-10-302-31/+30
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Update comments in rpcserver to be doxygen compatibleMichael Ford2014-10-302-31/+30
* | | | | | | | | | | | | | | | Merge pull request #5167Wladimir J. van der Laan2014-10-302-1/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Add missing reserved address spaces.Matt Corallo2014-10-282-1/+21
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge pull request #5172Wladimir J. van der Laan2014-10-301-3/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Print parameter interactions to console, tooMatt Corallo2014-10-291-3/+4
| | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #5176Wladimir J. van der Laan2014-10-302-14/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | [Qt] fix slot connection problems when no wallet is loadedPhilip Kaufmann2014-10-302-14/+16
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge pull request #5142Wladimir J. van der Laan2014-10-308-124/+140
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Update generate-seeds.py to produce doxygen compatible commentsMichael Ford2014-10-281-5/+8
| * | | | | | | | | | | | | | | | Update comments in chainparams to be doxygen compatibleMichael Ford2014-10-255-81/+90
| * | | | | | | | | | | | | | | | Update comments in chain to be doxygen compatibleMichael Ford2014-10-252-38/+42
* | | | | | | | | | | | | | | | | Merge pull request #5148Wladimir J. van der Laan2014-10-304-73/+90
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Update comments in keystore to be doxygen compatibleMichael Ford2014-10-283-9/+9
| * | | | | | | | | | | | | | | | Update comments in key to be doxygen compatibleMichael Ford2014-10-282-65/+82
* | | | | | | | | | | | | | | | | Merge pull request #5100Pieter Wuille2014-10-2841-939/+992
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | MOVEONLY: core.o -> core/block.ojtimon2014-10-279-12/+12
| * | | | | | | | | | | | | | | | MOVEONLY: Move script/compressor out of script and put CTxOutCompressor (fromjtimon2014-10-278-93/+93
| * | | | | | | | | | | | | | | | MOVEONLY: separate CTxUndo out of corejtimon2014-10-275-60/+74
| * | | | | | | | | | | | | | | | MOVEONLY: Separate CTransaction and dependencies from corejtimon2014-10-2726-419/+441
| * | | | | | | | | | | | | | | | MOVEONLY: Move CFeeRate and Amount constants to amount.ojtimon2014-10-2713-65/+82
* | | | | | | | | | | | | | | | | Merge pull request #5065Wladimir J. van der Laan2014-10-2811-63/+372
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Add valid invert of invalid every numeric opcode testsPeter Todd2014-10-251-0/+49