2018-03-26

< bitcoin-git> [bitcoin] practicalswift opened pull request #12787: rpc: Adjust ifdef to avoid unreachable code (master...unreachable-code-ifdef-ENABLE_WALLET) https://github.com/bitcoin/bitcoin/pull/12787
< bitcoin-git> [bitcoin] practicalswift opened pull request #12785: wallet: Set m_last_block_processed to nullptr in CWallet::SetNull() (master...m_last_block_processed-setnull) https://github.com/bitcoin/bitcoin/pull/12785
< bitcoin-git> [bitcoin] practicalswift opened pull request #12784: Fix error in memory usage calculation (unintended integer division) (master...calc-error) https://github.com/bitcoin/bitcoin/pull/12784
< bitcoin-git> [bitcoin] krab opened pull request #12783: macOS: Disable AppNap (master...macos-disable-appnap) https://github.com/bitcoin/bitcoin/pull/12783
< bitcoin-git> [bitcoin] practicalswift opened pull request #12782: Explicitly state our assumptions about LookupBlockIndex(...) return values (master...LookupBlockIndex-assumptions) https://github.com/bitcoin/bitcoin/pull/12782

2018-03-25

< bitcoin-git> [bitcoin] practicalswift opened pull request #12781: Don't check size_t variables for negative values (master...–size_t) https://github.com/bitcoin/bitcoin/pull/12781
< bitcoin-git> [bitcoin] practicalswift opened pull request #12780: Reduce variable scopes (master...limit-variable-scopes) https://github.com/bitcoin/bitcoin/pull/12780
< bitcoin-git> [bitcoin] practicalswift opened pull request #12779: Qt: Remove unused method setupAmountWidget(...) (master...remove-unused-function-setupAmountWidget) https://github.com/bitcoin/bitcoin/pull/12779
< bitcoin-git> [bitcoin] GabrielDav opened pull request #12778: RPC: Add username and ip logging for RPC method requests (master...12223-rpc-log-username) https://github.com/bitcoin/bitcoin/pull/12778
< bitcoin-git> [bitcoin] practicalswift closed pull request #12534: tests: List skipped flake8 warnings (rather than listing enabled warnings) (master...lint-python-invert) https://github.com/bitcoin/bitcoin/pull/12534

2018-03-24

< bitcoin-git> [bitcoin] Christewart opened pull request #12775: Integration of property based testing into Bitcoin Core (master...rapidcheck_build) https://github.com/bitcoin/bitcoin/pull/12775
< bitcoin-git> [bitcoin] jakubtrnka opened pull request #12774: Issue #10542 Signmessage doesn't work with segwit addresses (master...master) https://github.com/bitcoin/bitcoin/pull/12774
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12633: Reserve 16 bits of nversion in blockheader (master...reservedbits) https://github.com/bitcoin/bitcoin/pull/12633
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12760: Docs: Improve documentation on standard communication channels (master...communication-channels) https://github.com/bitcoin/bitcoin/pull/12760
< bitcoin-git> bitcoin/master 7466a26 MarcoFalke: Merge #12760: Docs: Improve documentation on standard communication channels...
< bitcoin-git> bitcoin/master 30d1a0a Jim Posen: Docs: Improve documentation on standard communication channels...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/b43aba89e356...7466a26cab5d
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12772: [CI]: bump travis timeout for make check to 50m (master...bump_travis_timeout) https://github.com/bitcoin/bitcoin/pull/12772
< bitcoin-git> bitcoin/master b43aba8 MarcoFalke: Merge #12772: [CI]: bump travis timeout for make check to 50m...
< bitcoin-git> bitcoin/master bc308ba Karl-Johan Alm: [CI]: bump travis timeout for make check to 50m
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/02b7e8319aef...b43aba89e356
< bitcoin-git> [bitcoin] fanquake closed pull request #12412: Enable spectre mitigations when supported by compiler. (master...spectre-mitigation) https://github.com/bitcoin/bitcoin/pull/12412

2018-03-23

< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12709: [wallet] shuffle sendmany recipients ordering (master...shuffleoutputs) https://github.com/bitcoin/bitcoin/pull/12709
< bitcoin-git> bitcoin/master 02b7e83 MarcoFalke: Merge #12709: [wallet] shuffle sendmany recipients ordering...
< bitcoin-git> bitcoin/master 6acb02d Gregory Sanders: add release note for sendmany output shuffling
< bitcoin-git> bitcoin/master cf6ef3c Gregory Sanders: shuffle sendmany recipients ordering to shuffle tx outputs
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/cead84b72d27...02b7e8319aef
< bitcoin-git> [bitcoin] jnewbery opened pull request #12772: [CI]: bump travis timeout for make check to 50m (master...bump_travis_timeout) https://github.com/bitcoin/bitcoin/pull/12772
< bitcoin-git> [bitcoin] ctp-tsteenholdt reopened pull request #12769: Add systemd service to bitcoind in debian package (master...master) https://github.com/bitcoin/bitcoin/pull/12769
< bitcoin-git> [bitcoin] ctp-tsteenholdt closed pull request #12769: Add systemd service to bitcoind in debian package (master...master) https://github.com/bitcoin/bitcoin/pull/12769
< bitcoin-git> [bitcoin] practicalswift opened pull request #12770: Use explicit casting in cuckoocache's compute_hashes(...) to clarify integer conversion (master...cuckoocache) https://github.com/bitcoin/bitcoin/pull/12770
< bitcoin-git> [bitcoin] ctp-tsteenholdt opened pull request #12769: Add systemd service to bitcoind in debian package (master...master) https://github.com/bitcoin/bitcoin/pull/12769
< bitcoin-git> [bitcoin] practicalswift opened pull request #12767: Initialize nVersionDummy to zero in deserialization code (master...initialize-nVersionDummy-to-zero) https://github.com/bitcoin/bitcoin/pull/12767
< bitcoin-git> [bitcoin] romanz opened pull request #12766: [WIP] Tidy up REST interface functional tests (master...tidy_up_rest_test) https://github.com/bitcoin/bitcoin/pull/12766
< bitcoin-git> [bitcoin] Empact opened pull request #12765: Store the current config file at read time, and return it from GetConfigFile if set (master...config-file-path) https://github.com/bitcoin/bitcoin/pull/12765
< bitcoin-git> [bitcoin] conscott opened pull request #12764: Remove field in getblocktemplate help that has never been used. (master...remove_unused_gbt_field) https://github.com/bitcoin/bitcoin/pull/12764
< bitcoin-git> [bitcoin] JeremyRubin opened pull request #12763: Add RPC Whitelist Feature from #12248 (master...whitelistrpc) https://github.com/bitcoin/bitcoin/pull/12763
< bitcoin-git> [bitcoin] promag opened pull request #12762: Make CKeyStore an interface (master...2018-03-keystore) https://github.com/bitcoin/bitcoin/pull/12762

