< bitcoin-git>
bitcoin/master 41edaf2 James O'Beirne: logs: add BCLog::Timer and related macros
< bitcoin-git>
bitcoin/master dcef9a2 James O'Beirne: logs: add timing information to FlushStateToDisk()
< bitcoin-git>
bitcoin/master 40b6070 Wladimir J. van der Laan: Merge #16805: logs: add timing information to FlushStateToDisk()
< bitcoin-git>
[bitcoin] laanwj merged pull request #16805: logs: add timing information to FlushStateToDisk() (master...2019-09-flush-logs) https://github.com/bitcoin/bitcoin/pull/16805
< bitcoin-git>
[bitcoin] ryanofsky opened pull request #17388: Add missing newline in util_ChainMerge test (master...pr/chainmerge-nl) https://github.com/bitcoin/bitcoin/pull/17388
< bitcoin-git>
[bitcoin] achow101 opened pull request #17387: wallet_importmulti: use addresses of the same type as being imported (master...tests-fix-getaddrinfo-type-consistency) https://github.com/bitcoin/bitcoin/pull/17387
< bitcoin-git>
[bitcoin] achow101 closed pull request #17374: IsMine: Set state to WATCH_ONLY if we can get the pubkey (master...wallet-box-pr-7) https://github.com/bitcoin/bitcoin/pull/17374
< bitcoin-git>
[bitcoin] jnewbery opened pull request #17383: Refactor: Move consts to their correct translation units (master...2019-11-net-processing-consts) https://github.com/bitcoin/bitcoin/pull/17383
< bitcoin-git>
bitcoin/master aa9b84a Igor Cota: depends: update README.md with working Android targets and API levels
< bitcoin-git>
bitcoin/master 3fe1aba Igor Cota: depends: move README.md Android instructions to a separate section
< bitcoin-git>
bitcoin/master e204dc1 MarcoFalke: Merge #17365: depends: update README.md with working Android targets and A...
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #17365: depends: update README.md with working Android targets and API levels (master...update-android-depends-doc) https://github.com/bitcoin/bitcoin/pull/17365
< bitcoin-git>
[bitcoin] JeremyRubin opened pull request #17375: Add asymptotes for benchmarking framework (master...asymptotic-benchmarks) https://github.com/bitcoin/bitcoin/pull/17375
2019-11-04
< bitcoin-git>
[bitcoin] achow101 opened pull request #17374: IsMine: Set state to WATCH_ONLY if we can get the pubkey (master...wallet-box-pr-7) https://github.com/bitcoin/bitcoin/pull/17374
< bitcoin-git>
[bitcoin] achow101 opened pull request #17373: wallet: Various fixes and cleanup to keypool handling in LegacyScriptPubKeyMan and CWallet (master...wallet-box-pr-6) https://github.com/bitcoin/bitcoin/pull/17373
< bitcoin-git>
[bitcoin] achow101 opened pull request #17371: Refactor: Require scriptPubKey to get wallet SigningProvider (master...wallet-box-pr-5) https://github.com/bitcoin/bitcoin/pull/17371
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #17370: doc: Update doc/bips.md with recent changes in master (master...1911-docBips) https://github.com/bitcoin/bitcoin/pull/17370
< bitcoin-git>
[bitcoin] achow101 opened pull request #17369: Refactor: Move encryption code between KeyMan and Wallet (master...wallet-box-pr-4) https://github.com/bitcoin/bitcoin/pull/17369
< bitcoin-git>
bitcoin/master ede8b76 JamesC: Remove network_event_loop instance in close()
< bitcoin-git>
bitcoin/master 6b71241 JamesC: Refactor TestFramework main() into setup/shutdown
< bitcoin-git>
bitcoin/master 6f40820 JamesC: Add closing and flushing of logging handlers
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #17288: Added TestShell class for interactive Python environments. (master...2019-10-testwrapper) https://github.com/bitcoin/bitcoin/pull/17288
< bitcoin-git>
[bitcoin] fanquake opened pull request #17368: cli: fix -getinfo output when compiled with no wallet (master...fix_getinfo_no_wallet) https://github.com/bitcoin/bitcoin/pull/17368
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #17366: test: Reset global args between test suites (master...1911-testResetGlobals) https://github.com/bitcoin/bitcoin/pull/17366
< bitcoin-git>
bitcoin/master 090b75c User: p2p: Avoid allocating memory for addrKnown where we don't need it
< bitcoin-git>
bitcoin/master a552e84 User: added asserts to check m_addr_known when it's used
< bitcoin-git>
bitcoin/master b6d2183 User: Minor refactoring to remove implied m_addr_relay_peer.
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #17164: p2p: Avoid allocating memory for addrKnown where we don't need it (master...addr_relay_optimization_4) https://github.com/bitcoin/bitcoin/pull/17164
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #17366: test: Reset global args between test suites (master...1911-testResetGlobals) https://github.com/bitcoin/bitcoin/pull/17366
< bitcoin-git>
[bitcoin] icota opened pull request #17365: depends: update README.md with working Android targets and API levels (master...update-android-depends-doc) https://github.com/bitcoin/bitcoin/pull/17365
< bitcoin-git>
bitcoin/master b4cb18b Andrew Chow: MOVEONLY: Reorder LegacyScriptPubKeyMan methods
< bitcoin-git>
bitcoin/master 533d8b3 Andrew Chow: Refactor: Declare LegacyScriptPubKeyMan methods as virtual
< bitcoin-git>
bitcoin/master acedc5b Andrew Chow: Refactor: Add new ScriptPubKeyMan virtual methods
< bitcoin-git>
[bitcoin] laanwj merged pull request #17304: refactor: Move many functions into LegacyScriptPubKeyMan and further separate it from CWallet (master...wallet-box-pr-3) https://github.com/bitcoin/bitcoin/pull/17304
< gribble>
https://github.com/bitcoin/bitcoin/issues/17304 | refactor: Move many functions into LegacyScriptPubKeyMan and further separate it from CWallet by achow101 . Pull Request #17304 . bitcoin/bitcoin . GitHub
< bitcoin-git>
[bitcoin] sipsorcery opened pull request #17364: Updated appveyor config for VS2019 and Qt5.9.8 (master...vs2019_oct31) https://github.com/bitcoin/bitcoin/pull/17364
< bitcoin-git>
[bitcoin] theStack opened pull request #17363: test: add "diamond" unit test to MempoolAncestryTests (master...20191104-test-add_diamond_ancestors_unit_test) https://github.com/bitcoin/bitcoin/pull/17363
< bitcoin-git>
bitcoin/master fafa064 MarcoFalke: ci: Remove ccache requirement on the host
< bitcoin-git>
bitcoin/master facc0da MarcoFalke: travis: Run unit and functional tests on native arm
< bitcoin-git>
bitcoin/master def69e5 MarcoFalke: Merge #17233: travis: Run unit and functional tests on native arm
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #17233: travis: Run unit and functional tests on native arm (master...1910-travisNativeArm) https://github.com/bitcoin/bitcoin/pull/17233
< darosior>
wumpus: You want me to add a test for https://github.com/bitcoin/bitcoin/pull/17328 but I can't, on regtest the `verificationprogress` will always be 1, even when not synced..
< wumpus>
PSA: I've invited jonatack to the bitcoin and bitcoin-core orgs, seems a frequent enough contributor, also sipsorcery a few days ago (I was surprised the MSVC build maintainer wasn't in the org yet)
< bitcoin-git>
[bitcoin] laanwj merged pull request #17293: Add assertion to randrange that input is not 0 (master...assert-randrange) https://github.com/bitcoin/bitcoin/pull/17293
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #17292: Add new mempool benchmarks for a complex pool (master...bench_mempool) https://github.com/bitcoin/bitcoin/pull/17292
< bitcoin-git>
[bitcoin] jnewbery closed pull request #16682: p2p: Disconnect peer that send us tx INVs when we opted out of tx relay (master...2019-08-disconnect-blocksonly-violators) https://github.com/bitcoin/bitcoin/pull/16682
< bitcoin-git>
bitcoin/master 59853c3 Hennadii Stepanov: test: Do not instantiate CAddrDB for static call
< bitcoin-git>
bitcoin/master 3f8d955 fanquake: Merge #17345: test: Do not instantiate CAddrDB for static call CAddrDB::Re...
< bitcoin-git>
[bitcoin] fanquake merged pull request #17345: test: Do not instantiate CAddrDB for static call CAddrDB::Read() (master...20191101-static-caddrdb-read) https://github.com/bitcoin/bitcoin/pull/17345
< bitcoin-git>
[bitcoin] fanquake closed pull request #17347: build:lint add "hist" to list of false positives (master...makeseeds-py) https://github.com/bitcoin/bitcoin/pull/17347
< bitcoin-git>
[bitcoin] RandyMcMillan opened pull request #17347: build:lint add "hist" to list of false positives (master...makeseeds-py) https://github.com/bitcoin/bitcoin/pull/17347
< bitcoin-git>
[bitcoin] sdaftuar opened pull request #17346: Remove F401 (warning for unused imports) from lint-python.sh (master...2019-11-python-linter-sucks) https://github.com/bitcoin/bitcoin/pull/17346
< bitcoin-git>
[bitcoin] hebasto opened pull request #17345: test: Do not instantiate CAddrDB for static call CAddrDB::Read() (master...20191101-static-caddrdb-read) https://github.com/bitcoin/bitcoin/pull/17345
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #15888: QA: Add wallet_implicitsegwit to test the ability to transform keys between address types (master...test_wallet_implicitsegwit) https://github.com/bitcoin/bitcoin/pull/15888
< bitcoin-git>
[bitcoin] jnewbery opened pull request #17340: Tests: speed up fundrawtransaction test (master...2019-11-speed-up-fundrawtransaction-test) https://github.com/bitcoin/bitcoin/pull/17340
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #17218: Replace the LogPrint function with a macro (master...2019-10-log-print) https://github.com/bitcoin/bitcoin/pull/17218
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #17218: Replace the LogPrint function with a macro (master...2019-10-log-print) https://github.com/bitcoin/bitcoin/pull/17218
< bitcoin-git>
[bitcoin] MarcoFalke reopened pull request #17218: Replace the LogPrint function with a macro (master...2019-10-log-print) https://github.com/bitcoin/bitcoin/pull/17218
< bitcoin-git>
[bitcoin] michaelfolkson opened pull request #17339: doc: Add template for good first issues (master...20191101-first-issue) https://github.com/bitcoin/bitcoin/pull/17339
< bitcoin-git>
[bitcoin] Rjected opened pull request #17336: scripts: search for first block file for linearize-data with some block files pruned (master...linearize) https://github.com/bitcoin/bitcoin/pull/17336
< bitcoin-git>
[bitcoin] TheBlueMatt opened pull request #17335: Add test for syncing blocks generated after invalidateblock. (master...2019-10-invalid-mine-test) https://github.com/bitcoin/bitcoin/pull/17335