aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | Fix relay mechanism for whitelisted peers under blocks only mode.Patick Strateman2015-11-201-3/+13
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #7011Gregory Maxwell2015-11-212-4/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Add mediantime field to getblock and getblockheaderPeter Todd2015-11-131-0/+4
| * | | | | | | | | | | | | | | | | Document new mediantime field in getblockchaininfoPeter Todd2015-11-131-0/+1
| * | | | | | | | | | | | | | | | | Clarify nLockTime-by-time comment in CheckFinalTx()Peter Todd2015-11-131-4/+5
| * | | | | | | | | | | | | | | | | Add mediantime field to getblockchaininfo RPC callPeter Todd2015-11-131-0/+1
* | | | | | | | | | | | | | | | | | Merge pull request #6851Gregory Maxwell2015-11-206-52/+44
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Optimisation: Store transaction list order in memory rather than compute it e...Luke Dashjr2015-11-216-52/+44
| | |_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #6979Wladimir J. van der Laan2015-11-205-44/+136
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | [Qt] simple mempool info in debug windowJonas Schnelli2015-11-205-44/+136
* | | | | | | | | | | | | | | | | qt: Periodic translations updateWladimir J. van der Laan2015-11-1952-1273/+686
* | | | | | | | | | | | | | | | | Merge pull request #7051Wladimir J. van der Laan2015-11-194-0/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | ui: Add "Copy raw transaction data" to transaction list context menuWladimir J. van der Laan2015-11-194-0/+26
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #6932Wladimir J. van der Laan2015-11-184-9/+170
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Add unit test for UpdateCoinsAlex Morcos2015-11-121-0/+131
| * | | | | | | | | | | | | | | | Make CCoinsViewTest behave like CCoinsViewDBAlex Morcos2015-11-111-6/+9
| * | | | | | | | | | | | | | | | ModifyNewCoins saves database lookupsAlex Morcos2015-11-023-3/+30
* | | | | | | | | | | | | | | | | Merge pull request #6951Jonas Schnelli2015-11-182-3/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | [qt] Use maxTxFee instead of 10000000MarcoFalke2015-11-052-3/+5
* | | | | | | | | | | | | | | | | Fix debug log message for block filesAlex Morcos2015-11-171-1/+1
* | | | | | | | | | | | | | | | | Implement helper class for CTxMemPoolEntry constructorAlex Morcos2015-11-165-47/+89
| |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #6986Gregory Maxwell2015-11-168-41/+41
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Chainparams: Explicit CChainParams arg for miner:Jorge Timón2015-11-116-24/+23
| * | | | | | | | | | | | | | | | Chainparams: Explicit CChainParams arg for main (pre miner):Jorge Timón2015-11-116-17/+18
* | | | | | | | | | | | | | | | | Merge pull request #6999Gregory Maxwell2015-11-161-1/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | add (max)uploadtarget infos to getnettotals RPC helpJonas Schnelli2015-11-121-1/+10
* | | | | | | | | | | | | | | | | | Merge pull request #7023Gregory Maxwell2015-11-161-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Fixed integer comparison warning.Eric Lombrozo2015-11-151-1/+1
* | | | | | | | | | | | | | | | | | Merge pull request #6954Wladimir J. van der Laan2015-11-1612-398/+276
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Switch to libsecp256k1-based validation for ECDSAPieter Wuille2015-11-1512-398/+276
| |/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge pull request #7016Wladimir J. van der Laan2015-11-161-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Avoid a compile error on hosts with libevent too old for EVENT_LOG_WARN.Gregory Maxwell2015-11-161-0/+4
| |/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge pull request #6991Gregory Maxwell2015-11-161-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Clarify 'fee' field in fundrawtransaction help textPeter Todd2015-11-111-1/+1
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #7000Jonas Schnelli2015-11-164-0/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | [Qt] add shortcurts for debug-/console-windowJonas Schnelli2015-11-124-0/+26
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge pull request #6993Gregory Maxwell2015-11-145-4/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Fix comment for blocksonly parameter interactionsPatick Strateman2015-11-141-1/+1
| * | | | | | | | | | | | | | | | Fix fRelayTxs commentPatick Strateman2015-11-141-1/+1
| * | | | | | | | | | | | | | | | Display DEFAULT_WHITELISTALWAYSRELAY in help textPatick Strateman2015-11-141-1/+1
| * | | | | | | | | | | | | | | | Use DEFAULT_BLOCKSONLY and DEFAULT_WHITELISTALWAYSRELAY constantsPatick Strateman2015-11-143-3/+3
| * | | | | | | | | | | | | | | | Add help text for blocksonly and whitelistalwaysrelayPatick Strateman2015-11-142-0/+5
| * | | | | | | | | | | | | | | | Add whitelistalwaysrelay optionPatick Strateman2015-11-143-1/+13
| * | | | | | | | | | | | | | | | Do not process tx inv's in blocksonly modePatick Strateman2015-11-141-1/+1
| * | | | | | | | | | | | | | | | Add blocksonly modePatick Strateman2015-11-141-1/+1
| | |_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #6984Gregory Maxwell2015-11-131-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | don't enforce maxuploadtargets disconnect for whitelisted peersJonas Schnelli2015-11-131-1/+2
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge pull request #7013Wladimir J. van der Laan2015-11-141-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Remove LOCK(cs_main) from decodescriptPeter Todd2015-11-131-1/+0
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Better error message for fundrawtransaction w/ empty voutPeter Todd2015-11-131-0/+3