2018-03-22

< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12757: Clarify include guard naming convention (master...include-guard) https://github.com/bitcoin/bitcoin/pull/12757
< bitcoin-git> [bitcoin] laanwj closed pull request #11536: Rename account to label where appropriate (master...pr/acct) https://github.com/bitcoin/bitcoin/pull/11536
< bitcoin-git> bitcoin/master cead84b Wladimir J. van der Laan: Merge #11536: Rename account to label where appropriate...
< bitcoin-git> bitcoin/master d2527bd Russell Yanofsky: Rename wallet_accounts.py test...
< bitcoin-git> bitcoin/master 045eeb8 Russell Yanofsky: Rename account to label where appropriate...
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/9552dfb1f632...cead84b72d27
< bitcoin-git> [bitcoin] laanwj closed pull request #12694: Actually disable BnB when there are preset inputs (master...fix-preset-coins-bnb) https://github.com/bitcoin/bitcoin/pull/12694
< bitcoin-git> bitcoin/master 9552dfb Wladimir J. van der Laan: Merge #12694: Actually disable BnB when there are preset inputs...
< bitcoin-git> bitcoin/master 081bf54 Andrew Chow: Test that BnB is not used when there are preset inputs
< bitcoin-git> bitcoin/master 6ef9982 Andrew Chow: Actually disable BnB when there are preset inputs...
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/f686002a8eba...9552dfb1f632
< bitcoin-git> [bitcoin] jimpo opened pull request #12760: Docs: Improve documentation on standard communication channels. (master...communication-channels) https://github.com/bitcoin/bitcoin/pull/12760
< bitcoin-git> [bitcoin] eklitzke opened pull request #12759: [Docs] Improve formatting of developer notes (master...developer-notes) https://github.com/bitcoin/bitcoin/pull/12759
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12742: Make FastRandomContext support standard C++11 RNG interface (master...201803_stdrandom) https://github.com/bitcoin/bitcoin/pull/12742
< bitcoin-git> bitcoin/master f686002 MarcoFalke: Merge #12742: Make FastRandomContext support standard C++11 RNG interface...
< bitcoin-git> bitcoin/master 1ec1602 Pieter Wuille: Make FastRandomContext support standard C++11 RNG interface...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c290508a5ebf...f686002a8eba
< bitcoin-git> [bitcoin] practicalswift opened pull request #12757: Clarify include guard naming convention (master...include-guard) https://github.com/bitcoin/bitcoin/pull/12757
< bitcoin-git> [bitcoin] jnewbery opened pull request #12756: [config] Remove blockmaxsize option (master...remove_blockmaxsize) https://github.com/bitcoin/bitcoin/pull/12756
< bitcoin-git> [bitcoin] laanwj closed pull request #12630: Provide useful error message if datadir is not writable. (master...datadir_writable) https://github.com/bitcoin/bitcoin/pull/12630
< bitcoin-git> bitcoin/master 8674e74 murrayn: Provide relevant error message if datadir is not writable.
< bitcoin-git> bitcoin/master c290508 Wladimir J. van der Laan: Merge #12630: Provide useful error message if datadir is not writable....
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/a6926b065d65...c290508a5ebf
< bitcoin-git> [bitcoin] jnewbery closed pull request #12379: [WIP] Better stderr testing in functional tests (master...test_full_stderr2) https://github.com/bitcoin/bitcoin/pull/12379
< bitcoin-git> [bitcoin] jnewbery opened pull request #12755: [tests] Better stderr testing (master...better_stderr_testing) https://github.com/bitcoin/bitcoin/pull/12755
< bitcoin-git> [bitcoin] laanwj closed pull request #12048: Use best-fit strategy in Arena, now O(log(n)) instead O(n) (master...faster_arena) https://github.com/bitcoin/bitcoin/pull/12048
< bitcoin-git> bitcoin/master 5fbf7c4 Martin Ankerl: fix nits: variable naming, typos
< bitcoin-git> bitcoin/master a6926b0 Wladimir J. van der Laan: Merge #12048: Use best-fit strategy in Arena, now O(log(n)) instead O(n)...
< bitcoin-git> bitcoin/master 1e0ee90 Martin Ankerl: Use best-fit strategy in Arena, now O(log(n)) instead O(n)...
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/6d36f599f88e...a6926b065d65
< bitcoin-git> [bitcoin] laanwj closed pull request #12076: qa: Use node.datadir instead of tmpdir in test framework (master...Mf1801-qaUseUtilDatadir) https://github.com/bitcoin/bitcoin/pull/12076
< bitcoin-git> bitcoin/master 6d36f59 Wladimir J. van der Laan: Merge #12076: qa: Use node.datadir instead of tmpdir in test framework...
< bitcoin-git> bitcoin/master c8330d4 MarcoFalke: qa: Use node.datadir instead of tmpdir in test framework
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/185d48473e43...6d36f599f88e
< bitcoin-git> [bitcoin] laanwj closed pull request #12718: [Tests] Require exact match in assert_start_raises_init_eror (jnewbery) (master...Mf1803-qaRegexInitError) https://github.com/bitcoin/bitcoin/pull/12718
< bitcoin-git> bitcoin/master fae1374 MarcoFalke: qa: Allow for partial_match when checking init error...
< bitcoin-git> bitcoin/master 5812273 John Newbery: [Tests] Require exact match in assert_start_raises_init_eror()
< bitcoin-git> bitcoin/master 0ec08a6 John Newbery: [Tests] Move assert_start_raises_init_error method to TestNode
< bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/ad823178e85a...185d48473e43
< bitcoin-git> [bitcoin] laanwj closed pull request #12704: base58: use map instead of strchr() when decode (master...b58_bitmap) https://github.com/bitcoin/bitcoin/pull/12704
< bitcoin-git> bitcoin/master ad82317 Wladimir J. van der Laan: Merge #12704: base58: use map instead of strchr() when decode...
< bitcoin-git> bitcoin/master bcab47b Kevin Pan: use base58 map instead of strchr()
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e0f7515f5500...ad823178e85a
< bitcoin-git> [bitcoin] Empact closed pull request #12745: Expose node relay fee settings in help, independent of -help-debug (master...expose-relay-fee-settings-help) https://github.com/bitcoin/bitcoin/pull/12745
< bitcoin-git> [bitcoin] eklitzke closed pull request #12649: Add documentation about generating flame graphs. (master...flamegraphs) https://github.com/bitcoin/bitcoin/pull/12649

