< bitcoin-git>
[bitcoin] practicalswift opened pull request #16238: build: Reduce accumulated max memory usage (RSS) during build by 1% (-800 MB) by not including unused C++ standard library headers (master...c++-standard-library-headers) https://github.com/bitcoin/bitcoin/pull/16238
< bitcoin-git>
[bitcoin] achow101 opened pull request #16237: Have the wallet give out addresses instead of keys (master...cwallet-getnewaddr) https://github.com/bitcoin/bitcoin/pull/16237
< bitcoin-git>
[bitcoin] sipsorcery opened pull request #16235: Cleaned up and consolidated msbuild files (no code changes) (master...vs2019) https://github.com/bitcoin/bitcoin/pull/16235
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #16092: Don't use global (external) symbols for symbols that are used in only one translation unit (master...reduce-global-namespacing) https://github.com/bitcoin/bitcoin/pull/16092
< bitcoin-git>
[bitcoin] laanwj merged pull request #15651: torcontrol: Use the default/standard network port for Tor hidden services, even if the internal port is set differently (master...tor_standard_port) https://github.com/bitcoin/bitcoin/pull/15651
< bitcoin-git>
[bitcoin] achow101 closed pull request #16022: Don't sign when segwit signatures are being used and the pubkey(s) are uncompressed (master...dont-sign-uncomp-segwit) https://github.com/bitcoin/bitcoin/pull/16022
< bitcoin-git>
[bitcoin] promag opened pull request #16231: gui: Fix open wallet menu initialization order (master...2019-06-fix-open-menu) https://github.com/bitcoin/bitcoin/pull/16231
< bitcoin-git>
[bitcoin] meshcollider merged pull request #15899: rpc: Document iswitness flag and fix bug in converttopsbt (master...1904-docIsWitness) https://github.com/bitcoin/bitcoin/pull/15899
< bitcoin-git>
[bitcoin] luke-jr opened pull request #16228: Bugfix: make check: Only run tests that were compiled (master...bugfix_raii_check_fail) https://github.com/bitcoin/bitcoin/pull/16228
< bitcoin-git>
[bitcoin] darosior closed pull request #15848: Add a check for free disk space at first startup. (master...check_free_disk_size) https://github.com/bitcoin/bitcoin/pull/15848
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #16217: getrawtransaction: inform about blockhash argument when lookup fails (master...getrawtransaction_error_blockhash) https://github.com/bitcoin/bitcoin/pull/16217
< bitcoin-git>
bitcoin/master c59e3a3 darosior: getrawtransaction: inform about blockhash argument when lookup fails
< bitcoin-git>
bitcoin/master fce4123 MarcoFalke: Merge #16217: getrawtransaction: inform about blockhash argument when look...
< bitcoin-git>
[bitcoin] laanwj closed pull request #16204: rpc: Change Content-Type to plain text for the webroot (master...patch-emilengler) https://github.com/bitcoin/bitcoin/pull/16204
< bitcoin-git>
[bitcoin] laanwj opened pull request #16223: devtools: Fetch and display ACKs at sign-off time in github-merge (master...2019_06_contrib_acks) https://github.com/bitcoin/bitcoin/pull/16223
< bitcoin-git>
[bitcoin] fanquake closed pull request #12040: fix: add support for CORS headers and pre-flight request (master...http-options-pre-flight) https://github.com/bitcoin/bitcoin/pull/12040
< bitcoin-git>
[bitcoin] practicalswift opened pull request #16221: tests: Mark test coins_tests/updatecoins_simulation_test as non-deterministic (master...updatecoins_simulation_test) https://github.com/bitcoin/bitcoin/pull/16221
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #16026: Ensure that uncompressed public keys in a multisig always returns a legacy address (master...dont-sw-ms-uncomp) https://github.com/bitcoin/bitcoin/pull/16026
< bitcoin-git>
[bitcoin] MarcoFalke reopened pull request #16026: Ensure that uncompressed public keys in a multisig always returns a legacy address (master...dont-sw-ms-uncomp) https://github.com/bitcoin/bitcoin/pull/16026
< bitcoin-git>
[bitcoin] practicalswift opened pull request #16212: addrdb: Remove temporary files created in SerializeFileDB. Fixes non-determinism in unit tests. (master...SerializeFileDB-non-determinism) https://github.com/bitcoin/bitcoin/pull/16212
< bitcoin-git>
[bitcoin] fanquake merged pull request #16201: devtools: Always use unabbreviated commit IDs in github-merge.py (master...2019_06_ghmerge_unabbrev) https://github.com/bitcoin/bitcoin/pull/16201
< bitcoin-git>
[bitcoin] emilengler opened pull request #16204: Change Content-Type to plain text for the webroot (master...patch-emilengler) https://github.com/bitcoin/bitcoin/pull/16204
< bitcoin-git>
bitcoin/0.17 05fb9f7 MarcoFalke: build with -fstack-reuse=none
< bitcoin-git>
bitcoin/0.17 b5a4abe Pieter Wuille: Add test for GCC bug 90348
< bitcoin-git>
bitcoin/0.17 c165df1 Wladimir J. van der Laan: Merge #16163: 0.17.2 backport: build with -fstack-reuse=none and test cas...
< bitcoin-git>
[bitcoin] laanwj merged pull request #16163: 0.17.2 backport: build with -fstack-reuse=none and test case (0.17...backport_stack_reuse_none_017) https://github.com/bitcoin/bitcoin/pull/16163
< bitcoin-git>
bitcoin/master 75485ef João Barbosa: gui: Enable open wallet menu on setWalletController
< bitcoin-git>
bitcoin/master afab131 fanquake: Merge #16118: gui: Enable open wallet menu on setWalletController
< bitcoin-git>
[bitcoin] laanwj opened pull request #16201: devtools: Always use unabbreviated commit IDs in github-merge.py (master...2019_06_ghmerge_unabbrev) https://github.com/bitcoin/bitcoin/pull/16201
< bitcoin-git>
[bitcoin] shannon1916 opened pull request #16199: rpc: fix showing wrong amount when not all inputs are from me in gettransaction (master...master) https://github.com/bitcoin/bitcoin/pull/16199
< bitcoin-git>
bitcoin/master 23163b7 Suhas Daftuar: Add an explicit memory bound to m_tx_process_time
< bitcoin-git>
bitcoin/master e32e084 Suhas Daftuar: Remove NOTFOUND transactions from in-flight data structures
< bitcoin-git>
[bitcoin] jkczyz opened pull request #16195: util: Use void* throughout support/lockedpool.h (master...2019-06-arena-key) https://github.com/bitcoin/bitcoin/pull/16195
< bitcoin-git>
[bitcoin] jamesob opened pull request #16194: refactor: share blockmetadata with BlockManager (master...2019-06-au-blockman) https://github.com/bitcoin/bitcoin/pull/16194
< bitcoin-git>
[bitcoin] gertjaap opened pull request #16192: Catches situations where capping on maxtxfee drops the fee too low (master...issue-10122) https://github.com/bitcoin/bitcoin/pull/16192
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #16189: 0.18: Backport "Add -ignorepartialspends to list of ignored wallet options" (0.18...1906-18Backport) https://github.com/bitcoin/bitcoin/pull/16189
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #16188: net: Document what happens to getdata of unknonw type (master...1906-netGetData) https://github.com/bitcoin/bitcoin/pull/16188
< bitcoin-git>
[bitcoin] Empact opened pull request #16186: doc/lint: Fix spelling errors identified by codespell 1.15.0 (master...codespell-errors) https://github.com/bitcoin/bitcoin/pull/16186
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #16143: tests: Mark unit test blockfilter_index_initial_sync as non-deterministic (master...non-determinism-in-blockfilter_index_initial_sync) https://github.com/bitcoin/bitcoin/pull/16143
< bitcoin-git>
bitcoin/master c061be1 practicalswift: tests: Mark unit test blockfilter_index_initial_sync as non-deterministic
< bitcoin-git>
bitcoin/master 6899ef3 MarcoFalke: Merge #16143: tests: Mark unit test blockfilter_index_initial_sync as non-...
2019-06-10
< bitcoin-git>
[bitcoin] darosior opened pull request #16185: gettransaction: add an argument to decode the transaction (master...decode_tx_gettransaction) https://github.com/bitcoin/bitcoin/pull/16185
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #16166: Simplify header analysis/reasoning by splitting core_io.h into the expected core_read.h/core_write.h (matching core_read.cpp/core_write.cpp) (master...core_io.cpp) https://github.com/bitcoin/bitcoin/pull/16166
2019-06-09
< bitcoin-git>
[bitcoin] TheBlueMatt closed pull request #16174: Add a new peer state tracking class to reduce cs_main contention. (master...2019-06-net-processing-no-main-start) https://github.com/bitcoin/bitcoin/pull/16174
< bitcoin-git>
[bitcoin] TheBlueMatt opened pull request #16174: Add a new peer state tracking class to reduce cs_main contention. (master...2019-06-net-processing-no-main-start) https://github.com/bitcoin/bitcoin/pull/16174
< bitcoin-git>
bitcoin/master e4e2b28 Jon Atack: doc: clarify support in SECURITY.md
< bitcoin-git>
bitcoin/master d7c0542 Jon Atack: doc: update release process with SECURITY.md
< bitcoin-git>
bitcoin/master 8a503a6 Wladimir J. van der Laan: Merge #16164: doc: update release process for SECURITY.md
< bitcoin-git>
[bitcoin] laanwj merged pull request #16162: scripts: add key for Michael Ford (fanquake) to trusted keys list (master...fanquake_trusted_key) https://github.com/bitcoin/bitcoin/pull/16162
< bitcoin-git>
[bitcoin] laanwj merged pull request #15024: Allow specific private keys to be derived from descriptor (master...201812_descriptor_keys) https://github.com/bitcoin/bitcoin/pull/15024
< bitcoin-git>
[bitcoin] laanwj closed pull request #15969: Refactor: explicit VerifyScript control flow based on pattern matching (master...explicit-verifyscript) https://github.com/bitcoin/bitcoin/pull/15969
< bitcoin-git>
bitcoin/master bc8863b fanquake: depends: remove usage of TAR_OPTIONS
< bitcoin-git>
bitcoin/master af05f36 Wladimir J. van der Laan: Merge #16141: build: remove GZIP export from gitian descriptors
< bitcoin-git>
[bitcoin] jonatack opened pull request #16164: doc: update release process for SECURITY.md (master...add-security-doc-to-release-process) https://github.com/bitcoin/bitcoin/pull/16164
< bitcoin-git>
[bitcoin] fanquake opened pull request #16163: backport: build with -fstack-reuse=none and test case (0.17...backport_stack_reuse_none_017) https://github.com/bitcoin/bitcoin/pull/16163
< bitcoin-git>
[bitcoin] fanquake opened pull request #16162: scripts: add key for Michael Ford (fanquake) to trusted keys list (master...fanquake_trusted_key) https://github.com/bitcoin/bitcoin/pull/16162
2019-06-06
< bitcoin-git>
[bitcoin] jkczyz opened pull request #16161: Trivial: Fix compilation errors in support/lockedpool.cpp (master...2019-06-arena-walk) https://github.com/bitcoin/bitcoin/pull/16161
< bitcoin-git>
[bitcoin] laanwj closed pull request #15975: univalue: Drop overloaded members (master...2019-05-drop-univalue-overloads) https://github.com/bitcoin/bitcoin/pull/15975
< bitcoin-git>
bitcoin/master 8be3f30 Carl Dong: netaddress: Update CNetAddr for ORCHIDv2
< bitcoin-git>
bitcoin/master fc6cbc3 Wladimir J. van der Laan: Merge #15689: netaddress: Update CNetAddr for ORCHIDv2
< bitcoin-git>
[bitcoin] real-or-random opened pull request #16158: Fix logic of memory_cleanse() on MSVC and clean up docs (master...cleanup-cleanse) https://github.com/bitcoin/bitcoin/pull/16158
< bitcoin-git>
[bitcoin] Sjors closed pull request #15487: [WIP] descriptor based wallet serialization and import (master...2019/02/descriptor-wallet) https://github.com/bitcoin/bitcoin/pull/15487
< bitcoin-git>
bitcoin/master 6f7f141 JeremyRand: Add riscv64 to outputs list in release-process.md
< bitcoin-git>
bitcoin/master 51858c5 MarcoFalke: Merge #16139: Docs: Add riscv64 to outputs list in release-process.md
< bitcoin-git>
[bitcoin] promag opened pull request #16145: gui: Prevent idle sleep if in macos while in IBD (master...2019-06-prevent-idle-sleep-ibd) https://github.com/bitcoin/bitcoin/pull/16145
< bitcoin-git>
[bitcoin] mrwhythat opened pull request #16144: wallet: do not encrypt wallets with disabled private keys (master...encrypt-watchonly) https://github.com/bitcoin/bitcoin/pull/16144
< bitcoin-git>
[bitcoin] practicalswift opened pull request #16143: tests: Mark unit test blockfilter_index_initial_sync as non-deterministic (master...non-determinism-in-blockfilter_index_initial_sync) https://github.com/bitcoin/bitcoin/pull/16143
2019-06-03
< bitcoin-git>
[bitcoin] promag closed pull request #16019: refactor: Move result instead of copy in Solver() (master...2019-05-solver-nit) https://github.com/bitcoin/bitcoin/pull/16019
< bitcoin-git>
[bitcoin] laanwj merged pull request #16124: tests: Limit Python linting to files in the repo (master...lint-inside-repo) https://github.com/bitcoin/bitcoin/pull/16124