aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* check that transactionView->selectionModel()->selectedRows(0) existsfsb40002016-06-241-0/+2
* Merge #8204: Update petertodd's testnet seedWladimir J. van der Laan2016-06-231-1/+1
|\
| * Update petertodd's testnet seedPeter Todd2016-06-151-1/+1
* | Merge #8246: trivial: capitalize BIP32 in option helpWladimir J. van der Laan2016-06-233-9/+9
|\ \
| * | trivial: capitalize BIP32 in option helpWladimir J. van der Laan2016-06-233-9/+9
|/ /
* | Merge #8233: Mention Linux ARM executables in release process and notesWladimir J. van der Laan2016-06-223-3/+31
|\ \
| * | depends: Mention aarch64 as common cross-compile targetWladimir J. van der Laan2016-06-221-1/+2
| * | doc: Mention Linux ARM builds in release notesWladimir J. van der Laan2016-06-211-0/+20
| * | doc: Mention ARM executables in release processWladimir J. van der Laan2016-06-211-2/+9
* | | Merge #8068: Compact BlocksWladimir J. van der Laan2016-06-2218-53/+1161
|\ \ \
| * | | Fix some minor compact block issues that came up in reviewMatt Corallo2016-06-211-3/+3
| * | | Elaborate bucket size mathPieter Wuille2016-06-191-4/+10
| * | | Use vTxHashes to optimize InitData significantlyMatt Corallo2016-06-191-3/+5
| * | | Provide a flat list of txid/terators to txn in CTxMemPoolMatt Corallo2016-06-192-1/+18
| * | | Add BIP 152 to implemented BIPs listMatt Corallo2016-06-191-0/+1
| * | | Add reconstruction debug loggingMatt Corallo2016-06-192-1/+16
| * | | Get our "best three" peers to announce blocks using cmpctblocksMatt Corallo2016-06-191-0/+29
| * | | Add ability to fetch CNode by NodeIdMatt Corallo2016-06-192-2/+13
| * | | Add receiver-side protocol implementation for CMPCTBLOCK stuffMatt Corallo2016-06-191-8/+207
| * | | Add sender-side protocol implementation for CMPCTBLOCK stuffMatt Corallo2016-06-191-15/+95
| * | | Add protocol messages for short-ids blocksMatt Corallo2016-06-193-5/+44
| * | | Add some blockencodings testsMatt Corallo2016-06-192-0/+316
| * | | Add TestMemPoolEntryHelper::FromTx version for CTransactionMatt Corallo2016-06-192-1/+6
| * | | Add partial-block block encodings APIMatt Corallo2016-06-193-0/+365
| * | | Add COMPACTSIZE wrapper similar to VARINT for serializationMatt Corallo2016-06-191-0/+23
| * | | Move context-required checks from CheckBlockHeader to Contextual...Matt Corallo2016-06-192-17/+17
| * | | If AcceptBlockHeader returns true, pindex will be set.Matt Corallo2016-06-191-3/+3
| * | | Stop trimming when mapTx is emptyPieter Wuille2016-06-191-1/+1
* | | | Merge #8234: qt: Periodic transifex updateWladimir J. van der Laan2016-06-2269-2435/+11482
|\ \ \ \
| * | | | qt: Periodic transifex updateWladimir J. van der Laan2016-06-2169-2435/+11482
| | |/ / | |/| |
* | | | Merge #8231: [Qt] fix a bug where the SplashScreen will not be hidden during ...Wladimir J. van der Laan2016-06-221-0/+5
|\ \ \ \
| * | | | [Qt] fix a bug where the SplashScreen will not be hidden during startupJonas Schnelli2016-06-211-0/+5
* | | | | Merge #8222: Enable mempool consistency checks in unit testsWladimir J. van der Laan2016-06-221-0/+1
|\ \ \ \ \
| * | | | | Enable mempool consistency checks in unit testsPieter Wuille2016-06-181-0/+1
| | |_|/ / | |/| | |
* | | | | Merge #8229: [Doc] Update OS X build notes for 10.11 SDKWladimir J. van der Laan2016-06-213-28/+24
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | [Doc] Update OS X build notes for 10.11 SDKfanquake2016-06-203-28/+24
* | | | | Merge #8216: [qa] assert 'changePosition out of bounds'Wladimir J. van der Laan2016-06-212-77/+29
|\ \ \ \ \
| * | | | | [qa] pull-tester: Start longest test firstMarcoFalke2016-06-201-1/+2
| * | | | | [qa] pull-tester: Fix assertion and check for run_parallelMarcoFalke2016-06-171-2/+2
| * | | | | [qa] fundrawtransaction: Create get_unspent()MarcoFalke2016-06-171-74/+19
| * | | | | [qa] assert 'changePosition out of bounds'MarcoFalke2016-06-171-0/+6
* | | | | | Fix LogPrint to LogPrintfTheLazieR Yip2016-06-211-1/+1
* | | | | | Merge #8220: Stop trimming when mapTx is emptyWladimir J. van der Laan2016-06-201-1/+1
|\ \ \ \ \ \
| * | | | | | Stop trimming when mapTx is emptyPieter Wuille2016-06-181-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge #8179: Evict orphans which are included or precluded by accepted blocks.Wladimir J. van der Laan2016-06-203-32/+108
|\ \ \ \ \ \
| * | | | | | Increase maximum orphan size to 100,000 bytes.Gregory Maxwell2016-06-152-4/+4
| * | | | | | Treat orphans as implicit inv for parents, discard when parents rejected.Gregory Maxwell2016-06-151-6/+22
| * | | | | | Adds an expiration time for orphan tx.Gregory Maxwell2016-06-152-1/+26
| * | | | | | This eliminates the primary leak that causes the orphan map toGregory Maxwell2016-06-101-0/+21
| * | | | | | Track orphan by prev COutPoint rather than prev hashPieter Wuille2016-06-101-22/+36