aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 BIP 152 to implemented BIPs listMatt 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-18Merge #8215: [wallet] tests: Don't use floating pointMarcoFalke
2016-06-17Merge #8214: [qa] mininode: fail on send_message instead of silent returnMarcoFalke
2016-06-17[qa] mininode: fail on send_message instead of silent returnMarcoFalke
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-14Merge #7636: Add bitcoin address label to request payment QR codeJonas Schnelli
2016-06-14Merge #8198: [trivial] Sync ax_pthread with upstream draft4Wladimir J. van der Laan
2016-06-14Merge #8035: [Wallet] Add simplest BIP32/deterministic key generation impleme...Wladimir J. van der Laan
2016-06-14Merge #8194: [gitian] set correct PATH for wrappersWladimir J. van der Laan
2016-06-14Merge #8197: [trivial] Ignore split-debug.shWladimir J. van der Laan
2016-06-14Detect -usehd mismatches when wallet.dat already existsJonas Schnelli
2016-06-14Merge #8201: [qa] fundrawtransaction: Fix race, assert amountsWladimir J. van der Laan
2016-06-13Randomize name lookup result in ConnectSocketByNamePieter Wuille
2016-06-13Prevent duplicate connections where one is by name and another by ipPieter Wuille
2016-06-13Rework addnode behaviourPieter Wuille
2016-06-13[qa] fundrawtransaction: Fix race, assert amountsMarcoFalke
2016-06-13[qa] util: Move check_fee_amount out of wallet.pyMarcoFalke
2016-06-13Merge #7749: Enforce expected outbound servicesWladimir J. van der Laan
2016-06-13Introduce REQUIRED_SERVICES constantPieter Wuille
2016-06-13Introduce enum ServiceFlags for service flagsPieter Wuille
2016-06-13Don't require services in -addnodePieter Wuille