aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-06-22BIP141: Witness programPieter Wuille
2016-06-22BIP144: Serialization, hashes, relay (sender side)Pieter Wuille
2016-06-22Merge #8068: Compact BlocksWladimir J. van der Laan
2016-06-22Merge #8234: qt: Periodic transifex updateWladimir J. van der Laan
2016-06-22Merge #8231: [Qt] fix a bug where the SplashScreen will not be hidden during ...Wladimir J. van der Laan
2016-06-22Merge #8222: Enable mempool consistency checks in unit testsWladimir J. van der Laan
2016-06-21Fix some minor compact block issues that came up in reviewMatt Corallo
2016-06-21qt: Periodic transifex updateWladimir J. van der Laan
2016-06-21[Qt] fix a bug where the SplashScreen will not be hidden during startupJonas Schnelli
2016-06-21Fix LogPrint to LogPrintfTheLazieR Yip
2016-06-20Merge #8220: Stop trimming when mapTx is emptyWladimir J. van der Laan
2016-06-20Merge #8179: Evict orphans which are included or precluded by accepted blocks.Wladimir J. van der Laan
2016-06-20Merge #7687: Stop treating importaddress'ed scripts as changeWladimir J. van der Laan
2016-06-20Merge #8210: [Qt] Bump to Qt5.6.1Wladimir J. van der Laan
2016-06-20Only pass -lQt5PlatformSupport if >=Qt5.6Jonas Schnelli
2016-06-19Elaborate bucket size mathPieter Wuille
2016-06-19Use vTxHashes to optimize InitData significantlyMatt Corallo
2016-06-19Provide a flat list of txid/terators to txn in CTxMemPoolMatt Corallo
2016-06-19Add reconstruction debug loggingMatt Corallo
2016-06-19Get our "best three" peers to announce blocks using cmpctblocksMatt Corallo
2016-06-19Add ability to fetch CNode by NodeIdMatt Corallo
2016-06-19Add receiver-side protocol implementation for CMPCTBLOCK stuffMatt Corallo
2016-06-19Add sender-side protocol implementation for CMPCTBLOCK stuffMatt Corallo
2016-06-19Add protocol messages for short-ids blocksMatt Corallo
2016-06-19Add some blockencodings testsMatt Corallo
2016-06-19Add TestMemPoolEntryHelper::FromTx version for CTransactionMatt Corallo
2016-06-19Add partial-block block encodings APIMatt Corallo
2016-06-19Add COMPACTSIZE wrapper similar to VARINT for serializationMatt Corallo
2016-06-19Move context-required checks from CheckBlockHeader to Contextual...Matt Corallo
2016-06-19If AcceptBlockHeader returns true, pindex will be set.Matt Corallo
2016-06-19Stop trimming when mapTx is emptyPieter Wuille
2016-06-18Enable mempool consistency checks in unit testsPieter Wuille
2016-06-18Stop trimming when mapTx is emptyPieter Wuille
2016-06-17[wallet] tests: Don't use floating pointMarcoFalke
2016-06-16Merge #7600: Mining: Select transactions using feerate-with-ancestorsPieter Wuille
2016-06-16Add unit tests for ancestor feerate miningSuhas Daftuar
2016-06-16Use ancestor-feerate based transaction selection for miningSuhas Daftuar
2016-06-16Merge #7892: Add full UTF-8 support to RPCWladimir J. van der Laan
2016-06-16Merge #8113: Rework addnode behaviourWladimir J. van der Laan
2016-06-16Merge #8171: [RPC] Fix createrawtx sequence number unsigned int parsingWladimir J. van der Laan
2016-06-16Merge #8084: Add recently accepted blocks and txn to AttemptToEvictConnection.Wladimir J. van der Laan
2016-06-16Merge #8208: Do not set extra flags for unfiltered DNS seed resultsWladimir J. van der Laan
2016-06-16Merge #8207: [trivial] Add a link to the Bitcoin-Core repository and website ...Wladimir J. van der Laan
2016-06-16[doc] Add website links to about dialogMarcoFalke
2016-06-15Allow disconnecting a netgroup with only one member in eviction.Gregory Maxwell
2016-06-15Add recently accepted blocks and txn to AttemptToEvictConnection.Gregory Maxwell
2016-06-15Do not set extra flags for unfiltered DNS seed resultsPieter Wuille
2016-06-15Increase maximum orphan size to 100,000 bytes.Gregory Maxwell
2016-06-15Treat orphans as implicit inv for parents, discard when parents rejected.Gregory Maxwell
2016-06-15Adds an expiration time for orphan tx.Gregory Maxwell