2018-03-21

< bitcoin-git> [bitcoin] sipa closed pull request #12750: Replace boost::call_once with std::call_once (master...21032018_call_once) https://github.com/bitcoin/bitcoin/pull/12750
< bitcoin-git> bitcoin/master 57dae3f donaloconnor: Replace boost::call_once with std::call_once
< bitcoin-git> bitcoin/master e0f7515 Pieter Wuille: Merge #12750: Replace boost::call_once with std::call_once...
< bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/2b1c50b9352a...e0f7515f5500
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12747: Fix typos (master...typos-201803) https://github.com/bitcoin/bitcoin/pull/12747
< bitcoin-git> bitcoin/master 2b1c50b MarcoFalke: Merge #12747: Fix typos...
< bitcoin-git> bitcoin/master d27327c practicalswift: Fix typos
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/2405ce1df043...2b1c50b9352a
< bitcoin-git> [bitcoin] sipa opened pull request #12752: [MOVEONLY] Move compressor utility functions out of class (master...201803_movecompress) https://github.com/bitcoin/bitcoin/pull/12752
< bitcoin-git> [bitcoin] donaloconnor opened pull request #12750: Replace boost::call_once with std::call_once (master...21032018_call_once) https://github.com/bitcoin/bitcoin/pull/12750
< bitcoin-git> [bitcoin] instagibbs opened pull request #12749: feebumper: discard change outputs below discard rate (master...discardbump) https://github.com/bitcoin/bitcoin/pull/12749
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12746: tests: Remove unused argument max_invalid from check_estimates(...) (master...check_estimates-max_invalid) https://github.com/bitcoin/bitcoin/pull/12746
< bitcoin-git> bitcoin/master 2405ce1 MarcoFalke: Merge #12746: tests: Remove unused argument max_invalid from check_estimates(...)...
< bitcoin-git> bitcoin/master a004eb1 practicalswift: tests: Remove unused argument max_invalid from check_estimates(...)
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/310dc61ea3e2...2405ce1df043
< bitcoin-git> [bitcoin] laanwj closed pull request #12723: Qt5: Warning users about invalid-BIP21 URI bitcoin:// (master...qt5-uri-error-message) https://github.com/bitcoin/bitcoin/pull/12723
< bitcoin-git> bitcoin/master 310dc61 Wladimir J. van der Laan: Merge #12723: Qt5: Warning users about invalid-BIP21 URI bitcoin://...
< bitcoin-git> bitcoin/master b7fbcc5 Alexey Ivanov: Qt: Warn users about invalid-BIP21 URI bitcoin://
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/4ad3b3c72c73...310dc61ea3e2
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12716: Fix typos and cleanup in various files (master...fix-typos) https://github.com/bitcoin/bitcoin/pull/12716
< bitcoin-git> bitcoin/master 4ad3b3c MarcoFalke: Merge #12716: Fix typos and cleanup in various files...
< bitcoin-git> bitcoin/master 4d9b425 Dimitris Apostolou: Fix typos
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/9b8b1079ddab...4ad3b3c72c73
< bitcoin-git> [bitcoin] practicalswift opened pull request #12747: Fix typos (master...typos-201803) https://github.com/bitcoin/bitcoin/pull/12747
< bitcoin-git> [bitcoin] practicalswift opened pull request #12746: tests: Remove unused argument max_invalid from check_estimates(...) (master...check_estimates-max_invalid) https://github.com/bitcoin/bitcoin/pull/12746
< bitcoin-git> [bitcoin] Empact opened pull request #12745: Expose node relay fee settings in help, independent of -help-debug (master...expose-relay-fee-settings-help) https://github.com/bitcoin/bitcoin/pull/12745
< bitcoin-git> [bitcoin] practicalswift closed pull request #11694: rpc: Add missing cs_main lock in getblocktemplate(...) (master...missing-lock-in-getblocktemplate) https://github.com/bitcoin/bitcoin/pull/11694
< bitcoin-git> [bitcoin] eklitzke opened pull request #12744: Completely eliminate dependency on boost::program_options (master...program_options) https://github.com/bitcoin/bitcoin/pull/12744
< bitcoin-git> [bitcoin] sipa opened pull request #12743: Fix csBestBlock/cvBlockChange waiting in rpc/mining (master...201803_waitblockchange) https://github.com/bitcoin/bitcoin/pull/12743
< bitcoin-git> [bitcoin] sipa closed pull request #12737: Remove unnecessary NONNEGATIVE_SIGNED (master...pr/nosigned) https://github.com/bitcoin/bitcoin/pull/12737
< bitcoin-git> bitcoin/master 9b8b107 Pieter Wuille: Merge #12737: Remove unnecessary NONNEGATIVE_SIGNED...
< bitcoin-git> bitcoin/master 34ca750 Russell Yanofsky: Remove unnecessary NONNEGATIVE_SIGNED...
< bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/4ba3d4f4393d...9b8b1079ddab
< bitcoin-git> [bitcoin] sipa opened pull request #12742: Make FastRandomContext support standard C++11 RNG interface (master...201803_stdrandom) https://github.com/bitcoin/bitcoin/pull/12742
< bitcoin-git> [bitcoin] sipa opened pull request #12740: Add native support for serializing char arrays without FLATDATA (master...201803_chararray) https://github.com/bitcoin/bitcoin/pull/12740

