aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | Mark my dnsseed as supporting filteringPieter Wuille2016-06-231-1/+1
|/ / / / / / / / /
* | | | | | | | | 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
* | | | | | | | | | trivial: capitalize BIP32 in option helpWladimir J. van der Laan2016-06-233-9/+9
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge #8068: Compact BlocksWladimir J. van der Laan2016-06-2217-53/+1160
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | 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 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
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | 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
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge #7687: Stop treating importaddress'ed scripts as changeWladimir J. van der Laan2016-06-201-0/+7
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Stop treating importaddress'ed scripts as changePieter Wuille2016-06-021-0/+7
* | | | | | | | | | | | Merge #8210: [Qt] Bump to Qt5.6.1Wladimir J. van der Laan2016-06-201-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | / / / / / / / / | | |_|/ / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Only pass -lQt5PlatformSupport if >=Qt5.6Jonas Schnelli2016-06-201-0/+3
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* / | | | | | | | | [wallet] tests: Don't use floating pointMarcoFalke2016-06-171-21/+25
|/ / / / / / / / /
* | | | | | | | | Merge #7600: Mining: Select transactions using feerate-with-ancestorsPieter Wuille2016-06-163-1/+432
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add unit tests for ancestor feerate miningSuhas Daftuar2016-06-161-0/+109
| * | | | | | | | | Use ancestor-feerate based transaction selection for miningSuhas Daftuar2016-06-162-1/+323
* | | | | | | | | | Merge #7892: Add full UTF-8 support to RPCWladimir J. van der Laan2016-06-1611-37/+181
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Merge commit '60ab9b200654ef0914459711cf2b22be16be3dc2'Wladimir J. van der Laan2016-06-1011-37/+181
* | | | | | | | | | | Merge #8113: Rework addnode behaviourWladimir J. van der Laan2016-06-164-125/+115
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Randomize name lookup result in ConnectSocketByNamePieter Wuille2016-06-131-4/+4
| * | | | | | | | | | | Prevent duplicate connections where one is by name and another by ipPieter Wuille2016-06-131-0/+20