< bitcoin-git>
bitcoin/master f3b51eb Wladimir J. van der Laan: Fix occurences of c_str() used with size() to data()
< bitcoin-git>
bitcoin/master 5728f88 Wladimir J. van der Laan: Merge #17280: refactor: Change occurences of c_str() used with size() to d...
< bitcoin-git>
[bitcoin] laanwj merged pull request #17280: refactor: Change occurences of c_str() used with size() to data() (master...2019_10_c_str_size) https://github.com/bitcoin/bitcoin/pull/17280
< bitcoin-git>
[bitcoin] laanwj opened pull request #17312: Improve tracethread usability and trace loadblk thread (master...2019_10_tracedthread) https://github.com/bitcoin/bitcoin/pull/17312
< bitcoin-git>
bitcoin/master c1c6c41 Sebastian Falbesoner: test: add reason checks for non-standard txs in test_IsStandard
< bitcoin-git>
bitcoin/master ecad0a8 MarcoFalke: Merge #17299: test: add reason checks for non-standard txs in test_IsStand...
< bitcoin-git>
[bitcoin] fanquake opened pull request #17309: doc: update MSVC instructions to remove Qt OpenSSL linking (master...windows_notes_update) https://github.com/bitcoin/bitcoin/pull/17309
< bitcoin-git>
[bitcoin] dongcarl opened pull request #17308: nsis: Write to correct filename in first place (master...2019-10-simplify-nsis-exe-rename) https://github.com/bitcoin/bitcoin/pull/17308
< bitcoin-git>
[bitcoin] jtimon opened pull request #17306: Use name constants in chainparams initialization (master...b20-chain-constants) https://github.com/bitcoin/bitcoin/pull/17306
< bitcoin-git>
[bitcoin] achow101 opened 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
< bitcoin-git>
[bitcoin] theStack opened pull request #17299: test: add reason checks for non-standard txs in test_IsStandard (master...20191029-test-also_check_reason_for_nonstd_txs) https://github.com/bitcoin/bitcoin/pull/17299
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #17260: Split some CWallet functions into new LegacyScriptPubKeyMan (master...wallet-box-pr-1) https://github.com/bitcoin/bitcoin/pull/17260
< bitcoin-git>
[bitcoin] hebasto opened pull request #17297: refactor: Remove addrdb.h dependency from node.h (master...20191029-refactor-addrdb) https://github.com/bitcoin/bitcoin/pull/17297
2019-10-28
< bitcoin-git>
[bitcoin] JeremyRubin opened 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] JeremyRubin opened pull request #17292: Add new mempool benchmarks for a complex pool (master...bench_mempool) https://github.com/bitcoin/bitcoin/pull/17292
< bitcoin-git>
[bitcoin] practicalswift opened pull request #17291: tests: Add fuzzing harness for ISO-8601 related functions (master...fuzzers-parse_iso8601) https://github.com/bitcoin/bitcoin/pull/17291
< bitcoin-git>
[bitcoin] achow101 opened pull request #17290: Enable BnB coin selection for preset inputs and subtract fee from outputs (master...all-bnb) https://github.com/bitcoin/bitcoin/pull/17290
< bitcoin-git>
[bitcoin] jachiang opened pull request #17288: Added TestWrapper class for interactive Python environments. (master...2019-10-testwrapper) https://github.com/bitcoin/bitcoin/pull/17288
< bitcoin-git>
[bitcoin] laanwj opened pull request #17280: Fix occurences of c_str() used with size() to data() (master...2019_10_c_str_size) https://github.com/bitcoin/bitcoin/pull/17280
< bitcoin-git>
[bitcoin] laanwj opened pull request #17279: refactor: Remove redundant c_str() calls in formatting (master...2019_10_redundant_c_str) https://github.com/bitcoin/bitcoin/pull/17279
< bitcoin-git>
bitcoin/master faeb666 MarcoFalke: util: Add CHECK_NONFATAL and use it in src/rpc
< bitcoin-git>
bitcoin/master 9ae468a Wladimir J. van der Laan: Merge #17192: util: Add CHECK_NONFATAL and use it in src/rpc
< bitcoin-git>
[bitcoin] laanwj merged pull request #17192: util: Add CHECK_NONFATAL and use it in src/rpc (master...1910-utilCHECK_NONFATAL) https://github.com/bitcoin/bitcoin/pull/17192
< bitcoin-git>
[bitcoin] Bushstar opened pull request #17272: [POLICY] Make multiple OP_RETURNS in a single TX standard (master...allow-multi-op_return) https://github.com/bitcoin/bitcoin/pull/17272
< bitcoin-git>
bitcoin/master a8f5026 Joao Barbosa: gui: Fix start timer from non QThread
< bitcoin-git>
bitcoin/master 9bd109b Wladimir J. van der Laan: Merge #17120: gui: Fix start timer from non QThread
< bitcoin-git>
[bitcoin] Sjors opened pull request #17264: [rpc] set default bip32derivs to true for psbt methods (master...2019/10/bip32_derivs) https://github.com/bitcoin/bitcoin/pull/17264
< bitcoin-git>
[bitcoin] achow101 opened pull request #17261: Make ScriptPubKeyMan an actual interface and the wallet to have multiple (master...wallet-box-pr-2) https://github.com/bitcoin/bitcoin/pull/17261
< bitcoin-git>
[bitcoin] achow101 opened pull request #17260: Split some CWallet functions into new LegacyScriptPubKeyMan (master...wallet-box-pr-1) https://github.com/bitcoin/bitcoin/pull/17260
< bitcoin-git>
[bitcoin] achow101 closed pull request #16341: Introduce ScriptPubKeyMan interface and use it for key and script management (aka wallet boxes) (master...box-the-wallet) https://github.com/bitcoin/bitcoin/pull/16341
< bitcoin-git>
[bitcoin] adamjonas opened pull request #17258: Fix issue with conflicted mempool tx in listsinceblock (master...listsinceblock-filter-conflicts) https://github.com/bitcoin/bitcoin/pull/17258
< bitcoin-git>
bitcoin/master 04dbdd6 Sjors Provoost: [net] SocketHandler: log peer id for close and disconnect
< bitcoin-git>
bitcoin/master 25d7e2e fanquake: Merge #17251: net: SocketHandler logs peer id for close and disconnect
< bitcoin-git>
[bitcoin] fanquake merged pull request #17251: net: SocketHandler logs peer id for close and disconnect (master...2019/10/net-socket-peer) https://github.com/bitcoin/bitcoin/pull/17251
< bitcoin-git>
[bitcoin] fanquake opened pull request #17257: gui: disable font antialiasing for QR image address (master...disable_qr_font_antialiasing) https://github.com/bitcoin/bitcoin/pull/17257
< bitcoin-git>
[bitcoin] promag opened pull request #17252: 0.19: gui: Make polling in ClientModel asynchronous (0.19...2019-10-backport-17135) https://github.com/bitcoin/bitcoin/pull/17252
< bitcoin-git>
[bitcoin] Sjors opened pull request #17251: net: SocketHandler logs peer id for close and disconnect (master...2019/10/net-socket-peer) https://github.com/bitcoin/bitcoin/pull/17251
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #17250: Avoid unused call to GuessVerificationProgress in NotifyHeaderTip (master...1910-NoWrongGuess) https://github.com/bitcoin/bitcoin/pull/17250
< bitcoin-git>
bitcoin/master b05ec41 marcaiaf: Add unit testing for the CompressScript functions
< bitcoin-git>
bitcoin/master 37855ec Wladimir J. van der Laan: Merge #17220: tests: Add unit testing for the CompressScript function
< bitcoin-git>
[bitcoin] laanwj merged pull request #17220: tests: Add unit testing for the CompressScript function (master...add_compress_test_cases) https://github.com/bitcoin/bitcoin/pull/17220
< bitcoin-git>
bitcoin/master fa92813 MarcoFalke: consensus: Explain why fCheckDuplicateInputs can not be skipped and remove...
< bitcoin-git>
bitcoin/master 90ed98a Wladimir J. van der Laan: Merge #17080: consensus: Explain why fCheckDuplicateInputs can not be skip...
< bitcoin-git>
[bitcoin] laanwj merged pull request #17080: consensus: Explain why fCheckDuplicateInputs can not be skipped and remove it (master...1909-docCheckInputs) https://github.com/bitcoin/bitcoin/pull/17080
< bitcoin-git>
[bitcoin] promag opened pull request #17237: wallet: LearnRelatedScripts only if KeepDestination (master...2019-10-wallet-reservedestination) https://github.com/bitcoin/bitcoin/pull/17237
< bitcoin-git>
[bitcoin] laanwj merged pull request #17154: wallet: Remove return value from CommitTransaction (master...2019-04-CommitTransaction) https://github.com/bitcoin/bitcoin/pull/17154
< bitcoin-git>
[bitcoin] practicalswift opened pull request #17235: tests: Skip unnecessary fuzzer initialisation. Hold ECCVerifyHandle only when needed. (master...fuzz-initialize-when-needed) https://github.com/bitcoin/bitcoin/pull/17235
< bitcoin-git>
bitcoin/master 4896bac MapleLaker: Add testcase to simulate bitcoin schema in leveldb
< bitcoin-git>
bitcoin/master c5ac7af MarcoFalke: Merge #17206: test: Add testcase to simulate bitcoin schema in leveldb
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #17206: test: Add testcase to simulate bitcoin schema in leveldb (master...dbwrapper_basic_data) https://github.com/bitcoin/bitcoin/pull/17206
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #17233: travis: Run unit and functional tests on native arm (master...1910-travisNativeArm) https://github.com/bitcoin/bitcoin/pull/17233
< bitcoin-git>
[bitcoin] adamjonas opened pull request #17232: Sanity assert GetAncestor() != nullptr where appropriate (master...assert_get_ancestor) https://github.com/bitcoin/bitcoin/pull/17232
< bitcoin-git>
[bitcoin] theuni opened pull request #17231: depends: fix boost mac cross build with clang 9+ (master...fix-boost-clang9) https://github.com/bitcoin/bitcoin/pull/17231
< bitcoin-git>
[bitcoin] practicalswift opened pull request #17229: tests: Add fuzzing harnesses for various Base{32,58,64} and hex related functions (master...fuzzers-base_encode_decode) https://github.com/bitcoin/bitcoin/pull/17229
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #17228: test: Add RegTestingSetup to setup_common (master...1910-RegTestingSetup) https://github.com/bitcoin/bitcoin/pull/17228
< bitcoin-git>
[bitcoin] promag opened pull request #17226: gui: Fix payAmount tooltip in SendCoinsEntry (master...2019-10-payamount-tooltip) https://github.com/bitcoin/bitcoin/pull/17226
< bitcoin-git>
[bitcoin] practicalswift opened pull request #17225: tests: Test serialisation as part of deserialisation fuzzing. Test round-trip equality where possible. (master...fuzzers-deserialize-with-roundtrip) https://github.com/bitcoin/bitcoin/pull/17225
< bitcoin-git>
bitcoin/master cd68594 Andrew Chow: Only check the hash of transactions loaded from disk
< bitcoin-git>
bitcoin/master a884b32 Wladimir J. van der Laan: Merge #16911: wallet: Only check the hash of transactions loaded from disk...
< bitcoin-git>
[bitcoin] laanwj merged pull request #16911: wallet: Only check the hash of transactions loaded from disk (master...wallet-skip-checktx) https://github.com/bitcoin/bitcoin/pull/16911
< bitcoin-git>
[bitcoin] JeremyCrookshank closed pull request #17221: refactor: call getDisplayUnit() once instead of three times (master...sendcoincodereuse) https://github.com/bitcoin/bitcoin/pull/17221
< bitcoin-git>
[bitcoin] JeremyCrookshank opened pull request #17221: refactor: call getDisplayUnit() once instead of three times (master...sendcoincodereuse) https://github.com/bitcoin/bitcoin/pull/17221
< bitcoin-git>
[bitcoin] adamjonas opened pull request #17220: tests: Add unit testing for the CompressScript function (master...add_compress_test_cases) https://github.com/bitcoin/bitcoin/pull/17220
< bitcoin-git>
[bitcoin] JeremyCrookshank reopened pull request #17180: gui: Improved tooltip for send amount field (master...sendamounttooltip) https://github.com/bitcoin/bitcoin/pull/17180
< bitcoin-git>
[bitcoin] JeremyCrookshank closed pull request #17180: gui: Improved tooltip for send amount field (master...sendamounttooltip) https://github.com/bitcoin/bitcoin/pull/17180
< bitcoin-git>
[bitcoin] Sjors opened pull request #17219: wallet: allow transaction without change if keypool is empty (master...2019/10/change-without-keypool) https://github.com/bitcoin/bitcoin/pull/17219
< bitcoin-git>
[bitcoin] achow101 opened pull request #17211: Allow fundrawtransaction and walletcreatefundedpsbt to take external inputs (master...fundtx-external-inputs) https://github.com/bitcoin/bitcoin/pull/17211
< bitcoin-git>
[bitcoin] practicalswift opened pull request #17208: Make all tests pass UBSan without using any UBSan suppressions (master...ubsan-warnings) https://github.com/bitcoin/bitcoin/pull/17208
< bitcoin-git>
[bitcoin] sadrasabouri reopened pull request #17202: Travis CI bug in macOS environment #17178 solved (master...issue#17178) https://github.com/bitcoin/bitcoin/pull/17202
< bitcoin-git>
[bitcoin] meshcollider closed pull request #13084: Do not turn OP_1NEGATE in scriptSig into 0x0181 in signing code (master...201804_keepnegone) https://github.com/bitcoin/bitcoin/pull/13084
< bitcoin-git>
[bitcoin] meshcollider opened pull request #17204: Do not turn OP_1NEGATE in scriptSig into 0x0181 in signing code (sipa) (master...201910_1negate_rebase) https://github.com/bitcoin/bitcoin/pull/17204