aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-30gui: Reject edit address dialog when key escape is pressedJoão Barbosa
2018-07-30gui: Add GUIUtil::ItemDelegate with keyEscapePressed signalJoão Barbosa
2018-07-30Merge #13814: Add BIP174 to list of implemented BIPsMarcoFalke
2018-07-30Add BIP174 to list of implemented BIPsPieter Wuille
2018-07-30Merge #13786: refactor: Avoid locking tx pool cs thriceMarcoFalke
2018-07-31wallet: sum ancestors rather than taking max in output groupsKarl-Johan Alm
2018-07-30doc: Fix chainTxData commentMarcoFalke
2018-07-30Merge #13779: travis: improve readability of travis.yml and log outputsMarcoFalke
2018-07-30use travis:fold in test script stepsJulian Fleischer
2018-07-30contrib: Remove debian and rpm subfoldersMarcoFalke
2018-07-30Merge #13782: Fix osslsigncode compile issue in gitian-buildMarcoFalke
2018-07-30Merge #13806: qa: Fix bench/block_assemble assert failureMarcoFalke
2018-07-30[qa] Add test for too-large wallet output groupsSuhas Daftuar
2018-07-30Acquire cs_main before ATMP call in block_assemble benchJames O'Beirne
2018-07-30Merge #13803: doc: add note to contributor docs about warranted PR'sMarcoFalke
2018-07-30doc: add note to contributor docs about warranted PR'sKarl-Johan Alm
2018-07-30Fix osslsigncode compile issue in gitian-buildChun Kuan Lee
2018-07-30[wallet] correctly limit output group sizeSuhas Daftuar
2018-07-30Merge #13554: Remove unused function argumentsWladimir J. van der Laan
2018-07-30Merge #13764: contrib: Fix test-security-check fail in Ubuntu 18.04Wladimir J. van der Laan
2018-07-30Report when unknown config file options are ignoredPieter Wuille
2018-07-29chainparams: Update with data from assumed valid chainMarcoFalke
2018-07-29doc: Add historical release notes for 0.16.2Wladimir J. van der Laan
2018-07-29Add aarch64 qt depends support for cross compiling bitcoin-qtTheCharlatan
2018-07-29Merge #13732: Depends: Fix Qt's rcc determinismMarcoFalke
2018-07-29refactor: Avoid locking tx pool cs thriceMarcoFalke
2018-07-29Merge #13774: Return void instead of bool for functions that cannot failMarcoFalke
2018-07-27Support h instead of ' in hardened descriptor pathsPieter Wuille
2018-07-27Add experimental warning to scantxoutsetJonas Schnelli
2018-07-27[QA] Extend tests to more combinationsPieter Wuille
2018-07-27[QA] Add xpub range tests in scantxoutset testsJonas Schnelli
2018-07-27Swap in descriptors support into scantxoutsetPieter Wuille
2018-07-27Descriptor testsPieter Wuille
2018-07-27Output descriptors modulePieter Wuille
2018-07-27Add simple FlatSigningProviderPieter Wuille
2018-07-27Add more methods to Span classPieter Wuille
2018-07-27Merge #13775: doc: Remove newlines from error messageMarcoFalke
2018-07-27Fix accidental use of the addition assignment operator ("+="). Remove newline...practicalswift
2018-07-27Merge #13771: travis: Retry to fetch docker imageMarcoFalke
2018-07-27Merge #13711: [bench] Add benchmark for unserialize prevectorMarcoFalke
2018-07-27Return void instead of bool for functions that cannot failpracticalswift
2018-07-27qt: Set BLOCK_CHAIN_SIZE = 220DrahtBot
2018-07-27Regenerate manpagesDrahtBot
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-27make .travis/yml a bit more readableJulian Fleischer
2018-07-27net: Add missing verification of IPv6 address in CNetAddr::GetIn6Addr(...)practicalswift
2018-07-26Merge #13773: wallet: Fix accidental use of the comma operatorMarcoFalke
2018-07-26wallet: Fix accidental use of the comma operatorpracticalswift
2018-07-26travis: Retry to fetch docker imageMarcoFalke
2018-07-26Merge #13423: [net] Thread safety annotations in net_processingWladimir J. van der Laan