2018-03-20

< bitcoin-git> [bitcoin] pedrobranco opened pull request #12739: Fix unlocking of an already spent output (master...bugfix/fix-lockunspent-deadlock) https://github.com/bitcoin/bitcoin/pull/12739
< bitcoin-git> [bitcoin] ryanofsky opened pull request #12737: Remove unnecessary NONNEGATIVE_SIGNED (master...pr/nosigned) https://github.com/bitcoin/bitcoin/pull/12737
< bitcoin-git> [bitcoin] lutangar opened pull request #12736: [RPC][Refactoring] Meaningful error code when called with wrong number of arguments (master...error-code-for-param-number) https://github.com/bitcoin/bitcoin/pull/12736
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12728: [tests] rename TestNode to TestP2PConn in tests (master...rename_test_node) https://github.com/bitcoin/bitcoin/pull/12728
< bitcoin-git> bitcoin/master 4ba3d4f MarcoFalke: Merge #12728: [tests] rename TestNode to TestP2PConn in tests...
< bitcoin-git> bitcoin/master 728667b John Newbery: scripted-diff: rename TestNode to TestP2PConn in tests...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/55f490a79fc5...4ba3d4f4393d
< bitcoin-git> [bitcoin] laanwj closed pull request #12652: bitcoin-cli: Provide a better error message when bitcoind is not running (master...bitcoin-cli-error-message-when-bitcoind-is-not-running) https://github.com/bitcoin/bitcoin/pull/12652
< bitcoin-git> bitcoin/master 8b2ef27 practicalswift: tests: Test connecting with non-existing RPC cookie file
< bitcoin-git> bitcoin/master a2b2476 practicalswift: tests: Test connecting to a non-existing server
< bitcoin-git> bitcoin/master de04fde practicalswift: bitcoin-cli: Provide a better error message when bitcoind is not running...
< bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/e47682633817...55f490a79fc5
< bitcoin-git> [bitcoin] laanwj closed pull request #12721: Qt: remove "new" button during receive-mode in addressbook (master...2018/03/addr_new_btn) https://github.com/bitcoin/bitcoin/pull/12721
< bitcoin-git> bitcoin/master e476826 Wladimir J. van der Laan: Merge #12721: Qt: remove "new" button during receive-mode in addressbook...
< bitcoin-git> bitcoin/master d843db7 Jonas Schnelli: Qt: remove "new" button during receive-mode in addressbook
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/8ee5c7b74717...e47682633817
< bitcoin-git> [bitcoin] sipa opened pull request #12731: Support serialization as another type without casting (master...201803_astype) https://github.com/bitcoin/bitcoin/pull/12731

2018-03-19

< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12727: [RPC] Remove unreachable help conditions in rpcwallet.cpp (master...unreachable-help-condition) https://github.com/bitcoin/bitcoin/pull/12727
< bitcoin-git> bitcoin/master 8ee5c7b MarcoFalke: Merge #12727: [RPC] Remove unreachable help conditions in rpcwallet.cpp...
< bitcoin-git> bitcoin/master e5468a1 lutangar: Remove unreachable help conditions
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ee7b67e2784a...8ee5c7b74717
< bitcoin-git> [bitcoin] ryanofsky opened pull request #12729: Get rid of ambiguous OutputType::NONE value (master...pr/nonone) https://github.com/bitcoin/bitcoin/pull/12729
< bitcoin-git> [bitcoin] sipa closed pull request #12712: Support serialization as another type without casting (master...201803_astype) https://github.com/bitcoin/bitcoin/pull/12712
< bitcoin-git> [bitcoin] jnewbery opened pull request #12728: [tests] rename TestNode to TestP2PConn in tests (master...rename_test_node) https://github.com/bitcoin/bitcoin/pull/12728
< bitcoin-git> [bitcoin] laanwj closed pull request #9753: Add static_assert to prevent VARINT(<signed value>) (master...pr/varint-assert) https://github.com/bitcoin/bitcoin/pull/9753
< bitcoin-git> bitcoin/master ee7b67e Wladimir J. van der Laan: Merge #9753: Add static_assert to prevent VARINT(<signed value>)...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ebdf84c9601e...ee7b67e2784a
< bitcoin-git> bitcoin/master 499d95e Russell Yanofsky: Add static_assert to prevent VARINT(<signed value>)...
< bitcoin-git> [bitcoin] laanwj closed pull request #12700: Document RPC method aliasing (master...pr/alias) https://github.com/bitcoin/bitcoin/pull/12700
< bitcoin-git> bitcoin/master ebdf84c Wladimir J. van der Laan: Merge #12700: Document RPC method aliasing...
< bitcoin-git> bitcoin/master 4c317d8 Russell Yanofsky: Document RPC method aliasing...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/93634f296e0b...ebdf84c9601e
< bitcoin-git> [bitcoin] laanwj closed pull request #12553: Prefer wait_until over polling with time.sleep (master...wait-until) https://github.com/bitcoin/bitcoin/pull/12553
< bitcoin-git> bitcoin/master 93634f2 Wladimir J. van der Laan: Merge #12553: Prefer wait_until over polling with time.sleep...
< bitcoin-git> bitcoin/master 9d7f839 Ben Woosley: test: Use os.path.join consistently in feature_pruning tests
< bitcoin-git> bitcoin/master 81b0822 Ben Woosley: test: Use wait_until in tests where time was used for polling
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/c39dd2ef59c9...93634f296e0b
< bitcoin-git> [bitcoin] lutangar opened pull request #12727: [RPC][Trivial] Remove unreachable help conditions in `rpcwallet.cpp` (master...unreachable-help-condition) https://github.com/bitcoin/bitcoin/pull/12727
< bitcoin-git> [bitcoin] laanwj closed pull request #12408: wallet: Change output type globals to members (master...Mf1802-walletChangeTypeMember) https://github.com/bitcoin/bitcoin/pull/12408
< bitcoin-git> bitcoin/master c39dd2e Wladimir J. van der Laan: Merge #12408: wallet: Change output type globals to members...
< bitcoin-git> bitcoin/master fab8a6f MarcoFalke: wallet: Change output type globals to members
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/6324c68aa017...c39dd2ef59c9
< bitcoin-git> [bitcoin] laanwj closed pull request #12678: build: Fix a few compilation issues with Clang 7 and -Werror (master...master-compilation-fixes-with-clang7-werror) https://github.com/bitcoin/bitcoin/pull/12678
< bitcoin-git> bitcoin/master 8ae4132 Vasil Dimov: Remove redundant checks for MSG_* from configure.ac...
< bitcoin-git> bitcoin/master 71129e0 Vasil Dimov: Do not check for main() in libminiupnpc...
< bitcoin-git> bitcoin/master 8c632f7 Vasil Dimov: ax_boost_{chrono,unit_test_framework}.m4: take changes from upstream...
< bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/872c921c0a20...6324c68aa017
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12720: qa: Avoiding 'file' function name from python2 (master...pr_12437_variable_rename) https://github.com/bitcoin/bitcoin/pull/12720
< bitcoin-git> bitcoin/master 0dbb32b Jeff Rade: Avoiding 'file' function name from python2 with more descriptive variable naming
< bitcoin-git> bitcoin/master 872c921 MarcoFalke: Merge #12720: qa: Avoiding 'file' function name from python2...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/00d1680498c5...872c921c0a20
< bitcoin-git> [bitcoin] fanquake closed pull request #12725: LCoin (master...master) https://github.com/bitcoin/bitcoin/pull/12725
< bitcoin-git> [bitcoin] mathhoang88 opened pull request #12725: LCoin (master...master) https://github.com/bitcoin/bitcoin/pull/12725
< bitcoin-git> [bitcoin] krab opened pull request #12723: Qt5: Warning users about invalid-BIP21 URI bitcoin:// (master...qt5-uri-error-message) https://github.com/bitcoin/bitcoin/pull/12723
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #12721: Qt: remove "new" button during receive-mode in addressbook (master...2018/03/addr_new_btn) https://github.com/bitcoin/bitcoin/pull/12721

2018-03-18

< bitcoin-git> [bitcoin] jeffrade opened pull request #12720: Avoiding 'file' function name from python2 (master...pr_12437_variable_rename) https://github.com/bitcoin/bitcoin/pull/12720
< bitcoin-git> [bitcoin] practicalswift opened pull request #12719: tests: Add note about test suite naming convention in developer-notes.md (master...consistent-test-naming) https://github.com/bitcoin/bitcoin/pull/12719
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #12718: [Tests] Require exact match in assert_start_raises_init_eror (jnewbery) (master...Mf1803-qaRegexInitError) https://github.com/bitcoin/bitcoin/pull/12718
< bitcoin-git> [bitcoin] romanz opened pull request #12717: Handle UTXO retrieval when ignoring the mempool (master...master) https://github.com/bitcoin/bitcoin/pull/12717
< bitcoin-git> [bitcoin] rex4539 closed pull request #12593: Fix typos and cleanup in various files (master...rex4539-typos) https://github.com/bitcoin/bitcoin/pull/12593
< bitcoin-git> [bitcoin] rex4539 opened pull request #12716: Fix typos and cleanup in various files (master...fix-typos) https://github.com/bitcoin/bitcoin/pull/12716
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #12510: test: Add rpc_bind test to default-run tests (master...2018_02_reinstate_rpcbind_test) https://github.com/bitcoin/bitcoin/pull/12510
< bitcoin-git> [bitcoin] hkjn opened pull request #12715: depends: Add 'make clean' rule (master...clean-depends) https://github.com/bitcoin/bitcoin/pull/12715
< bitcoin-git> [bitcoin] sipa opened pull request #12714: Introduce interface for signing providers (master...201803_signingprovider) https://github.com/bitcoin/bitcoin/pull/12714
< bitcoin-git> [bitcoin] eklitzke opened pull request #12713: Fix unintuitive boolean option parsing behavior (master...bool-option-parsing) https://github.com/bitcoin/bitcoin/pull/12713

2018-03-17

