2020-07-30

< bitcoin-git> bitcoin/master 17de75b Wladimir J. van der Laan: Merge #19590: p2p, refactor: add `CInv` transaction message helpers; use i...
< bitcoin-git> bitcoin/master c251d71 Jon Atack: p2p, refactoring: use CInv helpers in net_processing.cpp
< bitcoin-git> bitcoin/master 4254cd9 Jon Atack: p2p: add CInv transaction message helper methods
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/4ebe2f6e752c...17de75b02814
< bitcoin-git> [bitcoin] laanwj merged pull request #18011: Replace current benchmarking framework with nanobench (master...2019-10-nanobench) https://github.com/bitcoin/bitcoin/pull/18011
< bitcoin-git> bitcoin/master 4ebe2f6 Wladimir J. van der Laan: Merge #18011: Replace current benchmarking framework with nanobench
< bitcoin-git> bitcoin/master 78c312c Martin Ankerl: Replace current benchmarking framework with nanobench
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2a784723f0c0...4ebe2f6e752c
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #19624: Interpret and validate rw_settings (master...2007-settings) https://github.com/bitcoin/bitcoin/pull/19624
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19597: test: test decodepsbt fee calculation (count input value only once per UTXO) (master...20200726-test-check-deceodepsbt-fee-calculation) https://github.com/bitcoin/bitcoin/pull/19597
< bitcoin-git> bitcoin/master 2a78472 MarcoFalke: Merge #19597: test: test decodepsbt fee calculation (count input value onl...
< bitcoin-git> bitcoin/master 82dee87 Sebastian Falbesoner: test: test decodepsbt fee calculation (count input value only once per UTX...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/149eca433d80...2a784723f0c0
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19599: test: clean message_count and last_message (master...2020-07-clean-message_count) https://github.com/bitcoin/bitcoin/pull/19599
< bitcoin-git> bitcoin/master 2c6a02e Troy Giorshev: Clean message_count and last_message
< bitcoin-git> bitcoin/master 149eca4 MarcoFalke: Merge #19599: test: clean message_count and last_message
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8db23349fe9b...149eca433d80

2020-07-29

< bitcoin-git> [bitcoin] hebasto opened pull request #19622: build: Drop ancient hack in gitian-linux descriptor (master...200729-multilib) https://github.com/bitcoin/bitcoin/pull/19622
< bitcoin-git> [bitcoin] ariard opened pull request #19621: [RFC] Package-relay : sender-initiated (master...2020-07-sender-package-relay-poc) https://github.com/bitcoin/bitcoin/pull/19621
< bitcoin-git> [bitcoin] laanwj merged pull request #19335: wallet: Cleanup and separate BerkeleyDatabase and BerkeleyBatch (master...bdb-cleanup-refactors) https://github.com/bitcoin/bitcoin/pull/19335
< bitcoin-git> bitcoin/master d86efab Andrew Chow: walletdb: Move Db->open to BerkeleyDatabase::Open
< bitcoin-git> bitcoin/master 4fe4b3b Andrew Chow: walletdb: track database file use as m_refcount within BerkeleyDatabase
< bitcoin-git> bitcoin/master 65fb880 Andrew Chow: Combine BerkeleyEnvironment::Verify into BerkeleyDatabase::Verify
< bitcoin-git> [bitcoin] laanwj pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/400f45ec9bab...8db23349fe9b
< bitcoin-git> [bitcoin] sdaftuar opened pull request #19620: Add txids with non-standard inputs to reject filter (master...2020-07-reject-unknown-wit) https://github.com/bitcoin/bitcoin/pull/19620
< bitcoin-git> [bitcoin] laanwj merged pull request #19525: build: add -Wl,-z,separate-code to hardening flags (master...z_separate_code) https://github.com/bitcoin/bitcoin/pull/19525
< bitcoin-git> bitcoin/master 400f45e Wladimir J. van der Laan: Merge #19525: build: add -Wl,-z,separate-code to hardening flags
< bitcoin-git> bitcoin/master 2e9e637 fanquake: build: add -Wl,-z,separate-code to hardening flags
< bitcoin-git> bitcoin/master 65d0f1a Wladimir J. van der Laan: devtools: Add security check for separate_code
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/a76ccb01b964...400f45ec9bab
< bitcoin-git> [bitcoin] instagibbs closed pull request #19520: refactor: Rename signal TransactionRemovedFromMempool to better describe behavior (master...not_block) https://github.com/bitcoin/bitcoin/pull/19520
< bitcoin-git> [bitcoin] ryanofsky opened pull request #19619: Remove wallet.dat path handling from wallet.cpp, rpcwallet.cpp (master...pr/path) https://github.com/bitcoin/bitcoin/pull/19619
< bitcoin-git> [bitcoin] laanwj merged pull request #19534: net: save the network type explicitly in CNetAddr (master...explicit_network_type_in_CNetAddr) https://github.com/bitcoin/bitcoin/pull/19534
< bitcoin-git> bitcoin/master bcfebb6 Vasil Dimov: net: save the network type explicitly in CNetAddr
< bitcoin-git> bitcoin/master a76ccb0 Wladimir J. van der Laan: Merge #19534: net: save the network type explicitly in CNetAddr
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/2f71a1ea3566...a76ccb01b964
< bitcoin-git> bitcoin/master 100c64a Vasil Dimov: net: document `enum Network`
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18637: coins: allow cache resize after init (master...2020-04-au.cache-resize) https://github.com/bitcoin/bitcoin/pull/18637
< bitcoin-git> bitcoin/master 8ac3ef4 James O'Beirne: add ChainstateManager::MaybeRebalanceCaches()
< bitcoin-git> bitcoin/master f36aaa6 James O'Beirne: Add CChainState::ResizeCoinsCaches
< bitcoin-git> bitcoin/master b223111 James O'Beirne: txdb: add CCoinsViewDB::ChangeCacheSize
< bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/a41ae6805338...2f71a1ea3566
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #19518: Simplify IsFinalTx logic. (master...IsFinalTx) https://github.com/bitcoin/bitcoin/pull/19518
< bitcoin-git> [bitcoin] TheBlueMatt closed pull request #15481: Restrict timestamp when mining a diff-adjustment block to prev-600 (master...2019-02-600s-gbt) https://github.com/bitcoin/bitcoin/pull/15481
< bitcoin-git> [bitcoin] fanquake opened pull request #19617: doc: Clang 8 or later is required with FORCE_USE_SYSTEM_CLANG (master...note_that_clang_8_is_required_with_force_system_clang) https://github.com/bitcoin/bitcoin/pull/19617

2020-07-28

< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #19509: Per-Peer Message Logging (master...message-dump) https://github.com/bitcoin/bitcoin/pull/19509
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #19509: Per-Peer Message Logging (master...message-dump) https://github.com/bitcoin/bitcoin/pull/19509
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19613: travis: Re-enable s390x (master...2007-travisS390x) https://github.com/bitcoin/bitcoin/pull/19613
< bitcoin-git> bitcoin/master fae6561 MarcoFalke: travis: Re-enable s390x
< bitcoin-git> bitcoin/master a41ae68 MarcoFalke: Merge #19613: travis: Re-enable s390x
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/24ead1a923e3...a41ae6805338
< bitcoin-git> [bitcoin] fanquake opened pull request #19614: util: use HAVE_FDATASYNC to determine fdatasync() use (master...use_have_fdatasync) https://github.com/bitcoin/bitcoin/pull/19614
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #19613: travis: Re-enable s390x (master...2007-travisS390x) https://github.com/bitcoin/bitcoin/pull/19613
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19612: [0.20] lint: fix shellcheck URL in CI install (0.20...fix_shellcheck_0_20) https://github.com/bitcoin/bitcoin/pull/19612
< bitcoin-git> bitcoin/0.20 6acb21e MarcoFalke: Merge #19612: [0.20] lint: fix shellcheck URL in CI install
< bitcoin-git> bitcoin/0.20 7ee4769 fanquake: [0.20] lint: fix shellcheck URL in CI install
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to 0.20: https://github.com/bitcoin/bitcoin/compare/58feb9ecb647...6acb21e724e3
< bitcoin-git> [bitcoin] fanquake opened pull request #19612: [0.20] lint: fix shellcheck URL in CI install (0.20...fix_shellcheck_0_20) https://github.com/bitcoin/bitcoin/pull/19612
< bitcoin-git> [bitcoin] jonatack opened pull request #19611: p2p: refactor CInv::type from public int to private uint32_t (master...CInv-type-refactoring) https://github.com/bitcoin/bitcoin/pull/19611
< bitcoin-git> [bitcoin] jonatack opened pull request #19610: p2p, refactor: add `CInv` block message helpers; use in net processing (master...CInv-block-message-helpers) https://github.com/bitcoin/bitcoin/pull/19610
< bitcoin-git> [bitcoin] jnewbery opened pull request #19607: [p2p] Add Peer struct for per-peer data in net processing (master...2020-07-peer) https://github.com/bitcoin/bitcoin/pull/19607
< bitcoin-git> [bitcoin] jnewbery opened pull request #19606: Backport wtxid to v0.20 (0.20...2020-07-v20-wtxid-relay) https://github.com/bitcoin/bitcoin/pull/19606
< bitcoin-git> [bitcoin] fanquake opened pull request #19605: doc: set CC_FOR_BUILD when building on OpenBSD (master...openbsd_cc_for_build) https://github.com/bitcoin/bitcoin/pull/19605
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19519: ci: Increase CCACHE_SIZE in some builds on Travis (master...200714-ccache) https://github.com/bitcoin/bitcoin/pull/19519
< bitcoin-git> bitcoin/master 24ead1a MarcoFalke: Merge #19519: ci: Increase CCACHE_SIZE in some builds on Travis
< bitcoin-git> bitcoin/master fdf697f Hennadii Stepanov: ci: Increase CCACHE_SIZE in some builds on Travis
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e0ed4cc50de1...24ead1a923e3
< bitcoin-git> [bitcoin] fanquake merged pull request #19530: depends: build LTO support into Apple's ld64 (master...darwin-lto) https://github.com/bitcoin/bitcoin/pull/19530
< bitcoin-git> bitcoin/master 5962522 Cory Fields: depends: bump native_cctools for fixed lto with external clang
< bitcoin-git> bitcoin/master e0ed4cc fanquake: Merge #19530: depends: build LTO support into Apple's ld64
< bitcoin-git> bitcoin/master 00d1ba7 Cory Fields: depends: enable lto support for Apple's ld64
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/cea39fc268e3...e0ed4cc50de1
< bitcoin-git> [bitcoin] fanquake closed pull request #19578: wallet: Avoid duplicate checks on signing failure (master...2020-07-signtransaction) https://github.com/bitcoin/bitcoin/pull/19578
< bitcoin-git> [bitcoin] fanquake merged pull request #19595: Fix .gitignore for src/test/fuzz directory (master...200727-fuzz) https://github.com/bitcoin/bitcoin/pull/19595
< bitcoin-git> bitcoin/master cea39fc fanquake: Merge #19595: Fix .gitignore for src/test/fuzz directory
< bitcoin-git> bitcoin/master 623f665 Hennadii Stepanov: Fix .gitignore for src/test/fuzz directory
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2979a7aff04b...cea39fc268e3
< bitcoin-git> bitcoin/master a8865f8 John Newbery: [net processing] Tidy up Misbehaving()
< bitcoin-git> [bitcoin] fanquake merged pull request #19583: p2p: clean up Misbehaving() (master...2020-07-tidy-misbehavior) https://github.com/bitcoin/bitcoin/pull/19583
< bitcoin-git> bitcoin/master d15b3af John Newbery: [net processing] Always supply debug message to Misbehaving()
< bitcoin-git> bitcoin/master 634144a John Newbery: [net processing] Fixup MaybeDiscourageAndDisconnect() style
< bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/a1da180b1b27...2979a7aff04b
< bitcoin-git> [bitcoin] fanquake merged pull request #19589: rpc: Avoid useless mempool query in gettxoutproof (master...2007-rpcMempool) https://github.com/bitcoin/bitcoin/pull/19589
< bitcoin-git> bitcoin/master fa5979d MarcoFalke: rpc: Avoid useless mempool query in gettxoutproof
< bitcoin-git> bitcoin/master a1da180 fanquake: Merge #19589: rpc: Avoid useless mempool query in gettxoutproof
< bitcoin-git> bitcoin/master fa1f7f2 MarcoFalke: rpc: Style fixups in gettxoutproof
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/b62fbf9e1c19...a1da180b1b27
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #19604: Pass mempool pointer to UnloadBlockIndex/GetCoinsCacheSizeState (master...2007-memPointer) https://github.com/bitcoin/bitcoin/pull/19604

2020-07-27

< bitcoin-git> [bitcoin] achow101 opened pull request #19602: wallet: Migrate legacy wallets to descriptor wallets (master...descriptor-wallet-migration) https://github.com/bitcoin/bitcoin/pull/19602
< bitcoin-git> [bitcoin] JeremyRubin opened pull request #19601: Refactoring CHashWriter & Get{Prevouts,Sequence,Outputs}Hash to SHA256 (Alternative to #18071) (master...refactoring-hashers-2) https://github.com/bitcoin/bitcoin/pull/19601
< bitcoin-git> [bitcoin] hebasto opened pull request #19600: doc: Fix log message for -reindex (master...200727-load-log) https://github.com/bitcoin/bitcoin/pull/19600
< bitcoin-git> [bitcoin] troygiorshev closed pull request #19580: test: Remove message_count (master...2020-07-remove-message_count) https://github.com/bitcoin/bitcoin/pull/19580
< bitcoin-git> [bitcoin] troygiorshev opened pull request #19599: Clean message_count and last_message (master...2020-07-clean-message_count) https://github.com/bitcoin/bitcoin/pull/19599
< bitcoin-git> [bitcoin] laanwj merged pull request #19593: refactor: Drop unused CBufferedFile::Seek() (master...200726-seek) https://github.com/bitcoin/bitcoin/pull/19593
< bitcoin-git> bitcoin/master b62fbf9 Wladimir J. van der Laan: Merge #19593: refactor: Drop unused CBufferedFile::Seek()
< bitcoin-git> bitcoin/master 7b3851e Hennadii Stepanov: refactor: Drop unused CBufferedFile::Seek()
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/31d2b4098a9e...b62fbf9e1c19
< bitcoin-git> [bitcoin] theStack opened pull request #19597: test: test decodepsbt fee calculation (count input value only once per UTXO) (master...20200726-test-check-deceodepsbt-fee-calculation) https://github.com/bitcoin/bitcoin/pull/19597
< bitcoin-git> [bitcoin] sdaftuar opened pull request #19596: Deduplicate parent txid loop of requested transactions and missing parents of orphan transactions (master...2020-07-dedup-inputs) https://github.com/bitcoin/bitcoin/pull/19596
< bitcoin-git> [bitcoin] freenancial closed pull request #19480: build: Only use `@` prefix for `echo` command in Makefiles (master...remove_at_sign_makefile) https://github.com/bitcoin/bitcoin/pull/19480

2020-07-26

< bitcoin-git> [bitcoin] hebasto opened pull request #19595: Fix .gitignore for src/test/fuzz directory (master...200727-fuzz) https://github.com/bitcoin/bitcoin/pull/19595
< bitcoin-git> [bitcoin] hebasto opened pull request #19594: refactor: Make mapBlocksUnknownParent local, and rename it (master...200726-lebf) https://github.com/bitcoin/bitcoin/pull/19594
< bitcoin-git> [bitcoin] hebasto opened pull request #19593: refactor: Drop unused CBufferedFile::Seek() (master...200726-seek) https://github.com/bitcoin/bitcoin/pull/19593
< bitcoin-git> [bitcoin] sipa closed pull request #19592: coin7 (master...patch-2) https://github.com/bitcoin/bitcoin/pull/19592
< bitcoin-git> [bitcoin] abdulkader0 opened pull request #19592: coin7 (master...patch-2) https://github.com/bitcoin/bitcoin/pull/19592
< bitcoin-git> [bitcoin] sipa closed pull request #19591: coin1 (master...patch-1) https://github.com/bitcoin/bitcoin/pull/19591
< bitcoin-git> [bitcoin] abdulkader0 opened pull request #19591: coin1 (master...patch-1) https://github.com/bitcoin/bitcoin/pull/19591
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19508: Work around memory-aliasing in descriptor ParsePubkey (master...2007-noAliasMemDesc) https://github.com/bitcoin/bitcoin/pull/19508
< bitcoin-git> bitcoin/master 31d2b40 MarcoFalke: Merge #19508: Work around memory-aliasing in descriptor ParsePubkey
< bitcoin-git> bitcoin/master fa2ae0a MarcoFalke: span: Add Span::empty() and use it in script/descriptor
< bitcoin-git> bitcoin/master fa8a992 MarcoFalke: Work around memory-aliasing in descriptor ParsePubkey
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/40a04814d130...31d2b4098a9e
< bitcoin-git> [bitcoin] jonatack opened pull request #19590: p2p, refactor: add `CInv` transaction message helpers; use in net processing (master...CInv-transaction-message-helpers) https://github.com/bitcoin/bitcoin/pull/19590
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #19589: rpc: Avoid useless mempool query in gettxoutproof (master...2007-rpcMempool) https://github.com/bitcoin/bitcoin/pull/19589
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #19475: ci: Speed up default time-out and Container CPU usage (master...patch-1) https://github.com/bitcoin/bitcoin/pull/19475
< bitcoin-git> [bitcoin] fanquake closed pull request #18189: Add error handling to all boost filesystem functions (master...master) https://github.com/bitcoin/bitcoin/pull/18189
< bitcoin-git> [bitcoin] fanquake closed pull request #17434: Move parsing from init.cpp to where values are needed (master...trimGlobals) https://github.com/bitcoin/bitcoin/pull/17434

2020-07-25

< bitcoin-git> [bitcoin] hebasto opened pull request #19588: test: Use uniform distribution for random intervals in functional tests (master...200725-uni-test) https://github.com/bitcoin/bitcoin/pull/19588
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #19471: util: Make default arg values more specific (master...200708-hint) https://github.com/bitcoin/bitcoin/pull/19471
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #19471: util: Make default arg values more specific (master...200708-hint) https://github.com/bitcoin/bitcoin/pull/19471
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #18991: Cache responses to GETADDR to prevent topology leaks (master...2020-05-addr-response-caching) https://github.com/bitcoin/bitcoin/pull/18991
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #18991: Cache responses to GETADDR to prevent topology leaks (master...2020-05-addr-response-caching) https://github.com/bitcoin/bitcoin/pull/18991

2020-07-24

< bitcoin-git> [bitcoin] sanjaykdragon opened pull request #19586: REFACTOR: moved from percent format to proper format for consistency (master...master) https://github.com/bitcoin/bitcoin/pull/19586
< bitcoin-git> [bitcoin] stylesuxx opened pull request #19585: rpc: RPCResult Type of MempoolEntryDescription should be OBJ. (master...19579) https://github.com/bitcoin/bitcoin/pull/19585
< bitcoin-git> [bitcoin] ecurrencyhodler opened pull request #19584: doc: Update obsolete links to online reference #19582 (master...patch-1) https://github.com/bitcoin/bitcoin/pull/19584
< bitcoin-git> [bitcoin] jnewbery opened pull request #19583: Clean up Misbehaving() (master...2020-07-tidy-misbehavior) https://github.com/bitcoin/bitcoin/pull/19583
< bitcoin-git> bitcoin/master a49781e John Newbery: [net processing] Only call MaybeDiscourageAndDisconnect from SendMessages
< bitcoin-git> [bitcoin] laanwj merged pull request #19472: [net processing] Reduce cs_main scope in MaybeDiscourageAndDisconnect() (master...2020-07-tidyup-maybediscourage) https://github.com/bitcoin/bitcoin/pull/19472
< bitcoin-git> bitcoin/master 1a1c23f John Newbery: [net processing] Change cs_main TRY_LOCK to LOCK in SendMessages()
< bitcoin-git> bitcoin/master a1d5a42 John Newbery: [net processing] Fix bad indentation in SendMessages()
< bitcoin-git> [bitcoin] laanwj pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/007e15dcd7f8...40a04814d130
< bitcoin-git> [bitcoin] troygiorshev opened pull request #19580: Remove message_count (master...2020-07-remove-message_count) https://github.com/bitcoin/bitcoin/pull/19580
< bitcoin-git> [bitcoin] hebasto closed pull request #19567: p2p, refactor: Do not over-reserve vAddr capacity (master...200722-addr) https://github.com/bitcoin/bitcoin/pull/19567
< bitcoin-git> [bitcoin] fanquake merged pull request #19565: build: call AC_PATH_TOOL for dsymutil in macOS cross-compile (master...cant_find_dsymutil) https://github.com/bitcoin/bitcoin/pull/19565
< bitcoin-git> bitcoin/master 007e15d fanquake: Merge #19565: build: call AC_PATH_TOOL for dsymutil in macOS cross-compile...
< bitcoin-git> bitcoin/master ef3d4ce fanquake: build: call AC_PATH_TOOL for dsymutil in macOS cross-compile
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f4cfa6d01900...007e15dcd7f8

2020-07-23

< bitcoin-git> [bitcoin] promag opened pull request #19578: wallet: Avoid duplicate checks on signing failure (master...2020-07-signtransaction) https://github.com/bitcoin/bitcoin/pull/19578
< bitcoin-git> [bitcoin] luke-jr opened pull request #19573: [WIP] Replace unused BIP 9 logic with BIP 8 (master...bip8) https://github.com/bitcoin/bitcoin/pull/19573
< bitcoin-git> [bitcoin] jonatack closed pull request #19397: test: resyncing to tip of blocks generated after invalidateblock (master...p2p-invalidateblock-tests) https://github.com/bitcoin/bitcoin/pull/19397
< bitcoin-git> [bitcoin] jonatack closed pull request #19455: rpc generate: print useful help and error message (master...rpc-generate-helpful-error_message) https://github.com/bitcoin/bitcoin/pull/19455
< bitcoin-git> [bitcoin] jonatack closed pull request #19405: rpc, cli: add network in/out connections to `getnetworkinfo` and `-getinfo` (master...in-and-out-connections) https://github.com/bitcoin/bitcoin/pull/19405
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #15935: Add <datadir>/settings.json persistent settings storage (master...pr/rwset) https://github.com/bitcoin/bitcoin/pull/15935
< bitcoin-git> bitcoin/master f4cfa6d MarcoFalke: Merge #15935: Add <datadir>/settings.json persistent settings storage
< bitcoin-git> bitcoin/master 9c69cfe Russell Yanofsky: Add <datadir>/settings.json persistent settings storage.
< bitcoin-git> bitcoin/master eb682c5 Russell Yanofsky: util: Add ReadSettings and WriteSettings functions
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/6ee36a263c5a...f4cfa6d01900
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19473: net: Add -networkactive option (master...200709-setnet) https://github.com/bitcoin/bitcoin/pull/19473
< bitcoin-git> bitcoin/master 2aac093 Hennadii Stepanov: test: Add test coverage for -networkactive option
< bitcoin-git> bitcoin/master 62fe6aa Hennadii Stepanov: net: Add -networkactive option
< bitcoin-git> bitcoin/master 3c58129 Hennadii Stepanov: net: Log network activity status change unconditionally
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/9d4b3d86b694...6ee36a263c5a
< bitcoin-git> [bitcoin] laanwj pushed 1 commit to 0.20: https://github.com/bitcoin/bitcoin/compare/cac7a9809a3d...58feb9ecb647
< bitcoin-git> bitcoin/0.20 58feb9e Wladimir J. van der Laan: doc: Add changelog and authors to release notes for 0.20.1
< bitcoin-git> [bitcoin] instagibbs opened pull request #19572: ZMQ: Create "sequence" notifier, enabling client-side mempool tracking (master...zmq_sequence_all) https://github.com/bitcoin/bitcoin/pull/19572
< bitcoin-git> [bitcoin] meshcollider merged pull request #19334: wallet: Introduce WalletDatabase abstract class (master...bdb-add-walletdb) https://github.com/bitcoin/bitcoin/pull/19334
< bitcoin-git> bitcoin/master 2179dbc Andrew Chow: walletdb: Add BerkeleyDatabase::Open dummy function
< bitcoin-git> bitcoin/master 71d28e7 Andrew Chow: walletdb: Introduce AddRef and RemoveRef functions
< bitcoin-git> bitcoin/master 27b2766 Andrew Chow: walletdb: Move BerkeleyDatabase::Flush(true) to Close()
< bitcoin-git> [bitcoin] meshcollider pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/ccef10261efc...9d4b3d86b694
< bitcoin-git> [bitcoin] sipa opened pull request #19569: Enable fetching of orphan parents from wtxid peers (master...202007_wtxid_followup) https://github.com/bitcoin/bitcoin/pull/19569

2020-07-22

< bitcoin-git> [bitcoin] laanwj merged pull request #18044: Use wtxid for transaction relay (master...2020-01-wtxid-inv) https://github.com/bitcoin/bitcoin/pull/18044
< bitcoin-git> bitcoin/master 2b4b90a Suhas Daftuar: Add a wtxid-index to the mempool
< bitcoin-git> bitcoin/master c7eb6b4 Amiti Uttarwar: Add wtxid to mempool unbroadcast tracking
< bitcoin-git> bitcoin/master 60f0acd Suhas Daftuar: Just pass a hash to AddInventoryKnown
< bitcoin-git> [bitcoin] laanwj pushed 19 commits to master: https://github.com/bitcoin/bitcoin/compare/1397afc5ec03...ccef10261efc
< bitcoin-git> [bitcoin] laanwj merged pull request #19526: log: Avoid treating remote misbehvior as local system error (master...2007-logErrorVal) https://github.com/bitcoin/bitcoin/pull/19526
< bitcoin-git> bitcoin/master fa56eda MarcoFalke: log: Avoid treating remote misbehvior as local system error
< bitcoin-git> bitcoin/master 1397afc Wladimir J. van der Laan: Merge #19526: log: Avoid treating remote misbehvior as local system error
< bitcoin-git> bitcoin/master fa49289 MarcoFalke: refactor: Switch ValidationState mode to C++11 enum class
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/93decbc7a486...1397afc5ec03
< bitcoin-git> [bitcoin] laanwj merged pull request #19370: Static asserts for consistency of fee defaults (master...fee-asserts) https://github.com/bitcoin/bitcoin/pull/19370
< bitcoin-git> bitcoin/master 93decbc Wladimir J. van der Laan: Merge #19370: Static asserts for consistency of fee defaults
< bitcoin-git> bitcoin/master 1554b54 Daniel Kraft: Static asserts for consistency of fee defaults.
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c7b4968552c7...93decbc7a486
< bitcoin-git> [bitcoin] fjahr opened pull request #19568: Wallet should not override signing errors (master...err_override) https://github.com/bitcoin/bitcoin/pull/19568
< bitcoin-git> [bitcoin] hebasto opened pull request #19567: p2p, refactor: Do not over-reserve vAddr capacity (master...200722-addr) https://github.com/bitcoin/bitcoin/pull/19567
< bitcoin-git> [bitcoin] laanwj merged pull request #19553: build: pass -fcommon when building genisoimage (master...retain_fno_common_genisoimage) https://github.com/bitcoin/bitcoin/pull/19553
< bitcoin-git> bitcoin/master c7b4968 Wladimir J. van der Laan: Merge #19553: build: pass -fcommon when building genisoimage
< bitcoin-git> bitcoin/master 2a701a1 fanquake: build: pass -fcommon when building genisoimage
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2031aa92a32d...c7b4968552c7
< bitcoin-git> [bitcoin] fanquake opened pull request #19565: build: call AC_PATH_TOOL for dsymutil in macOS cross-compile (master...cant_find_dsymutil) https://github.com/bitcoin/bitcoin/pull/19565
< bitcoin-git> [bitcoin] fanquake merged pull request #19562: test: Fix fuzzer compilation on macOS (master...fix-fuzzer-macos) https://github.com/bitcoin/bitcoin/pull/19562
< bitcoin-git> bitcoin/master 2031aa9 fanquake: Merge #19562: test: Fix fuzzer compilation on macOS
< bitcoin-git> bitcoin/master c8992e8 freenancial: test: Fix fuzzer compilation on macOS
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/597d2f905eca...2031aa92a32d
< bitcoin-git> [bitcoin] fanquake merged pull request #19548: fuzz: add missing overrides to signature_checker (master...signature-checker-missing-overrides) https://github.com/bitcoin/bitcoin/pull/19548
< bitcoin-git> bitcoin/master 597d2f9 fanquake: Merge #19548: fuzz: add missing overrides to signature_checker
< bitcoin-git> bitcoin/master c0f09c2 Jon Atack: fuzz: add missing overrides to signature_checker
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c7007babb7c2...597d2f905eca
< bitcoin-git> [bitcoin] theStack opened pull request #19564: test: p2p_feefilter improvements (logging, refactoring, speedup) (master...20200722-test-p2p_feefilter_improvements) https://github.com/bitcoin/bitcoin/pull/19564
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18907: walletdb: Don't remove database transaction logs and instead error (master...dont-retry-bdbenv) https://github.com/bitcoin/bitcoin/pull/18907
< bitcoin-git> bitcoin/master c7007ba MarcoFalke: Merge #18907: walletdb: Don't remove database transaction logs and instead...
< bitcoin-git> bitcoin/master d0ea9ba Andrew Chow: walletdb: Don't remove database transaction logs and instead error
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2c0c3f8e8ca6...c7007babb7c2

2020-07-21

< bitcoin-git> [bitcoin] freenancial opened pull request #19562: test: Fix fuzzer compilation on macOS (master...fix-fuzzer-macos) https://github.com/bitcoin/bitcoin/pull/19562
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19217: p2p: disambiguate block-relay-only variable names from blocksonly variables (master...2020/06/08/rename-max-block-relay-connection-name) https://github.com/bitcoin/bitcoin/pull/19217
< bitcoin-git> bitcoin/master 2c0c3f8 MarcoFalke: Merge #19217: p2p: disambiguate block-relay-only variable names from block...
< bitcoin-git> bitcoin/master ec4c6a1 glowang: scripted-diff: replace MAX_BLOCKS_ONLY_CONNECTIONS with MAX_BLOCK_RELAY_ON...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/edfeaf6836f1...2c0c3f8e8ca6
< bitcoin-git> bitcoin/master edfeaf6 MarcoFalke: Merge #19552: test: fix intermittent failure in p2p_ibd_txrelay
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19552: test: fix intermittent failure in p2p_ibd_txrelay (master...fix-intermittent-p2p_ibd_txrelay-failure) https://github.com/bitcoin/bitcoin/pull/19552
< bitcoin-git> bitcoin/master 12410b1 Jon Atack: test: fix intermittent p2p_ibd_txrelay race, add test_framework.py#wait_un...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/910a8d9c6fb4...edfeaf6836f1
< bitcoin-git> [bitcoin] troygiorshev reopened pull request #19107: p2p: Move all header verification into the network layer, extend logging (master...p2p-refactor-header) https://github.com/bitcoin/bitcoin/pull/19107
< bitcoin-git> [bitcoin] troygiorshev closed pull request #19107: p2p: Move all header verification into the network layer, extend logging (master...p2p-refactor-header) https://github.com/bitcoin/bitcoin/pull/19107
< bitcoin-git> [bitcoin] fanquake merged pull request #19560: contrib: Clean up previous_releases.py (master...2007-prevRelTidy) https://github.com/bitcoin/bitcoin/pull/19560
< bitcoin-git> bitcoin/master 910a8d9 fanquake: Merge #19560: contrib: Clean up previous_releases.py
< bitcoin-git> bitcoin/master facdf53 MarcoFalke: contrib: Clean up previous_releases.py
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/65a54d684fcf...910a8d9c6fb4
< bitcoin-git> [bitcoin] S3RK opened pull request #19561: refactor: Pass ArgsManager into functions that register args (master...args_manager) https://github.com/bitcoin/bitcoin/pull/19561
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18984: Remove unnecessary input blockfile SetPos (master...patch-1) https://github.com/bitcoin/bitcoin/pull/18984
< bitcoin-git> bitcoin/master 65a54d6 MarcoFalke: Merge #18984: Remove unnecessary input blockfile SetPos
< bitcoin-git> bitcoin/master 5fa067a Tom Harding: Remove unnecessary blockfile SetPos
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ea595d39f7e7...65a54d684fcf
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #19560: contrib: Clean up previous_releases.py (master...2007-prevRelTidy) https://github.com/bitcoin/bitcoin/pull/19560
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19205: script: previous_release.sh rewritten in python (master...previous-release-py) https://github.com/bitcoin/bitcoin/pull/19205
< bitcoin-git> bitcoin/master ea595d3 MarcoFalke: Merge #19205: script: previous_release.sh rewritten in python
< bitcoin-git> bitcoin/master 9c34aff Brian Liotti: Remove previous_release.sh
< bitcoin-git> bitcoin/master e1e5960 Brian Liotti: script: Add previous_release.py
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/b763ae02a660...ea595d39f7e7
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16878: Fix non-deterministic coverage of test DoS_mapOrphans (master...make_denialofservice_tests_deterministic) https://github.com/bitcoin/bitcoin/pull/16878
< bitcoin-git> bitcoin/master b763ae0 MarcoFalke: Merge #16878: Fix non-deterministic coverage of test DoS_mapOrphans
< bitcoin-git> bitcoin/master 4455949 David Reikher: Make test DoS_mapOrphans deterministic
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/caf1766daf2f...b763ae02a660
< bitcoin-git> [bitcoin] fanquake merged pull request #19547: doc: Update macOS cross compilation dependencies for Focal (master...200718-mac-dep) https://github.com/bitcoin/bitcoin/pull/19547
< bitcoin-git> bitcoin/master caf1766 fanquake: Merge #19547: doc: Update macOS cross compilation dependencies for Focal
< bitcoin-git> bitcoin/master 6be3eeb Hennadii Stepanov: doc: Update macOS cross compilation dependencies for Focal
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f5000ae66c40...caf1766daf2f
< bitcoin-git> [bitcoin] fanquake merged pull request #19555: rpc: deduplicate WriteHDKeypath() used in decodepsbt (master...20200719-rpc-dedup-writehdkeypath) https://github.com/bitcoin/bitcoin/pull/19555
< bitcoin-git> bitcoin/master f5000ae fanquake: Merge #19555: rpc: deduplicate WriteHDKeypath() used in decodepsbt
< bitcoin-git> bitcoin/master 55057ff Sebastian Falbesoner: rpc: deduplicate WriteHDKeypath() used in decodepsbt
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/476436b2dec2...f5000ae66c40

2020-07-20

< bitcoin-git> [bitcoin] laanwj closed pull request #19542: Revert "refactor: replace CConnman pointers by references in net_processing.cpp" (master...2020_07_revert_19174) https://github.com/bitcoin/bitcoin/pull/19542
< bitcoin-git> [bitcoin] fanquake opened pull request #19558: build: split pthread flags out of ldflags and dont use when building libconsensus (master...split_out_pthread_flags) https://github.com/bitcoin/bitcoin/pull/19558

2020-07-19

< bitcoin-git> [bitcoin] dboures reopened pull request #19134: test: Replace global wait_until with BitcoinTestFramework.wait_until and mininode.wait_until (master...master) https://github.com/bitcoin/bitcoin/pull/19134
< bitcoin-git> [bitcoin] dboures closed pull request #19134: test: Replace global wait_until with BitcoinTestFramework.wait_until and mininode.wait_until (master...master) https://github.com/bitcoin/bitcoin/pull/19134
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #19556: Remove mempool global (master...Mf1808-txpoolGlobal) https://github.com/bitcoin/bitcoin/pull/19556
< bitcoin-git> [bitcoin] theStack opened pull request #19555: rpc: deduplicate WriteHDKeypath() used in decodepsbt (master...20200719-rpc-dedup-writehdkeypath) https://github.com/bitcoin/bitcoin/pull/19555
< bitcoin-git> [bitcoin] fanquake merged pull request #19551: fuzz: fix unused variable compiler warning in addrdb (master...fix-unused-variable-in-addrdb-fuzzer) https://github.com/bitcoin/bitcoin/pull/19551
< bitcoin-git> bitcoin/master 476436b fanquake: Merge #19551: fuzz: fix unused variable compiler warning in addrdb
< bitcoin-git> bitcoin/master 1cdc2a6 Jon Atack: fuzz: fix unused variable addrdb compiler warning
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/090d87716074...476436b2dec2
< bitcoin-git> [bitcoin] fanquake opened pull request #19553: build: pass -fcommon when building genisoimage (master...retain_fno_common_genisoimage) https://github.com/bitcoin/bitcoin/pull/19553
< bitcoin-git> [bitcoin] jonatack opened pull request #19552: test: fix intermittent failure in p2p_ibd_txrelay (master...fix-intermittent-p2p_ibd_txrelay-failure) https://github.com/bitcoin/bitcoin/pull/19552
< bitcoin-git> [bitcoin] jonatack opened pull request #19551: fuzz: fix unused variable compiler warning in addrdb (master...fix-unused-variable-in-addrdb-fuzzer) https://github.com/bitcoin/bitcoin/pull/19551

2020-07-18

< bitcoin-git> [bitcoin] fjahr opened pull request #19550: rpc: Add listindices RPC (master...index_rpc) https://github.com/bitcoin/bitcoin/pull/19550
< bitcoin-git> [bitcoin] jonatack opened pull request #19548: fuzz: add missing overrides to signature_checker (master...signature-checker-missing-overrides) https://github.com/bitcoin/bitcoin/pull/19548
< bitcoin-git> [bitcoin] hebasto opened pull request #19547: doc: Update macOS cross compilation dependencies for Focal (master...200718-mac-dep) https://github.com/bitcoin/bitcoin/pull/19547
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19143: tests: Add fuzzing harnesses for CAutoFile, CBufferedFile, LoadExternalBlockFile and other FILE* consumers (master...fuzzers-FILE) https://github.com/bitcoin/bitcoin/pull/19143
< bitcoin-git> bitcoin/master e507c07 practicalswift: tests: Add serialization/deserialization fuzzing helpers WriteToStream(…)/...
< bitcoin-git> bitcoin/master 9dbcd68 practicalswift: tests: Add FuzzedFileProvider which provides a FILE* interface to FuzzedDa...
< bitcoin-git> bitcoin/master e48094a practicalswift: tests: Add FuzzedAutoFileProvider which provides a CAutoFile interface to ...
< bitcoin-git> [bitcoin] MarcoFalke pushed 9 commits to master: https://github.com/bitcoin/bitcoin/compare/fd59670642f5...090d87716074

2020-07-17

< bitcoin-git> [bitcoin] fjahr opened pull request #19544: refactor: Add GetBool to rpc/util (master...rpc_bool) https://github.com/bitcoin/bitcoin/pull/19544
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19538: ci: Add tsan suppression for race in DatabaseBatch (master...200716-tsan-db) https://github.com/bitcoin/bitcoin/pull/19538
< bitcoin-git> bitcoin/master 0cdf2a7 Russell Yanofsky: ci: add tsan debug symbols option
< bitcoin-git> bitcoin/master fd59670 MarcoFalke: Merge #19538: ci: Add tsan suppression for race in DatabaseBatch
< bitcoin-git> bitcoin/master 9a2f126 Hennadii Stepanov: ci: Add tsan suppression for race in DatabaseBatch
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/c04485850e72...fd59670642f5
< bitcoin-git> [bitcoin] laanwj pushed tag v0.20.1rc1: https://github.com/bitcoin/bitcoin/compare/v0.20.1rc1
< bitcoin-git> bitcoin/0.20 cac7a98 Wladimir J. van der Laan: qt: Translation update for 0.20.1rc1
< bitcoin-git> bitcoin/0.20 5e21c55 Wladimir J. van der Laan: doc: Regenerate man pages for 0.20.1rc1
< bitcoin-git> bitcoin/0.20 cd34ff5 Wladimir J. van der Laan: build: Bump version to 0.20.1rc1
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to 0.20: https://github.com/bitcoin/bitcoin/compare/8b4093749312...cac7a9809a3d
< bitcoin-git> bitcoin/0.20 8b40937 Hennadii Stepanov: qt: Fix QFileDialog for static builds
< bitcoin-git> [bitcoin] laanwj pushed 1 commit to 0.20: https://github.com/bitcoin/bitcoin/compare/f61398a978ba...8b4093749312
< bitcoin-git> [bitcoin] hebasto closed pull request #19465: Use LevelDB paranoid_checks option unconditionally (master...200708-ldb) https://github.com/bitcoin/bitcoin/pull/19465
< bitcoin-git> [bitcoin] laanwj opened pull request #19542: Revert "refactor: replace CConnman pointers by references in net_processing.cpp" (master...2020_07_revert_19174) https://github.com/bitcoin/bitcoin/pull/19542
< bitcoin-git> [bitcoin] fanquake merged pull request #19536: qt, build: Fix QFileDialog for static builds (master...200716-fqd) https://github.com/bitcoin/bitcoin/pull/19536
< bitcoin-git> bitcoin/master 6457361 Hennadii Stepanov: qt: Fix QFileDialog for static builds
< bitcoin-git> bitcoin/master c044858 fanquake: Merge #19536: qt, build: Fix QFileDialog for static builds
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/19aaf7945e89...c04485850e72
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19423: test: add functional test for txrelay during and after IBD (master...ibd-txrelay-test) https://github.com/bitcoin/bitcoin/pull/19423
< bitcoin-git> bitcoin/master 19aaf79 MarcoFalke: Merge #19423: test: add functional test for txrelay during and after IBD
< bitcoin-git> bitcoin/master cb31ee0 gzhao408: [test] feefilter during and after IBD
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c57dc566b060...19aaf7945e89

2020-07-16

< bitcoin-git> [bitcoin] fanquake closed pull request #19537: qt: Typo fix in bitcoin_pl.ts (master...patch-1) https://github.com/bitcoin/bitcoin/pull/19537
< bitcoin-git> [bitcoin] fanquake closed pull request #19539: creathor (master...master) https://github.com/bitcoin/bitcoin/pull/19539
< bitcoin-git> [bitcoin] bram00767 opened pull request #19539: creathor (master...master) https://github.com/bitcoin/bitcoin/pull/19539
< bitcoin-git> [bitcoin] ryanofsky closed pull request #19535: Add base_blob and BaseHash data() methods (master...pr/ipc-blob) https://github.com/bitcoin/bitcoin/pull/19535
< bitcoin-git> [bitcoin] hebasto opened pull request #19538: ci: Add tsan suppression for race in DatabaseBatch (master...200716-tsan-db) https://github.com/bitcoin/bitcoin/pull/19538
< bitcoin-git> [bitcoin] laanwj merged pull request #16525: Dump transaction version as an unsigned integer in RPC/TxToUniv (master...2019-07-unsigned-tx-ver) https://github.com/bitcoin/bitcoin/pull/16525
< bitcoin-git> bitcoin/master c57dc56 Wladimir J. van der Laan: Merge #16525: Dump transaction version as an unsigned integer in RPC/TxToU...
< bitcoin-git> bitcoin/master e80259f Matt Corallo: Additionally treat Tx.nVersion as unsigned in joinpsbts
< bitcoin-git> bitcoin/master 970de70 Matt Corallo: Dump transaction version as an unsigned integer in RPC/TxToUniv
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/1148f3d63094...c57dc566b060
< bitcoin-git> [bitcoin] dymex0 opened pull request #19537: qt: Typo fix in bitcoin_pl.ts (master...patch-1) https://github.com/bitcoin/bitcoin/pull/19537
< bitcoin-git> [bitcoin] laanwj merged pull request #19524: [0.20] Backport #19517 - Increment input value sum only once per UTXO in decodepsbt (0.20...0_20_19517) https://github.com/bitcoin/bitcoin/pull/19524
< bitcoin-git> bitcoin/0.20 f61398a Wladimir J. van der Laan: Merge #19524: [0.20] Backport #19517 - Increment input value sum only once...
< bitcoin-git> bitcoin/0.20 bad9cf8 Andrew Chow: Increment input value sum only once per UTXO in decodepsbt
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to 0.20: https://github.com/bitcoin/bitcoin/compare/2f6c7c0f6f47...f61398a978ba
< bitcoin-git> [bitcoin] hebasto opened pull request #19536: qt, build: Fix QFileDialog for static builds (master...200716-fqd) https://github.com/bitcoin/bitcoin/pull/19536
< bitcoin-git> [bitcoin] fanquake merged pull request #17919: depends: Allow building with system clang (master...2020-01-depends-macos-allow-system-clang) https://github.com/bitcoin/bitcoin/pull/17919
< bitcoin-git> bitcoin/master 156b604 Cory Fields: depends: force a new host id string if FORCE_USE_SYSTEM_CLANG is in use
< bitcoin-git> bitcoin/master c9c572a Carl Dong: depends: Allow building with system clang
< bitcoin-git> bitcoin/master e6e5c8d Carl Dong: depends: Decouple toolchain + binutils
< bitcoin-git> [bitcoin] fanquake pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/0f6900e780af...1148f3d63094
< bitcoin-git> [bitcoin] ryanofsky opened pull request #19535: Add base_blob and BaseHash data() methods (master...pr/ipc-blob) https://github.com/bitcoin/bitcoin/pull/19535
< bitcoin-git> [bitcoin] promag reopened pull request #19434: http: Detect remote disconnect (master...2020-06-remote-disconnect) https://github.com/bitcoin/bitcoin/pull/19434