aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | [libconsensus] Script verification API with amountsThomas Kerin2016-06-223-7/+38
| * | | | | | | | | BIP141: Other consensus critical limits, and BIP145Pieter Wuille2016-06-2230-129/+337
| * | | | | | | | | [RPC] Return witness data in blockchain RPCsJohnson Lau2016-06-222-2/+22
| * | | | | | | | | BIP143: Verification logicPieter Wuille2016-06-2211-63/+131
| * | | | | | | | | Refactor script validation to observe amountsPieter Wuille2016-06-2213-36/+48
| * | | | | | | | | BIP144: Handshake and relay (receiver side)Pieter Wuille2016-06-226-9/+60
| * | | | | | | | | BIP141: Commitment structure and deploymentPieter Wuille2016-06-2213-13/+225
| * | | | | | | | | BIP141: Witness programPieter Wuille2016-06-2216-37/+201
| * | | | | | | | | BIP144: Serialization, hashes, relay (sender side)Pieter Wuille2016-06-2221-90/+339
| |/ / / / / / / /
* | | | | | | | | Merge #8256: BUG: bitcoin-qt crashWladimir J. van der Laan2016-06-241-0/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | check that transactionView->selectionModel()->selectedRows(0) existsfsb40002016-06-241-0/+2
| | |/ / / / / / / | |/| | | | | | |
* / | | | | | | | 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