aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | test: Add test for RPC named argumentsWladimir J. van der Laan2017-01-053-0/+65
| * | | | | | | | | | | | | | | | | | | | | | rpc: Named arguments for misc callsWladimir J. van der Laan2017-01-051-8/+8
| * | | | | | | | | | | | | | | | | | | | | | rpc: Add 'echo' call for testingWladimir J. van der Laan2017-01-051-0/+12
| * | | | | | | | | | | | | | | | | | | | | | rpc: Named arguments for blockchain callsWladimir J. van der Laan2017-01-051-31/+31
| * | | | | | | | | | | | | | | | | | | | | | rpc: Support named argumentsWladimir J. van der Laan2017-01-052-9/+57
| * | | | | | | | | | | | | | | | | | | | | | authproxy: Add support for RPC named argumentsWladimir J. van der Laan2017-01-051-2/+4
* | | | | | | | | | | | | | | | | | | | | | | qt: periodic translations updateWladimir J. van der Laan2017-01-1090-4706/+37481
* | | | | | | | | | | | | | | | | | | | | | | Merge #9496: Rename lambda argument name to prevent shadowingMarcoFalke2017-01-101-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Rename lambda argument name to prevent shadowing.Pavel Janík2017-01-091-3/+3
* | | | | | | | | | | | | | | | | | | | | | | Merge #9353: Add data() method to CDataStream (and use it)Pieter Wuille2017-01-095-21/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | wallet: Use CDataStream.data()Wladimir J. van der Laan2016-12-152-10/+10
| * | | | | | | | | | | | | | | | | | | | | | | bench: Use CDataStream.data()Wladimir J. van der Laan2016-12-151-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | dbwrapper: Use new .data() method of CDataStreamWladimir J. van der Laan2016-12-151-6/+6
| * | | | | | | | | | | | | | | | | | | | | | | streams: Remove special cases for ancient MSVCWladimir J. van der Laan2016-12-151-4/+0
| * | | | | | | | | | | | | | | | | | | | | | | streams: Add data() method to CDataStreamWladimir J. van der Laan2016-12-151-0/+2
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge #9404: Smarter coordination of change and fee in CreateTransaction.Pieter Wuille2017-01-092-2/+33
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | Don't overpay fee if we have selected new coins that result in a smaller tran...Alex Morcos2017-01-061-1/+18
| * | | | | | | | | | | | | | | | | | | | | | | Try to reduce change output to make needed fee in CreateTransactionAlex Morcos2017-01-062-1/+15
* | | | | | | | | | | | | | | | | | | | | | | | Merge #9310: Assert FRESH validity in CCoinsViewCache::BatchWritePieter Wuille2017-01-092-11/+24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Check FRESH validity in CCoinsViewCache::BatchWriteRussell Yanofsky2017-01-042-11/+24
| | |_|_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge #9487: Remove stray semicolon (Fix empty body warning)MarcoFalke2017-01-071-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | Remove stray semicolon (Fix empty body warning)Douglas Roark2017-01-071-1/+1
|/ / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | Merge #9408: Allow shutdown during LoadMempool, dump only when necessaryPieter Wuille2017-01-063-1/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | [Qt] Do proper shutdownJonas Schnelli2017-01-051-0/+2
| * | | | | | | | | | | | | | | | | | | | | | | Allow shutdown during LoadMempool, dump only when necessaryJonas Schnelli2016-12-232-1/+6
* | | | | | | | | | | | | | | | | | | | | | | | Merge #9319: Break addnode out from the outbound connection limits.Pieter Wuille2017-01-067-13/+64
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | RPC help documentation for addnode peerinfo.Gregory Maxwell2017-01-052-0/+6
| * | | | | | | | | | | | | | | | | | | | | | | Add release notes for addnode changes.Gregory Maxwell2017-01-051-0/+10
| * | | | | | | | | | | | | | | | | | | | | | | Break addnode out from the outbound connection limits.Gregory Maxwell2017-01-056-13/+48
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge #9138: Improve fee estimationPieter Wuille2017-01-0511-76/+94
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | Fix edge case with stale fee estimatesAlex Morcos2017-01-041-1/+3
| * | | | | | | | | | | | | | | | | | | | | | | Add clarifying comments to fee estimationAlex Morcos2017-01-042-1/+6
| * | | | | | | | | | | | | | | | | | | | | | | Add extra logging to processBlock in fee estimation.Alex Morcos2017-01-042-10/+23
| * | | | | | | | | | | | | | | | | | | | | | | Add IsCurrentForFeeEstimatationAlex Morcos2017-01-042-1/+20
| * | | | | | | | | | | | | | | | | | | | | | | Pass pointers to existing CTxMemPoolEntries to fee estimationAlex Morcos2017-01-043-9/+9
| * | | | | | | | | | | | | | | | | | | | | | | Always update fee estimates on new blocks.Alex Morcos2017-01-045-13/+6
| * | | | | | | | | | | | | | | | | | | | | | | rename bool to validFeeEstimateAlex Morcos2017-01-044-9/+9
| * | | | | | | | | | | | | | | | | | | | | | | Remove member variable hadNoDependencies from CTxMemPoolEntryAlex Morcos2017-01-049-32/+19
| * | | | | | | | | | | | | | | | | | | | | | | Don't track transactions at all during IBD.Alex Morcos2017-01-041-1/+3
| * | | | | | | | | | | | | | | | | | | | | | | Remove extraneous LogPrint from fee estimationAlex Morcos2017-01-042-11/+8
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge #8610: Share unused mempool memory with coincachePieter Wuille2017-01-052-5/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | Share unused mempool memory with coincachePieter Wuille2016-12-222-5/+9
* | | | | | | | | | | | | | | | | | | | | | | | Merge #9465: [Wallet] Do not perform ECDSA signing in the fee calculation inn...Pieter Wuille2017-01-051-31/+46
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | Wallet: Do not perform ECDSA in the fee calculation inner loop.Gregory Maxwell2017-01-051-31/+46
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge #9413: [CoinControl] Allow non-wallet owned change addressesJonas Schnelli2017-01-051-0/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | [CoinControl] Allow non-wallet owned change addressesJonas Schnelli2016-12-231-0/+13
| | |_|_|_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge #9312: Increase mempool expiry time to 2 weeksWladimir J. van der Laan2017-01-051-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Increase mempool expiry time to 2 weeksAlex Morcos2016-12-091-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | Merge #8747: [rpc] Fix transaction size comments and RPC help text.Wladimir J. van der Laan2017-01-053-8/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | Fix transaction size comments. Size now refers to virtual size as defined in ...jonnynewbs2016-12-083-8/+10