< bitcoin-git> [bitcoin] sipa opened pull request #12712: Support serialization as another type without casting (master...201803_astype) https://github.com/bitcoin/bitcoin/pull/12712
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12710: Append scripts to new test_list array to fix bad assignment (master...PR_12437_test_runner_fix) https://github.com/bitcoin/bitcoin/pull/12710
< bitcoin-git> bitcoin/master 00d1680 MarcoFalke: Merge #12710: Append scripts to new test_list array to fix bad assignment...
< bitcoin-git> bitcoin/master b0fec8d Jeff Rade: Append scripts to new test_list array to fix bad assignment
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/585db41e9ab7...00d1680498c5
< bitcoin-git> [bitcoin] WhiteSymmetry opened pull request #12711: Update build-windows.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/12711
< bitcoin-git> [bitcoin] jeffrade opened pull request #12710: Append scripts to new test_list array to fix bad assignment (master...PR_12437_test_runner_fix) https://github.com/bitcoin/bitcoin/pull/12710
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12437: [Trivial] Simplify if-else blocks and more descriptive variable naming (master...test_runner_refactor) https://github.com/bitcoin/bitcoin/pull/12437
< bitcoin-git> bitcoin/master 585db41 MarcoFalke: Merge #12437: [Trivial] Simplify if-else blocks and more descriptive variable naming...
< bitcoin-git> bitcoin/master 97bcd36 Jeff Rade: [Trivial] Simplify if-else blocks and more descriptive variable naming
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/af20f9b1d485...585db41e9ab7
< bitcoin-git> [bitcoin] fanquake closed pull request #12707: log: Be less confusing in the way we inform the user that logging has started (master...scrolling-can-be-fun-but-this-is-too-much-fun) https://github.com/bitcoin/bitcoin/pull/12707
< bitcoin-git> [bitcoin] sipa closed pull request #12542: Remove redundant includes. Conform to header include guidelines. (master...include-guidelines) https://github.com/bitcoin/bitcoin/pull/12542

2018-03-16

< bitcoin-git> bitcoin/master af20f9b Pieter Wuille: Merge #12542: Remove redundant includes. Conform to header include guidelines....
< bitcoin-git> bitcoin/master 7ef46d0 practicalswift: Remove redundant includes. Conform to header include guidelines....
< bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/7be9a9a570c1...af20f9b1d485
< bitcoin-git> [bitcoin] instagibbs opened pull request #12709: shuffle sendmany recipients ordering, since caller cannot control (master...shuffleoutputs) https://github.com/bitcoin/bitcoin/pull/12709
< bitcoin-git> [bitcoin] sipa opened pull request #12708: Make verify-commits.sh test that merges are clean (master...201803_cleanmerge) https://github.com/bitcoin/bitcoin/pull/12708
< bitcoin-git> [bitcoin] practicalswift opened pull request #12707: log: Be less confusing in the way we inform the user that logging has started (master...scrolling-can-be-fun-but-this-is-too-much-fun) https://github.com/bitcoin/bitcoin/pull/12707
< bitcoin-git> [bitcoin] kallewoof opened pull request #12705: Importmulti private key support (master...importmulti-wif-support) https://github.com/bitcoin/bitcoin/pull/12705
< bitcoin-git> [bitcoin] bitkevin opened pull request #12704: base58: use map instead of strchr() when decode (master...b58_bitmap) https://github.com/bitcoin/bitcoin/pull/12704
< bitcoin-git> [bitcoin] kallewoof closed pull request #12701: [wallet] importprivkey: explicit rescan for known key (master...importprivkey-explicit-rescan) https://github.com/bitcoin/bitcoin/pull/12701
< bitcoin-git> [bitcoin] kallewoof opened pull request #12702: [wallet] [rpc] [doc] importprivkey: hint about importmulti (master...importprivkey-importmulti-hint) https://github.com/bitcoin/bitcoin/pull/12702
< bitcoin-git> [bitcoin] kallewoof opened pull request #12701: [wallet] importprivkey: explicit rescan for known key (master...importprivkey-explicit-rescan) https://github.com/bitcoin/bitcoin/pull/12701

2018-03-15

< bitcoin-git> [bitcoin] sipa closed pull request #12683: Fix more constness violations in serialization code (master...201803_moreser) https://github.com/bitcoin/bitcoin/pull/12683
< bitcoin-git> bitcoin/master 7be9a9a Pieter Wuille: Merge #12683: Fix more constness violations in serialization code...
< bitcoin-git> bitcoin/master 172f5fa Pieter Wuille: Support deserializing into temporaries...
< bitcoin-git> bitcoin/master 2761bca Pieter Wuille: Merge READWRITEMANY into READWRITE
< bitcoin-git> [bitcoin] sipa pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/2bac3e484114...7be9a9a570c1
< bitcoin-git> [bitcoin] sipa closed pull request #12621: Avoid querying unnecessary model data when filtering transactions (master...2018-03-transaction-filter-avoid-querying) https://github.com/bitcoin/bitcoin/pull/12621
< bitcoin-git> bitcoin/master 2bac3e4 Pieter Wuille: Merge #12621: Avoid querying unnecessary model data when filtering transactions...
< bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/df529dcc65e8...2bac3e484114
< bitcoin-git> bitcoin/master 1ee72a8 João Barbosa: qt: Avoid querying unnecessary model data when filtering transactions
< bitcoin-git> [bitcoin] sipa closed pull request #12693: Remove unused variable in SortForBlock (master...unused-sort-for-block-param) https://github.com/bitcoin/bitcoin/pull/12693
< bitcoin-git> bitcoin/master df529dc Pieter Wuille: Merge #12693: Remove unused variable in SortForBlock...
< bitcoin-git> bitcoin/master bb079a0 Drew Rasmussen: Remove unused variable in SortForBlock
< bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/947c25ead21a...df529dcc65e8
< bitcoin-git> [bitcoin] ryanofsky opened pull request #12700: Document RPC method aliasing (master...pr/alias) https://github.com/bitcoin/bitcoin/pull/12700
< bitcoin-git> [bitcoin] instagibbs opened pull request #12699: Shuffle transaction inputs before returning from SelectCoins (master...shuffleinputs) https://github.com/bitcoin/bitcoin/pull/12699
< bitcoin-git> [bitcoin] laanwj closed pull request #12431: Only call NotifyBlockTip when chainActive changes (master...jamesob/2018-02-prevent-bad-latestblock) https://github.com/bitcoin/bitcoin/pull/12431
< bitcoin-git> bitcoin/master 947c25e Wladimir J. van der Laan: Merge #12431: Only call NotifyBlockTip when chainActive changes...
< bitcoin-git> bitcoin/master f98b543 James O'Beirne: Only call NotifyBlockTip when the active chain changes...
< bitcoin-git> bitcoin/master 152b7fb James O'Beirne: [tests] Add a (failing) test for waitforblockheight...
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/e057589dc67f...947c25ead21a
< bitcoin-git> [bitcoin] eklitzke opened pull request #12696: Fix possible data race when committing block files (master...fsync) https://github.com/bitcoin/bitcoin/pull/12696
< bitcoin-git> [bitcoin] eklitzke opened pull request #12695: [build] Fix some strange behavior with --enable-debug (master...enabledebug) https://github.com/bitcoin/bitcoin/pull/12695
< bitcoin-git> [bitcoin] kallewoof closed pull request #10877: [rpc] Verbose flags for chaining and scripting (master...verbose-flagging) https://github.com/bitcoin/bitcoin/pull/10877
< bitcoin-git> [bitcoin] kallewoof closed pull request #10585: [WIP] PoW connection slots (master...pow-connection-slots) https://github.com/bitcoin/bitcoin/pull/10585
< bitcoin-git> [bitcoin] kallewoof closed pull request #10386: [WIP] [wallet] Optional '-avoidreuse' flag which defaults to not reusing addresses in sends (master...feature-white-black-address) https://github.com/bitcoin/bitcoin/pull/10386
< bitcoin-git> [bitcoin] achow101 opened pull request #12694: Actually disable BnB when there are preset inputs (master...fix-preset-coins-bnb) https://github.com/bitcoin/bitcoin/pull/12694
< bitcoin-git> [bitcoin] drewx2 opened pull request #12693: Remove unused variable in SortForBlock (master...unused-sort-for-block-param) https://github.com/bitcoin/bitcoin/pull/12693
< bitcoin-git> [bitcoin] eklitzke opened pull request #12692: Add configure options for various -fsanitize flags (master...sanitize) https://github.com/bitcoin/bitcoin/pull/12692

