aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-06util: Add StripRedundantLastElementsOfPath functionHennadii Stepanov
2020-11-06macOS deploy: use the new plistlib APIJonas Schnelli
2020-10-30build: fix mutex detection when building bdb on macOSfanquake
2020-10-23random: fixes read buffer resizing in RandAddSeedPerfmonEthan Heilman
2020-10-19net: Send post-verack handshake messages at most onceMarcoFalke
2020-10-16rpc: Adjust witness-tx deserialize error messageMarcoFalke
2020-10-16rpc: Properly deserialize txs with witness before signingMarcoFalke
2020-10-16Avoid the use of abs64 in timedataPieter Wuille
2020-10-16docs: Correct description for getblockstats's txs fieldNadav Ivgi
2020-10-13Merge #20142: [0.20] build: set minimum required Boost to 1.48.0MarcoFalke
2020-10-13build: set minimum required Boost to 1.48.0fanquake
2020-09-24Merge #20008: [Backport] #19839 and #19842 to v0.20Wladimir J. van der Laan
2020-09-24Update the vcpkg checkout commit ID in appveyor config.Aaron Clauson
2020-09-24Set appveyor vm version to previous Visual Studio 2019 release.Aaron Clauson
2020-09-04Merge #19680: 0.20: Add txids with non-standard inputs to reject filterfanquake
2020-08-07test addition of unknown segwit spends to txid reject filterGregory Sanders
2020-08-07Add txids with non-standard inputs to reject filterSuhas Daftuar
2020-08-01Merge #19636: doc: Update 0.20.1 release notes with psbt changesWladimir J. van der Laan
2020-07-31doc: Update 0.20.1 release notes with psbt changesAndrew Chow
2020-07-31build: Bump version to 0.20.1-finalv0.20.1Wladimir J. van der Laan
2020-07-28Merge #19612: [0.20] lint: fix shellcheck URL in CI installMarcoFalke
2020-07-28[0.20] lint: fix shellcheck URL in CI installfanquake
2020-07-23doc: Add changelog and authors to release notes for 0.20.1Wladimir J. van der Laan
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