< bitcoin-git> [bitcoin] hebasto opened pull request #20182: ci: Enable -Werror for Travis builds, and document exceptions (master...201018-error) https://github.com/bitcoin/bitcoin/pull/20182
< bitcoin-git> [bitcoin] fanquake pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/80c8a02f1b4f...c92aa8357c36
< bitcoin-git> bitcoin/master 9c47cb2 Neha Narula: [Rename only] Rename orphan_work_set to m_orphan_work_set.
< bitcoin-git> bitcoin/master 8803aee Neha Narula: Move m_orphan_work_set to net_processing
< bitcoin-git> bitcoin/master 673247b Neha Narula: Lock before checking if orphan_work_set is empty; indicate it is guarded
< bitcoin-git> [bitcoin] fanquake merged pull request #19911: net: guard vRecvGetData with cs_vRecv and orphan_work_set with g_cs_orphans (master...cs_vRecv) https://github.com/bitcoin/bitcoin/pull/19911
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c92aa8357c36...a1e0359618e3
< bitcoin-git> bitcoin/master 95fedd3 maskoficarus: refactor: Clean up -Wlogical-op warning
< bitcoin-git> bitcoin/master a1e0359 fanquake: Merge #19986: refactor: clean up -Wlogical-op warning in wallet/scriptpubk...
< bitcoin-git> [bitcoin] fanquake merged pull request #19986: refactor: clean up -Wlogical-op warning in wallet/scriptpubkeyman.cpp (master...master) https://github.com/bitcoin/bitcoin/pull/19986
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a1e0359618e3...62af467ff039
< bitcoin-git> bitcoin/master bd52151 Ethan Heilman: random: fixes read buffer resizing in RandAddSeedPerfmon
< bitcoin-git> bitcoin/master 62af467 fanquake: Merge #20082: [bugfix] random: fixes read buffer to use min rather than ma...
< bitcoin-git> [bitcoin] fanquake merged pull request #20082: [bugfix] random: fixes read buffer to use min rather than max (master...perfmon) https://github.com/bitcoin/bitcoin/pull/20082
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/62af467ff039...152ddb319758
< bitcoin-git> bitcoin/master 76bbcc4 Hennadii Stepanov: test: Fix -Wunused-function warning if configured --without-libs
< bitcoin-git> bitcoin/master 152ddb3 MarcoFalke: Merge #20180: test: Fix -Wunused-function warnings if configured --without...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20180: test: Fix -Wunused-function warnings if configured --without-libs (master...201018-unused) https://github.com/bitcoin/bitcoin/pull/20180
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/152ddb319758...d9d9a293520d
< bitcoin-git> bitcoin/master faca373 MarcoFalke: test: Fix intermittent issue in wallet_import_rescan
< bitcoin-git> bitcoin/master faab86f MarcoFalke: test: Fix intermittent issue in wallet_send
< bitcoin-git> bitcoin/master d9d9a29 MarcoFalke: Merge #20179: test: Fix intermittent issue in wallet_import_rescan
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20179: test: Fix intermittent issue in wallet_import_rescan (master...2010-testFixInt2) https://github.com/bitcoin/bitcoin/pull/20179
< hebasto> a kind reminder about the GUI repo pulls for 0.21.0 https://github.com/users/hebasto/projects/5 :)
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d9d9a293520d...4769942d901a
< bitcoin-git> bitcoin/master fa48405 MarcoFalke: Warn on unknown rw_settings
< bitcoin-git> bitcoin/master 4769942 MarcoFalke: Merge #19624: Warn on unknown rw_settings
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19624: Warn on unknown rw_settings (master...2007-settings) https://github.com/bitcoin/bitcoin/pull/19624
< bitcoin-git> [bitcoin] vasild reopened pull request #19763: net: don't try to relay to the address' originator (master...only_relay_to_unaware) https://github.com/bitcoin/bitcoin/pull/19763
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #20185: doc: Merge release notes (master...2010-docRelFinal) https://github.com/bitcoin/bitcoin/pull/20185
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4769942d901a...4f807348af58
< bitcoin-git> bitcoin/master fa38093 MarcoFalke: doc: Merge release notes
< bitcoin-git> bitcoin/master 4f80734 fanquake: Merge #20185: doc: Merge release notes
< bitcoin-git> [bitcoin] fanquake merged pull request #20185: doc: Merge release notes (master...2010-docRelFinal) https://github.com/bitcoin/bitcoin/pull/20185
< fanquake> harding: fyi, the 0.21 release notes are now up for editing the wiki: https://github.com/bitcoin-core/bitcoin-devwiki/wiki/0.21.0-Release-Notes-Draft
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4f807348af58...45385018e13e
< bitcoin-git> bitcoin/master c8abbc9 Jon Atack: p2p: declare Announcement::m_state as uint8_t, add getter/setter
< bitcoin-git> bitcoin/master 4538501 MarcoFalke: Merge #20162: p2p: declare Announcement::m_state as uint8_t, add getter/se...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20162: p2p: declare Announcement::m_state as uint8_t, add getter/setter (master...bitfield-too-small-warning) https://github.com/bitcoin/bitcoin/pull/20162
< bitcoin-git> [bitcoin] ryanofsky opened pull request #20186: wallet: Make -wallet setting not create wallets (master...pr/nowa) https://github.com/bitcoin/bitcoin/pull/20186
< harding> fanquake: thanks!
< bitcoin-git> [bitcoin] sdaftuar opened pull request #20187: Addrman: test-before-evict bugfix and improvements for block-relay-only peers (master...2020-10-addrman-block-relay) https://github.com/bitcoin/bitcoin/pull/20187
< bitcoin-git> [bitcoin] practicalswift opened pull request #20188: tests: Add fuzzing harness for CConnman (master...fuzzers-connman) https://github.com/bitcoin/bitcoin/pull/20188
< bitcoin-git> [bitcoin] practicalswift closed pull request #20122: Make Assert(…) usable in all contexts. Make implicit assumptions explicit. (master...Assert) https://github.com/bitcoin/bitcoin/pull/20122
< bitcoin-git> [bitcoin] sipa opened pull request #20189: Switch to BIP341's suggested scheme for outputs without script (master...202010_taproot_std_noscript) https://github.com/bitcoin/bitcoin/pull/20189
< yanmaani> > DEPRECATED: for now, it (getrawtransaction) also works for transactions with unspent outputs
< yanmaani> can I rely on this? If not, what's the option?
< bitcoin-git> [bitcoin] RandyMcMillan opened pull request #20190: net: Hardcoded seeds update for 0.20.1 (master...seeds) https://github.com/bitcoin/bitcoin/pull/20190
< sipa> luke-jr, jonasschnelli, emzy: you'll want update bitcoin-seeder (or forward port the patch), see https://github.com/sipa/bitcoin-seeder/issues/86
< bitcoin-git> [bitcoin] meshcollider pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/45385018e13e...f5bd46a4cc6d
< bitcoin-git> bitcoin/master 5e737a0 João Barbosa: rpc, wallet: Expose database format in getwalletinfo
< bitcoin-git> bitcoin/master 624bab0 Jon Atack: test: add coverage for getwalletinfo format field
< bitcoin-git> bitcoin/master f5bd46a Samuel Dobson: Merge #20125: rpc, wallet: Expose database format in getwalletinfo
< bitcoin-git> [bitcoin] meshcollider merged pull request #20125: rpc, wallet: Expose database format in getwalletinfo (master...2020-10-walletinfoformat) https://github.com/bitcoin/bitcoin/pull/20125