aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-19Merge #14262: 0.15.2 release notes, manpage and version bumpv0.15.2Wladimir J. van der Laan
2018-09-19doc: Update manpages for 0.15.2Sjors Provoost
2018-09-19build: Bump version to 0.15.2Sjors Provoost
2018-09-19doc: 0.15.2 release notesSjors Provoost
2018-09-18Fix crash bug with duplicate inputs within a transactionSuhas Daftuar
2018-07-11Merge #13574: [0.15] backport depends: Update Qt download urlWladimir J. van der Laan
2018-06-30depends: Update Qt download urlfanquake
2018-05-15Merge #13093: [0.15] backport: depends qt patchesWladimir J. van der Laan
2018-04-27depends: Fix Qt build with XCode 9.3fanquake
2018-04-27[Depends] Fix Qt build with Xcode 9.2fanquake
2018-01-03Merge #12032: [backport] #11847 Make boost::multi_index comparators constWladimir J. van der Laan
2017-12-27Make boost::multi_index comparators constSuhas Daftuar
2017-12-17Merge #11647: 0.15: BackportsWladimir J. van der Laan
2017-11-20Merge #11662: [0.15] Sanity-check script sizes in bitcoin-txWladimir J. van der Laan
2017-11-13contrib/init: Update openrc-run filenameLuke Dashjr
2017-11-11Doc: Clean out release notes after 0.15.1Wladimir J. van der Laan
2017-11-11Sanity-check script sizes in bitcoin-txMatt Corallo
2017-11-09Wrap dumpwallet warning and note scripts aren't dumpedMeshCollider
2017-11-09Add wallet backup text to import*, add* and dumpwallet RPCsMeshCollider
2017-11-06Merge #11610: [0.15] Update release notes for 0.15.1v0.15.1Wladimir J. van der Laan
2017-11-06Update release notes for 0.15.1MeshCollider
2017-11-05doc: Fill in 0.15.1 changelog and authors in release notesWladimir J. van der Laan
2017-11-03Merge #11592: 0.15: Backportsv0.15.1rc1Pieter Wuille
2017-11-03Add test for multiwallet batch RPC callsRussell Yanofsky
2017-11-03Add missing batch rpc calls to python coverage logsRussell Yanofsky
2017-11-03Add missing multiwallet rpc calls to python coverage logsRussell Yanofsky
2017-11-03Make AuthServiceProxy._batch method usableRussell Yanofsky
2017-11-03Limit AuthServiceProxyWrapper.__getattr__ wrappingRussell Yanofsky
2017-11-03Fix uninitialized URI in batch RPC requestsRussell Yanofsky
2017-11-03[Wallet] always show help-line of wallet encryption callsJonas Schnelli
2017-11-02rpc: further constrain the libevent workaroundCory Fields
2017-11-02rpc: work-around an upstream libevent bugCory Fields
2017-11-02build: Bump version to 0.15.1Wladimir J. van der Laan
2017-11-02Add unit test for stale tip checkingSuhas Daftuar
2017-11-02Add CConnmanTest to mutate g_connman in testsJoão Barbosa
2017-11-02Connect to an extra outbound peer if our tip is staleSuhas Daftuar
2017-11-02Track tip update time and last new block announcement from each peerSuhas Daftuar
2017-11-02net: Allow connecting to extra outbound peersSuhas Daftuar
2017-11-02Add release notes describing blockmaxweight deprecationMatt Corallo
2017-11-02Use a sensible default for blockmaxweightMatt Corallo
2017-11-02Deprecate confusing blockmaxsize, fix getmininginfo outputMatt Corallo
2017-11-02Fix minchainwork test for 0.15 backportSuhas Daftuar
2017-11-02Make p2p-acceptablock not an extended testMatt Corallo
2017-11-02[qa] test that invalid blocks on an invalid chain get a disconnectMatt Corallo
2017-11-02Reject headers building on invalid chains by tracking invalidityMatt Corallo
2017-11-02Accept unrequested blocks with work equal to our tipMatt Corallo
2017-11-02Stop always storing blocks from whitelisted peersMatt Corallo
2017-11-02Rewrite p2p-acceptblock in preparation for slight behavior changesMatt Corallo
2017-11-02net: Add missing lock in ProcessHeadersMessage(...)practicalswift
2017-11-02Disconnect outbound peers relaying invalid headersSuhas Daftuar