aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-17qt: Translation update for 0.20.1rc1v0.20.1rc1Wladimir J. van der Laan
2020-07-17doc: Regenerate man pages for 0.20.1rc1Wladimir J. van der Laan
2020-07-17build: Bump version to 0.20.1rc1Wladimir J. van der Laan
2020-07-17qt: Fix QFileDialog for static buildsHennadii Stepanov
2020-07-16Merge #19524: [0.20] Backport #19517 - Increment input value sum only once pe...Wladimir J. van der Laan
2020-07-15Increment input value sum only once per UTXO in decodepsbtAndrew Chow
2020-07-15Merge #19482: doc: move-only release notes for 0.20.1fanquake
2020-07-10Remove cached directories and associated script blocks from appveyor CI confi...Aaron Clauson
2020-07-10appveyor: Remove clcacheMarcoFalke
2020-07-10doc: move-only release notes for 0.20.1MarcoFalke
2020-07-10doc: Clear release notes for minor releaseMarcoFalke
2020-07-10Merge #19224: [0.20] Backportsfanquake
2020-07-08Clean up separated ban/discourage interfacePieter Wuille
2020-07-08Replace automatic bans with discouragement filterPieter Wuille
2020-07-03test: remove Cirrus CI FreeBSD jobfanquake
2020-07-03qa: Test concurrent wallet loadingJoão Barbosa
2020-07-03wallet: Handle concurrent wallet loadingJoão Barbosa
2020-07-03tests: Check that segwit inputs in psbt have both UTXO typesAndrew Chow
2020-07-03psbt: always put a non_witness_utxo and don't remove itAndrew Chow
2020-07-03psbt: Allow both non_witness_utxo and witness_utxoAndrew Chow
2020-07-03rpc: show both UTXOs in decodepsbtAndrew Chow
2020-06-09trivial: Suggested cleanups to surrounding codeRussell Yanofsky
2020-06-09wallet: Minimal fix to restore conflicted transaction notificationsRussell Yanofsky
2020-06-09Fix WSL file locking by using flock instead of fcntlSamuel Dobson
2020-06-09gui: update Qt base translations for macOS releasefanquake
2020-06-09build: improved output of configure for build OSsachinkm77
2020-06-09util: Don't reference errno when pthread fails.MIZUTA Takeshi
2020-06-04Merge #19170: [0.20] Add missing QPainterPath includeMarcoFalke
2020-06-04Add missing QPainterPath includeAndrew Chow
2020-06-02Merge #19019: [0.20] Fix GBT: Restore "!segwit" and "csv" to "rules" keyMarcoFalke
2020-06-02doc: Manpages update pre-finalv0.20.0Wladimir J. van der Laan
2020-06-02build: Set rc to 0 for -finalWladimir J. van der Laan
2020-06-02Merge #19138: doc: Merge 0.20.0 release notes from wikifanquake
2020-06-02doc: Merge 0.20.0 release notes from wikiWladimir J. van der Laan
2020-05-15build: Bump RC to rc2v0.20.0rc2Wladimir J. van der Laan
2020-05-15qt: Pre-rc2 translations updateWladimir J. van der Laan
2020-05-15Merge #18973: [0.20] Final backports for rc2MarcoFalke
2020-05-15test: disable script fuzz testsfanquake
2020-05-15fuzz: Remove enumeration of expected deserialization exceptions in ProcessMes...practicalswift
2020-05-15[net processing] Only send a getheaders for one block in an INVJohn Newbery
2020-05-15test: Remove const to work around compiler error on xenialWladimir J. van der Laan
2020-05-15miner: Avoid stack-use-after-return in validationinterfaceMarcoFalke
2020-05-15test: Add unregister_validation_interface_race testMarcoFalke
2020-05-15gui: Fix manual coin control with multiple wallets loadedJoão Barbosa
2020-05-15test: Add test for conflicted wallet tx notificationsRussell Yanofsky
2020-05-15rpc: Relock wallet only if most recent callbackJoão Barbosa
2020-05-15rpc: Add mutex to guard deadlineTimersJoão Barbosa
2020-05-15[docs] Improve commenting in ProcessGetData()John Newbery
2020-05-15[test] test that an invalid GETDATA doesn't prevent processing of future mess...Amiti Uttarwar
2020-05-15[net processing] ignore unknown INV types in GETDATA messagesAmiti Uttarwar