2018-03-14

< bitcoin-git> [bitcoin] eklitzke opened pull request #12689: Smarter default behavior for -printtoconsole (master...console) https://github.com/bitcoin/bitcoin/pull/12689
< bitcoin-git> [bitcoin] dooglus closed pull request #11085: Add 'sethdseed' RPC to initialize or replace HD seed. (master...set_hd_seed) https://github.com/bitcoin/bitcoin/pull/11085
< bitcoin-git> [bitcoin] Sjors closed pull request #12687: Remove unused -testsafemode [AKA: why this PR is wrong] (master...2018-03/testsafemode) https://github.com/bitcoin/bitcoin/pull/12687
< bitcoin-git> [bitcoin] Sjors opened pull request #12687: Remove unused -testsafemode [AKA: why this PR is wrong] (master...2018-03/testsafemode) https://github.com/bitcoin/bitcoin/pull/12687
< bitcoin-git> [bitcoin] laanwj closed pull request #10637: Coin Selection with Murch's algorithm (master...bnb-coin-select) https://github.com/bitcoin/bitcoin/pull/10637
< bitcoin-git> bitcoin/master f84fed8 Andrew Chow: Store effective value, fee, and long term fee in CInputCoin...
< bitcoin-git> bitcoin/master 0185939 Andrew Chow: Implement Branch and Bound coin selection in a new file...
< bitcoin-git> bitcoin/master 12ec29d Andrew Chow: Calculate and store the number of bytes required to spend an input
< bitcoin-git> [bitcoin] laanwj pushed 14 new commits to master: https://github.com/bitcoin/bitcoin/compare/e7721e667260...e057589dc67f
< bitcoin-git> [bitcoin] laanwj closed pull request #12586: docs: Update osx brew install instruction (master...homebrew-python3-python) https://github.com/bitcoin/bitcoin/pull/12586
< bitcoin-git> bitcoin/master e7721e6 Wladimir J. van der Laan: Merge #12586: docs: Update osx brew install instruction...
< bitcoin-git> bitcoin/master 59f4795 fanquake: docs: Update osx brew install instruction
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/de2fcaa89a61...e7721e667260
< bitcoin-git> [bitcoin] laanwj closed pull request #12668: Doc: do update before fetching packages in WSL build guide (master...patch-1) https://github.com/bitcoin/bitcoin/pull/12668
< bitcoin-git> bitcoin/master de2fcaa Wladimir J. van der Laan: Merge #12668: Doc: do update before fetching packages in WSL build guide...
< bitcoin-git> bitcoin/master e29c6c8 Nick Vercammen: Ubuntu xenial first dependencies...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/56cc022112af...de2fcaa89a61
< bitcoin-git> [bitcoin] laanwj closed pull request #12636: backport: #11995 Fix Qt build with Xcode 9 (0.16...qt-fix-backport) https://github.com/bitcoin/bitcoin/pull/12636
< bitcoin-git> [bitcoin] laanwj closed pull request #12080: Add support to search the address book (master...2018-01-searchaddressbook) https://github.com/bitcoin/bitcoin/pull/12080
< bitcoin-git> bitcoin/master 56cc022 Wladimir J. van der Laan: Merge #12080: Add support to search the address book...
< bitcoin-git> bitcoin/master c316fdf João Barbosa: [qt] Add support to search the address book
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/05042d38ba56...56cc022112af
< bitcoin-git> [bitcoin] laanwj closed pull request #12666: configure: UniValue 1.0.4 is required for pushKV(, bool) (master...univalue-1.0.4-required) https://github.com/bitcoin/bitcoin/pull/12666
< bitcoin-git> bitcoin/master 05042d3 Wladimir J. van der Laan: Merge #12666: configure: UniValue 1.0.4 is required for pushKV(, bool)...
< bitcoin-git> bitcoin/master 8172d3a Luke Dashjr: configure: UniValue 1.0.4 is required for pushKV(, bool)
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/7fb8fb43a630...05042d38ba56
< bitcoin-git> [bitcoin] laanwj closed pull request #12510: test: Add rpc_bind test to default-run tests (master...2018_02_reinstate_rpcbind_test) https://github.com/bitcoin/bitcoin/pull/12510
< bitcoin-git> [bitcoin] fanquake closed pull request #12316: Upgrade depends/build system to use Qt 5.9.4 (master...patch-1) https://github.com/bitcoin/bitcoin/pull/12316
< bitcoin-git> [bitcoin] fanquake closed pull request #12685: [gui] script addresses for sending, not signing (master...master) https://github.com/bitcoin/bitcoin/pull/12685
< bitcoin-git> [bitcoin] laanwj closed pull request #12102: Apply hardening measures in bitcoind systemd service file (master...systemd-hardening) https://github.com/bitcoin/bitcoin/pull/12102
< bitcoin-git> bitcoin/master 7fb8fb4 Wladimir J. van der Laan: Merge #12102: Apply hardening measures in bitcoind systemd service file...
< bitcoin-git> bitcoin/master 79ddfad Florian Schmaus: Apply hardening measurements in bitcoind systemd service file...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c4219ff3786e...7fb8fb43a630
< bitcoin-git> [bitcoin] laanwj closed pull request #12625: depends: biplist 1.0.3 (master...biplist-1-0-3) https://github.com/bitcoin/bitcoin/pull/12625
< bitcoin-git> bitcoin/master c4219ff Wladimir J. van der Laan: Merge #12625: depends: biplist 1.0.3...
< bitcoin-git> bitcoin/master 4ef82f1 fanquake: depends: biplist 1.0.3
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ce6ffe196e9b...c4219ff3786e
< bitcoin-git> [bitcoin] laanwj closed pull request #12638: qa: Cache only chain and wallet for regtest datadir (master...Mf1803-qaMempoolCache) https://github.com/bitcoin/bitcoin/pull/12638
< bitcoin-git> bitcoin/master ce6ffe1 Wladimir J. van der Laan: Merge #12638: qa: Cache only chain and wallet for regtest datadir...
< bitcoin-git> bitcoin/master fa23105 MarcoFalke: qa: Cache only chain and wallet for regtest datadir
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/9f04c8e23118...ce6ffe196e9b
< bitcoin-git> [bitcoin] practicalswift opened pull request #12686: travis: Generate a trap for signed arithmetic overflows (enable -ftrapv) (master...trapv) https://github.com/bitcoin/bitcoin/pull/12686
< bitcoin-git> [bitcoin] laanwj closed pull request #12682: travis: Clone depth 1 unless $CHECK_DOC (master...Mf1803-travisDepth1) https://github.com/bitcoin/bitcoin/pull/12682
< bitcoin-git> bitcoin/master 9f04c8e Wladimir J. van der Laan: Merge #12682: travis: Clone depth 1 unless $CHECK_DOC...
< bitcoin-git> bitcoin/master fa79016 MarcoFalke: travis: Clone depth 1 unless $CHECK_DOC
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c6fc6656299b...9f04c8e23118
< bitcoin-git> [bitcoin] laanwj closed pull request #12680: Add missing virtual destructor in PeerLogicValidation (master...master-add-missing-vdtor-in-PeerLogicValidation) https://github.com/bitcoin/bitcoin/pull/12680
< bitcoin-git> bitcoin/master c6fc665 Wladimir J. van der Laan: Merge #12680: Add missing virtual destructor in PeerLogicValidation...
< bitcoin-git> bitcoin/master 2b3ea39 Vasil Dimov: Polish interfaces around PeerLogicValidation...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/6acd8700bc0e...c6fc6656299b
< bitcoin-git> [bitcoin] bill-walker opened pull request #12685: [gui] script addresses for sending, not signing (master...master) https://github.com/bitcoin/bitcoin/pull/12685
< bitcoin-git> [bitcoin] bill-walker closed pull request #12599: [gui] Use base58 script hash address as example (master...master) https://github.com/bitcoin/bitcoin/pull/12599
< bitcoin-git> bitcoin/master 6acd870 Pieter Wuille: Merge #9680: Unify CWalletTx construction...
< bitcoin-git> bitcoin/master b4bc32a Russell Yanofsky: [wallet] Get rid of CWalletTx default constructor...
< bitcoin-git> bitcoin/master a128bdc Russell Yanofsky: [wallet] Construct CWalletTx objects in CommitTransaction...
< bitcoin-git> [bitcoin] sipa pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/18462960c0f1...6acd8700bc0e
< bitcoin-git> [bitcoin] sipa opened pull request #12683: Fix more constness violations in serialization code (master...201803_moreser) https://github.com/bitcoin/bitcoin/pull/12683
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12681: Fix ComputeTimeSmart test failure with -DDEBUG_LOCKORDER (master...pr/locksmart) https://github.com/bitcoin/bitcoin/pull/12681
< bitcoin-git> bitcoin/master 1846296 MarcoFalke: Merge #12681: Fix ComputeTimeSmart test failure with -DDEBUG_LOCKORDER...
< bitcoin-git> bitcoin/master 33eb907 Russell Yanofsky: Fix ComputeTimeSmart test failure with -DDEBUG_LOCKORDER...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/0630974647da...18462960c0f1

2018-03-13

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #12682: travis: Clone depth 1 unless $CHECK_DOC (master...Mf1803-travisDepth1) https://github.com/bitcoin/bitcoin/pull/12682
< bitcoin-git> [bitcoin] ryanofsky opened pull request #12681: Fix ComputeTimeSmart test failure with -DDEBUG_LOCKORDER (master...pr/locksmart) https://github.com/bitcoin/bitcoin/pull/12681
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11772: [tests] Change invalidblockrequest to use BitcoinTestFramework (master...refactor_invalidblockrequest) https://github.com/bitcoin/bitcoin/pull/11772
< bitcoin-git> bitcoin/master 2b7064e John Newbery: [tests] Fix flake8 warnings in invalidblockrequest