aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | Merge #9266: Bugfix: Qt/RPCConsole: Put column enum in the right placesWladimir J. van der Laan2016-12-081-6/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | Bugfix: Qt/RPCConsole: Put column enum in the right placesLuke Dashjr2016-12-021-6/+6
* | | | | | | | | | | | | | | | | | | | | | Merge #9299: Remove no longer needed check for premature v2 txsWladimir J. van der Laan2016-12-081-8/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | remove no longer needed check for premature v2 txsAlex Morcos2016-12-071-8/+0
* | | | | | | | | | | | | | | | | | | | | | | Merge #9276: Some minor testing cleanupsWladimir J. van der Laan2016-12-087-67/+38
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | remove obsolete run-bitcoind-for-test.shAlex Morcos2016-12-043-38/+0
| * | | | | | | | | | | | | | | | | | | | | | remove relaypriority from rpc testsAlex Morcos2016-12-033-6/+6
| * | | | | | | | | | | | | | | | | | | | | | Reorder RPC tests for running timeAlex Morcos2016-12-031-23/+32
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge #9268: Fix rounding privacy leak introduced in #9260Pieter Wuille2016-12-061-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | Fix rounding privacy leak introduced in #9260Matt Corallo2016-12-021-1/+2
| |/ / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | Merge #9296: Fix missed change to WalletTx structureWladimir J. van der Laan2016-12-061-2/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | Fix missed change to WalletTx structureAlex Morcos2016-12-061-2/+1
|/ / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | Merge #9280: [Qt] Show ModalOverlay by pressing the progress bar, allow hidingJonas Schnelli2016-12-065-19/+46
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | [Qt] Show ModalOverlay by pressing the progress bar, disabled show() in sync ...Jonas Schnelli2016-12-055-19/+46
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge #9274: [qa] Use cached utxo set to fix performance regressionMarcoFalke2016-12-065-15/+29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | [qa] maxuploadtarget: Use cached utxo setMarcoFalke2016-12-051-2/+5
| * | | | | | | | | | | | | | | | | | | | [qa] pruning: Use cached utxo set to run fasterMarcoFalke2016-12-044-13/+24
* | | | | | | | | | | | | | | | | | | | | Merge #9194: Add option to return non-segwit serialization via rpcWladimir J. van der Laan2016-12-0611-13/+45
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Adapt ZMQ/rest serialization to take rpcserialversion arginstagibbs2016-12-052-4/+5
| * | | | | | | | | | | | | | | | | | | | Add option to return non-segwit serialization via rpcGregory Sanders2016-12-059-9/+40
|/ / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | Merge #9282: CMutableTransaction is defined as structWladimir J. van der Laan2016-12-051-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | CMutableTransaction is defined as struct.Pavel Janík2016-12-051-1/+1
| | |_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge #9165: SendMoney: use already-calculated balanceWladimir J. van der Laan2016-12-051-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | SendMoney: use already-calculated balanceinstagibbs2016-11-151-1/+1
* | | | | | | | | | | | | | | | | | | | Merge #9269: Align struct COrphan definitionWladimir J. van der Laan2016-12-052-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Align struct COrphan definitionPieter Wuille2016-12-052-0/+2
| | |_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge #8613: LevelDB 1.19Wladimir J. van der Laan2016-12-0552-372/+1942
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge in LevelDB 1.19 changesPieter Wuille2016-12-0152-372/+1942
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Squashed 'src/leveldb/' changes from 20ca81f..a31c8aaPieter Wuille2016-12-0152-372/+1942
* | | | | | | | | | | | | | | | | | | | Merge #9014: Fix block-connection performance regressionWladimir J. van der Laan2016-12-057-40/+60
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Document ConnectBlock connectTrace postconditionsMatt Corallo2016-12-041-0/+4
| * | | | | | | | | | | | | | | | | | | Switch pblock in ProcessNewBlock to a shared_ptrMatt Corallo2016-12-046-21/+20
| * | | | | | | | | | | | | | | | | | | Make the optional pblock in ActivateBestChain a shared_ptrMatt Corallo2016-12-043-9/+14
| * | | | | | | | | | | | | | | | | | | Create a shared_ptr for the block we're connecting in ActivateBCSMatt Corallo2016-12-041-8/+8
| * | | | | | | | | | | | | | | | | | | Keep blocks as shared_ptrs, instead of copying txn in ConnectTipMatt Corallo2016-12-041-9/+16
| * | | | | | | | | | | | | | | | | | | Add struct to track block-connect-time-generated info for callbacksMatt Corallo2016-12-041-14/+19
| | |_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge #8580: Make CTransaction actually immutableWladimir J. van der Laan2016-12-0528-292/+287
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | Make CTransaction actually immutablePieter Wuille2016-12-0210-140/+131
| * | | | | | | | | | | | | | | | | | | Make DecodeHexTx return a CMutableTransactionPieter Wuille2016-12-026-18/+17
| * | | | | | | | | | | | | | | | | | | Make CWalletTx store a CTransactionRef instead of inheritingPieter Wuille2016-12-0212-123/+128
| * | | | | | | | | | | | | | | | | | | Switch GetTransaction to returning a CTransactionRefPieter Wuille2016-12-024-11/+11
| |/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | Merge #9218: qt: Show progress overlay when clicking spinner iconJonas Schnelli2016-12-044-33/+39
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | qt: Show progress overlay when clicking spinner iconWladimir J. van der Laan2016-11-241-2/+4
| * | | | | | | | | | | | | | | | | | qt: Replace NetworkToggleStatusBarControl with generic ClickableLabelWladimir J. van der Laan2016-11-244-31/+35
* | | | | | | | | | | | | | | | | | | Merge #9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,...Pieter Wuille2016-12-0254-3081/+3147
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-0251-54/+54
| * | | | | | | | | | | | | | | | | | | Move network-msg-processing code out of main to its own fileMatt Corallo2016-12-0216-3028/+3096
| * | | | | | | | | | | | | | | | | | | Remove orphan state wipe from UnloadBlockIndex.Matt Corallo2016-12-011-2/+0
| | |/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge #9251: Improvement of documentation of command line parameter 'whitelist'MarcoFalke2016-12-021-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Improvement of documentation of command line parameter 'whitelist'wodry2016-11-301-1/+1