2018-04-04

< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/2106c4c64c36...bfaed1ab2ec7
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12853: qa: Match full plain text by default (master...Mf1803-qaErrorMatchFullText) https://github.com/bitcoin/bitcoin/pull/12853
< bitcoin-git> bitcoin/master 2106c4c MarcoFalke: Merge #12853: qa: Match full plain text by default...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/dab0d6859b8a...2106c4c64c36
< bitcoin-git> bitcoin/master faace13 MarcoFalke: qa: Match full plain text by default
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12702: [wallet] [rpc] [doc] importprivkey: hint about importmulti (master...importprivkey-importmulti-hint) https://github.com/bitcoin/bitcoin/pull/12702
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12851: travis: Run verify-commits only on cron jobs (master...Mf1804-travisCronVerifyCommits) https://github.com/bitcoin/bitcoin/pull/12851
< bitcoin-git> bitcoin/master 648252e MarcoFalke: Merge #12851: travis: Run verify-commits only on cron jobs...
< bitcoin-git> bitcoin/master fa6f12a MarcoFalke: travis: Run verify-commits only on cron jobs
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/1d540046fe47...648252e8ae91
< bitcoin-git> [bitcoin] jamesob reopened pull request #12873: [ci] Run functional tests using bitcoin-qt in one Travis job (master...2018-04-03-travis-func-qt) https://github.com/bitcoin/bitcoin/pull/12873
< bitcoin-git> [bitcoin] jamesob closed pull request #12873: [ci] Run functional tests using bitcoin-qt in one Travis job (master...2018-04-03-travis-func-qt) https://github.com/bitcoin/bitcoin/pull/12873
< bitcoin-git> [bitcoin] jnewbery opened pull request #12887: [trivial] Add newlines to end of log messages. (master...log_messages_newlines) https://github.com/bitcoin/bitcoin/pull/12887
< bitcoin-git> [bitcoin] sipa opened pull request #12886: Introduce Slice type and use it instead of FLATDATA (master...201803_slice) https://github.com/bitcoin/bitcoin/pull/12886
< bitcoin-git> [bitcoin] jamesob reopened pull request #12873: [ci] Run functional tests using bitcoin-qt in one Travis job (master...2018-04-03-travis-func-qt) https://github.com/bitcoin/bitcoin/pull/12873
< bitcoin-git> [bitcoin] jamesob closed pull request #12873: [ci] Run functional tests using bitcoin-qt in one Travis job (master...2018-04-03-travis-func-qt) https://github.com/bitcoin/bitcoin/pull/12873
< bitcoin-git> [bitcoin] sipa opened pull request #12885: Reduce implementation code inside CScript (master...201803_reducescript) https://github.com/bitcoin/bitcoin/pull/12885
< bitcoin-git> [bitcoin] jamesob closed pull request #12873: [ci] Run functional tests using bitcoin-qt in one Travis job (master...2018-04-03-travis-func-qt) https://github.com/bitcoin/bitcoin/pull/12873
< bitcoin-git> [bitcoin] practicalswift opened pull request #12882: tests: Fix lock-order-inversion (potential deadlock) in DoS_tests. Reported by TSAN. (master...lock-order-inversion-in-DoS_tests) https://github.com/bitcoin/bitcoin/pull/12882
< bitcoin-git> [bitcoin] jonasschnelli closed pull request #12870: make clean removes src/qt/moc_ files (master...2018/04/make_clean_qt_moc) https://github.com/bitcoin/bitcoin/pull/12870
< bitcoin-git> bitcoin/master 1d54004 Jonas Schnelli: Merge #12870: make clean removes src/qt/moc_ files...
< bitcoin-git> bitcoin/master 2ebad11 Sjors Provoost: make clean removes src/qt/moc_ files
< bitcoin-git> [bitcoin] jonasschnelli pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ad960f5771dc...1d540046fe47
< bitcoin-git> [bitcoin] murrayn opened pull request #12881: Tighten up bech32::Decode(); add tests. (master...bech32_decode) https://github.com/bitcoin/bitcoin/pull/12881
< bitcoin-git> [bitcoin] kallewoof opened pull request #12879: [scripted-diff] No extern function declarations (master...scripted-no-extern-functions) https://github.com/bitcoin/bitcoin/pull/12879
< bitcoin-git> [bitcoin] ajtowns opened pull request #12878: [refactor] Config handling refactoring in preparation for network-specific sections (master...netconf-refactor) https://github.com/bitcoin/bitcoin/pull/12878
< bitcoin-git> [bitcoin] knoxcard opened pull request #12877: Show correct bitcoin daemon bash commands (master...patch-1) https://github.com/bitcoin/bitcoin/pull/12877

2018-04-03

< bitcoin-git> [bitcoin] sipa opened pull request #12874: Only accept bare multisig outputs after addmultisigaddress (master...201803_nowalletbaremultisig) https://github.com/bitcoin/bitcoin/pull/12874
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12484: [net] Skip stale tip checks in regtest (master...no-staletip-check-regtest) https://github.com/bitcoin/bitcoin/pull/12484
< bitcoin-git> [bitcoin] jamesob opened pull request #12873: [ci] Run functional tests using bitcoin-qt in one Travis job (master...2018-04-03-travis-func-qt) https://github.com/bitcoin/bitcoin/pull/12873
< bitcoin-git> [bitcoin] jnewbery closed pull request #12490: Remove deprecated wallet rpc features from bitcoin_server (master...remove_deprecated_rpcs) https://github.com/bitcoin/bitcoin/pull/12490
< bitcoin-git> [bitcoin] jnewbery reopened pull request #12490: Remove deprecated wallet rpc features from bitcoin_server (master...remove_deprecated_rpcs) https://github.com/bitcoin/bitcoin/pull/12490
< bitcoin-git> [bitcoin] jnewbery closed pull request #8695: [Net] Retry feeler connection if OpenNetworkConnection fails in under 1ms. (master...2016-09-09-net-feeler-timeout) https://github.com/bitcoin/bitcoin/pull/8695
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12846: [moveonly] Extract HelpRequested to dry up the help options testing (master...dry-help) https://github.com/bitcoin/bitcoin/pull/12846
< bitcoin-git> bitcoin/master ad960f5 MarcoFalke: Merge #12846: [moveonly] Extract HelpRequested to dry up the help options testing...
< bitcoin-git> bitcoin/master b386970 Ben Woosley: [moveonly] Extract HelpRequested to dry up the help options testing...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c564424d98b1...ad960f5771dc
< bitcoin-git> [bitcoin] practicalswift opened pull request #12871: Add shell script linting: Check for shellcheck warnings in shell scripts (master...lint-shell) https://github.com/bitcoin/bitcoin/pull/12871
< bitcoin-git> [bitcoin] Sjors opened pull request #12870: make clean removes src/qt/moc_ files (master...2018/04/make_clean_qt_moc) https://github.com/bitcoin/bitcoin/pull/12870
< bitcoin-git> [bitcoin] kallewoof opened pull request #12869: Extend WIF format with key type (master...importmulti-wif-extended) https://github.com/bitcoin/bitcoin/pull/12869

2018-04-02

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #12860: Add testmempoolaccept to release-notes, Add missing const (master...Mf1804-docReleaseNotes) https://github.com/bitcoin/bitcoin/pull/12860

2018-04-01

< ossifrage> bitcoin.git/src/wallet/wallet.cpp:2490: undefined reference to `KnapsackSolver(long const&, std::vector<CInputCoin, std::allocator<CInputCoin> >&, std::set<CInputCoin, std::less<CInputCoin>, std::allocator<CInputCoin> >&, long&)'
< ossifrage> Is it normal for the head to fail to compile? Failing: bitcoin.git/src/wallet/wallet.cpp:2478: undefined reference to `SelectCoinsBnB(std::vector<CInputCoin, std::allocator<CInputCoin> >&, long const&, long const&, std::set<CInputCoin, std::less<CInputCoin>, std::allocator<CInputCoin> >&, long&, long)'

2018-03-30

< bitcoin-git> [bitcoin] jnewbery opened pull request #12843: [tests] Test starting bitcoind with -h and -version (master...test_help) https://github.com/bitcoin/bitcoin/pull/12843
< bitcoin-git> [bitcoin] promag opened pull request #12842: Prevent concurrent savemempool (master...2018-03-concurrent-savemempool) https://github.com/bitcoin/bitcoin/pull/12842
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12804: [tests] Fix intermittent rpc_net.py failure. (master...rpc_net_py_fix) https://github.com/bitcoin/bitcoin/pull/12804
< bitcoin-git> bitcoin/master 243c9bb MarcoFalke: Merge #12804: [tests] Fix intermittent rpc_net.py failure....
< bitcoin-git> bitcoin/master 5a67c05 John Newbery: [tests] Fix intermittent rpc_net.py failure....
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/4490871ed7eb...243c9bb79a3c
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12713: Track negated options in the option parser (master...bool-option-parsing) https://github.com/bitcoin/bitcoin/pull/12713
< bitcoin-git> bitcoin/master f7683cb Evan Klitzke: Track negated arguments in the argument paser....
< bitcoin-git> bitcoin/master 4490871 MarcoFalke: Merge #12713: Track negated options in the option parser...
< bitcoin-git> bitcoin/master 4f872b2 Evan Klitzke: Add additional tests for GetBoolArg()...
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/be299c4a4725...4490871ed7eb
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12780: Reduce variable scopes (master...limit-variable-scopes) https://github.com/bitcoin/bitcoin/pull/12780
< bitcoin-git> bitcoin/master 6a318e4 practicalswift: Reduce variable scopes
< bitcoin-git> bitcoin/master be299c4 MarcoFalke: Merge #12780: Reduce variable scopes...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/5e53b80b0280...be299c4a4725
< bitcoin-git> bitcoin/master 0c17e27 MarcoFalke: init: Remove help text for non-existent -fuzzmessagestest arg
< bitcoin-git> bitcoin/master 5e53b80 MarcoFalke: Merge #12820: contrib: Fix check-doc script regexes...
< bitcoin-git> bitcoin/master 1360844 MarcoFalke: contrib: Fix check-doc script regexes
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/de7e58684176...5e53b80b0280
< bitcoin-git> bitcoin/master de7e586 MarcoFalke: Merge #12810: [Tests] Fix a typo at assert_start_raises_init_error() and use specific exception for initialization error...
< bitcoin-git> bitcoin/master 8394300 Roman Zeyde: [Tests] fix a typo in TestNode.assert_start_raises_init_error()...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/40f4baffa211...de7e58684176
< bitcoin-git> [bitcoin] laanwj closed pull request #12839: test: Remove travis checkout depth (master...2018_03_travis_depth) https://github.com/bitcoin/bitcoin/pull/12839
< bitcoin-git> bitcoin/master 40f4baf Wladimir J. van der Laan: Merge #12839: test: Remove travis checkout depth...
< bitcoin-git> bitcoin/master 9df1a9c Wladimir J. van der Laan: test: Remove travis checkout depth...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/8203c4c42ed8...40f4baffa211
< bitcoin-git> [bitcoin] laanwj opened pull request #12839: test: Remove travis checkout depth (master...2018_03_travis_depth) https://github.com/bitcoin/bitcoin/pull/12839
< bitcoin-git> [bitcoin] laanwj closed pull request #12740: Add native support for serializing char arrays without FLATDATA (master...201803_chararray) https://github.com/bitcoin/bitcoin/pull/12740
< bitcoin-git> bitcoin/master 8203c4c Wladimir J. van der Laan: Merge #12740: Add native support for serializing char arrays without FLATDATA...
< bitcoin-git> bitcoin/master a7c45bc Pieter Wuille: Add native support for serializing char arrays without FLATDATA...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/d2d7267e235a...8203c4c42ed8
< bitcoin-git> [bitcoin] laanwj closed pull request #12752: [MOVEONLY] Move compressor utility functions out of class (master...201803_movecompress) https://github.com/bitcoin/bitcoin/pull/12752
< bitcoin-git> bitcoin/master d2d7267 Wladimir J. van der Laan: Merge #12752: [MOVEONLY] Move compressor utility functions out of class...
< bitcoin-git> bitcoin/master 76a9aac Pieter Wuille: Move compressor utility functions out of class
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ff48f6267128...d2d7267e235a
< bitcoin-git> bitcoin/master de7e931 Matt Corallo: Add Marco-expired-key-signed-commits to allow-revsig-commits
< bitcoin-git> bitcoin/master 9471576 Matt Corallo: [verify-commits] Add some additional useful documentation.
< bitcoin-git> [bitcoin] laanwj closed pull request #12822: Revert 7deba93bdc76616011a9f493cbc203d60084416f and fix expired-key-sigs properly (master...master) https://github.com/bitcoin/bitcoin/pull/12822
< bitcoin-git> bitcoin/master 99f6d48 Matt Corallo: Revert "test: Update trust git root"....
< bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/3b62a9138657...ff48f6267128
< bitcoin-git> [bitcoin] joemphilips opened pull request #12837: fix type mistmatch in `listreceivedbyaddress` (master...fix_listreceivedbyaddress_type) https://github.com/bitcoin/bitcoin/pull/12837
< bitcoin-git> [bitcoin] promag opened pull request #12836: Make WalletInitInterface and DummyWalletInit private (master...2018-03-walletinit) https://github.com/bitcoin/bitcoin/pull/12836

2018-03-29

< bitcoin-git> [bitcoin] laanwj closed pull request #12172: Bugfix: RPC: savemempool: Don't save until LoadMempool() is finished (master...b16-bugfix-savemempool) https://github.com/bitcoin/bitcoin/pull/12172
< bitcoin-git> bitcoin/master 3b62a91 Wladimir J. van der Laan: Merge #12172: Bugfix: RPC: savemempool: Don't save until LoadMempool() is finished...
< bitcoin-git> bitcoin/master cb1e319 Jorge Timón: Bugfix: RPC: savemempool: Don't save until LoadMempool() is finished
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/de6bdfd78f22...3b62a9138657
< bitcoin-git> [bitcoin] laanwj closed pull request #12124: [wallet] Remove segwit status check (master...master) https://github.com/bitcoin/bitcoin/pull/12124
< bitcoin-git> [bitcoin] laanwj closed pull request #12774: Issue #10542 Signmessage doesn't work with segwit addresses (master...master) https://github.com/bitcoin/bitcoin/pull/12774
< bitcoin-git> [bitcoin] laanwj closed pull request #12692: Add configure options for various -fsanitize flags (master...sanitize) https://github.com/bitcoin/bitcoin/pull/12692
< bitcoin-git> bitcoin/master de6bdfd Wladimir J. van der Laan: Merge #12692: Add configure options for various -fsanitize flags...
< bitcoin-git> bitcoin/master 6feb46c Evan Klitzke: Add --with-sanitizers option to configure...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/252c1b0faef4...de6bdfd78f22
< bitcoin-git> [bitcoin] laanwj closed pull request #12829: Python3 fixup (master...python3_fixup) https://github.com/bitcoin/bitcoin/pull/12829
< bitcoin-git> bitcoin/master 252c1b0 Wladimir J. van der Laan: Merge #12829: Python3 fixup...
< bitcoin-git> bitcoin/master f50975b John Newbery: [contrib] fixup symbol-check.py Python3 support
< bitcoin-git> bitcoin/master 5de2b18 John Newbery: [contrib] fixup security-check.py Python3 support
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/f0f9732d05d7...252c1b0faef4
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12823: doc: Switch release-notes.md to union merge (master...Mf1803-docGitattributes) https://github.com/bitcoin/bitcoin/pull/12823
< bitcoin-git> [bitcoin] Sjors opened pull request #12833: WIP [qt] move QSettings to bitcoin.conf where possible (master...2018/03/bitcoin-conf-rw) https://github.com/bitcoin/bitcoin/pull/12833
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #12831: [WIP] Run unit tests in parallel (master...Mf1803-qaUnitParallel) https://github.com/bitcoin/bitcoin/pull/12831
< bitcoin-git> [bitcoin] laanwj closed pull request #11773: [tests] Change feature_block.py to use BitcoinTestFramework (master...refactor_p2pfullblocktest) https://github.com/bitcoin/bitcoin/pull/11773
< bitcoin-git> bitcoin/master fc02c12 John Newbery: [tests] Add logging to feature_block.py
< bitcoin-git> bitcoin/master 3898c4f John Newbery: [tests] Tidy up feature_block.py...
< bitcoin-git> bitcoin/master 5cd01d2 John Newbery: [tests] Fix flake8 warnings in feature_block.py
< bitcoin-git> [bitcoin] laanwj pushed 6 new commits to master: https://github.com/bitcoin/bitcoin/compare/6d53663a4339...f0f9732d05d7
< bitcoin-git> [bitcoin] jamesob opened pull request #12830: [qt] [tests] Clarify address book error messages, add tests (master...2018-03-27-send-recv-addressbook-error) https://github.com/bitcoin/bitcoin/pull/12830
< bitcoin-git> [bitcoin] laanwj closed pull request #10762: [wallet] Remove Wallet dependencies from init.cpp (master...walletinit) https://github.com/bitcoin/bitcoin/pull/10762
< bitcoin-git> bitcoin/master 49baa4a John Newbery: [wallet] Use global g_wallet_init_interface to init/destroy the wallet....
< bitcoin-git> bitcoin/master caaf972 John Newbery: [wallet] Create wallet init interface.
< bitcoin-git> bitcoin/master 5fb5421 John Newbery: [wallet] Move wallet init functions into WalletInit class.
< bitcoin-git> [bitcoin] laanwj pushed 5 new commits to master: https://github.com/bitcoin/bitcoin/compare/d3908e2cee65...6d53663a4339
< bitcoin-git> [bitcoin] jnewbery opened pull request #12829: Python3 fixup (master...python3_fixup) https://github.com/bitcoin/bitcoin/pull/12829
< bitcoin-git> [bitcoin] practicalswift closed pull request #12789: Don't return a CExtPubKey filled with random data when DecodeExt{Pub,}Key is given input not passing DecodeBase58Check(...) (master...CExtKey-junk) https://github.com/bitcoin/bitcoin/pull/12789
< bitcoin-git> [bitcoin] laanwj closed pull request #12759: [Docs] Improve formatting of developer notes (master...developer-notes) https://github.com/bitcoin/bitcoin/pull/12759
< bitcoin-git> bitcoin/master d3908e2 Wladimir J. van der Laan: Merge #12759: [Docs] Improve formatting of developer notes...
< bitcoin-git> bitcoin/master 0bd2ec5 Evan Klitzke: Improve formatting of developer notes...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/490644d29e64...d3908e2cee65
< bitcoin-git> [bitcoin] laanwj closed pull request #12790: [Tests] Use blockmaxweight where tests previously had blockmaxsize (master...12768_remove_blockmaxsize) https://github.com/bitcoin/bitcoin/pull/12790
< bitcoin-git> bitcoin/master 490644d Wladimir J. van der Laan: Merge #12790: [Tests] Use blockmaxweight where tests previously had blockmaxsize...
< bitcoin-git> bitcoin/master b466f6b Conor Scott: [Tests] Use blockmaxweight where tests previously had blockmaxsize
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e80716d3b324...490644d29e64
< bitcoin-git> [bitcoin] matthias-g closed pull request #12827: Trivial: Don't use short version of 'tinyformat/fmt' namespace (master...tinyformat-fmt) https://github.com/bitcoin/bitcoin/pull/12827
< bitcoin-git> [bitcoin] laanwj closed pull request #12784: Fix bug in memory usage calculation (unintended integer division) (master...calc-error) https://github.com/bitcoin/bitcoin/pull/12784
< bitcoin-git> bitcoin/master e80716d Wladimir J. van der Laan: Merge #12784: Fix bug in memory usage calculation (unintended integer division)...
< bitcoin-git> bitcoin/master a16c6d2 practicalswift: Fix error in memory usage calculation (unintended integer division)
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/cd99e5bdc8fc...e80716d3b324
< bitcoin-git> [bitcoin] laanwj closed 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/master cd99e5b Wladimir J. van der Laan: Merge #12787: rpc: Adjust ifdef to avoid unreachable code...
< bitcoin-git> bitcoin/master 61f8298 practicalswift: rpc: Adjust ifdef to avoid unreachable code
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/047865e8d188...cd99e5bdc8fc
< bitcoin-git> [bitcoin] laanwj closed pull request #12495: Increase LevelDB max_open_files (master...ldb_max_open_files) https://github.com/bitcoin/bitcoin/pull/12495
< bitcoin-git> bitcoin/master 047865e Wladimir J. van der Laan: Merge #12495: Increase LevelDB max_open_files...
< bitcoin-git> bitcoin/master ccedbaf Evan Klitzke: Increase LevelDB max_open_files unless on 32-bit Unix....
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/082e26c08bb0...047865e8d188
< bitcoin-git> [bitcoin] laanwj closed pull request #12821: contrib: Remove unused import string (master...Mf1803-contribUnusedImportClangFormatDiff) https://github.com/bitcoin/bitcoin/pull/12821
< bitcoin-git> bitcoin/master 05120ee MarcoFalke: contrib: Remove unused import string
< bitcoin-git> bitcoin/master 082e26c Wladimir J. van der Laan: Merge #12821: contrib: Remove unused import string...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/624bee96597c...082e26c08bb0
< bitcoin-git> [bitcoin] matthias-g opened pull request #12827: Trivial: Don't use short version of 'tinyformat/fmt' namespace (master...tinyformat-fmt) https://github.com/bitcoin/bitcoin/pull/12827
< bitcoin-git> [bitcoin] murrayn closed pull request #12809: Formatting changes to --help code for increased readability. (master...help_formatting) https://github.com/bitcoin/bitcoin/pull/12809
< bitcoin-git> [bitcoin] fanquake closed pull request #12826: Fix lint error that is making travis builds fail (master...fix_lint_error) https://github.com/bitcoin/bitcoin/pull/12826
< bitcoin-git> [bitcoin] conscott opened pull request #12826: Fix lint error - making travis builds fail (master...fix_lint_error) https://github.com/bitcoin/bitcoin/pull/12826
< bitcoin-git> [bitcoin] eklitzke opened pull request #12825: Only allocate a LevelDB block cache if LevelDB will actually use it (master...buffer-cache) https://github.com/bitcoin/bitcoin/pull/12825
< bitcoin-git> [bitcoin] jtimon closed pull request #11426: BIP90: Make buried deployments slightly more easily extensible (master...e16-bip90-extensible) https://github.com/bitcoin/bitcoin/pull/11426

2018-03-28

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #12823: doc: Add .gitattributes file for release-notes.md (master...Mf1803-docGitattributes) https://github.com/bitcoin/bitcoin/pull/12823
< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #12822: Revert 7deba93bdc76616011a9f493cbc203d60084416f and fix expired-key-sigs properly (master...master) https://github.com/bitcoin/bitcoin/pull/12822
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #12821: contrib: Remove unused import string (master...Mf1803-contribUnusedImportClangFormatDiff) https://github.com/bitcoin/bitcoin/pull/12821
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #12820: contrib: Fix check-doc script regexes (master...Mf1803-qaCheckDocRegex) https://github.com/bitcoin/bitcoin/pull/12820
< bitcoin-git> [bitcoin] Sjors opened pull request #12818: [qt] TransactionView: highlight replacement tx after fee bump (master...2018/03/bump-fee-focus) https://github.com/bitcoin/bitcoin/pull/12818
< bitcoin-git> [bitcoin] laanwj closed pull request #11881: Remove Python2 support (master...remove_python2) https://github.com/bitcoin/bitcoin/pull/11881
< bitcoin-git> bitcoin/master 624bee9 Wladimir J. van der Laan: Merge #11881: Remove Python2 support...
< bitcoin-git> bitcoin/master 1874058 Evan Klitzke: Make base58 python contrib code work with python3
< bitcoin-git> bitcoin/master bc6fdf2 John Newbery: Change all python files to use Python3
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/0d8fc8de076d...624bee96597c
< bitcoin-git> [bitcoin] laanwj closed pull request #12811: test: Make summary row bold-red if any test failed and show failed tests at end of table (master...2018_03_tests_summaryrow) https://github.com/bitcoin/bitcoin/pull/12811
< bitcoin-git> bitcoin/master 0d8fc8d Wladimir J. van der Laan: Merge #12811: test: Make summary row bold-red if any test failed and show failed tests at end of table...
< bitcoin-git> bitcoin/master ffb033a Anthony Towns: test: List any failed tests at the end of test_runner output...
< bitcoin-git> bitcoin/master f92541f Wladimir J. van der Laan: test: Make summary row bold-red if any test failed...
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/174d0160cb6b...0d8fc8de076d
< bitcoin-git> [bitcoin] laanwj closed pull request #12798: doc: Refer to witness reserved value as spec. in the BIP (master...Mf1803-docWitnessReservedValue) https://github.com/bitcoin/bitcoin/pull/12798
< bitcoin-git> bitcoin/master 174d016 Wladimir J. van der Laan: Merge #12798: doc: Refer to witness reserved value as spec. in the BIP...
< bitcoin-git> bitcoin/master adc2586 MarcoFalke: doc: Refer to witness reserved value as spec. in the BIP
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/18606eb475fb...174d0160cb6b
< bitcoin-git> [bitcoin] jnewbery closed pull request #11614: ZMQ: Add decodedtx topic for JSON tx publishing (master...master) https://github.com/bitcoin/bitcoin/pull/11614
< bitcoin-git> [bitcoin] murrayn closed pull request #12813: Update man pages (master...man_pages) https://github.com/bitcoin/bitcoin/pull/12813
< bitcoin-git> [bitcoin] murrayn opened pull request #12813: Update man pages (master...man_pages) https://github.com/bitcoin/bitcoin/pull/12813
< bitcoin-git> [bitcoin] Empact opened pull request #12812: Test ReadConfigFile (master...test-read-config-file) https://github.com/bitcoin/bitcoin/pull/12812
< bitcoin-git> [bitcoin] laanwj opened pull request #12811: test: Make summary row bold-red if any test failed (master...2018_03_tests_summaryrow) https://github.com/bitcoin/bitcoin/pull/12811
< bitcoin-git> [bitcoin] laanwj closed pull request #12806: qa: Fix function names in feature_blocksdir (master...Mf1803-qaBlocksdirFixup) https://github.com/bitcoin/bitcoin/pull/12806
< bitcoin-git> bitcoin/master 18606eb Wladimir J. van der Laan: Merge #12806: qa: Fix function names in feature_blocksdir...
< bitcoin-git> bitcoin/master d71bedb MarcoFalke: qa: Fix function names in feature_blocksdir
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ac898b689c66...18606eb475fb
< bitcoin-git> [bitcoin] romanz opened pull request #12810: [Tests] Fix a typo at assert_start_raises_init_error() and update its invocation (master...fix-blocksdir-test) https://github.com/bitcoin/bitcoin/pull/12810
< bitcoin-git> [bitcoin] murrayn opened pull request #12809: Formatting changes to --help code for increased readability. (master...help_formatting) https://github.com/bitcoin/bitcoin/pull/12809

2018-03-27

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #12806: qa: Fix function names in feature_blocksdir (master...Mf1803-qaBlocksdirFixup) https://github.com/bitcoin/bitcoin/pull/12806
< bitcoin-git> [bitcoin] jnewbery opened pull request #12804: [tests] Fix intermittent rpc_net.py failure. (master...rpc_net_py_fix) https://github.com/bitcoin/bitcoin/pull/12804
< bitcoin-git> [bitcoin] sipa opened pull request #12803: Make BaseSignatureCreator a pure interface (master...201803_puresignaturecreator) https://github.com/bitcoin/bitcoin/pull/12803
< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #12802: Colonel Mustard in the Lounge with the Lead Pipe (killed mapBlockIndex outside of validation) (master...2018-03-const-cblockindex) https://github.com/bitcoin/bitcoin/pull/12802
< bitcoin-git> [bitcoin] TheBlueMatt closed pull request #10692: Make mapBlockIndex and chainActive and all CBlockIndex*es const outside of validation/CChainState (master...2017-04-const-mapblockindex) https://github.com/bitcoin/bitcoin/pull/10692
< bitcoin-git> [bitcoin] laanwj closed pull request #12717: [REST] Handle UTXO retrieval when ignoring the mempool (master...master) https://github.com/bitcoin/bitcoin/pull/12717
< bitcoin-git> bitcoin/master ac898b6 Wladimir J. van der Laan: Merge #12717: [REST] Handle UTXO retrieval when ignoring the mempool...
< bitcoin-git> bitcoin/master 9cb9af8 Roman Zeyde: [REST] Handle UTXO retrieval when ignoring the mempool...
< bitcoin-git> bitcoin/master 1fdc7c4 Roman Zeyde: Make CTxMemPool::isSpent() const
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/534b8fa560a7...ac898b689c66
< bitcoin-git> [bitcoin] laanwj closed pull request #12653: Allow to optional specify the directory for the blocks storage (master...2018/03/blocksdir) https://github.com/bitcoin/bitcoin/pull/12653
< bitcoin-git> bitcoin/master a192636 Jonas Schnelli: -blocksdir: keep blockindex leveldb database in datadir
< bitcoin-git> bitcoin/master f38e4fd Jonas Schnelli: QA: Add -blocksdir test
< bitcoin-git> bitcoin/master 386a6b6 Jonas Schnelli: Allow to optional specify the directory for the blocks storage
< bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/b648974cc35a...534b8fa560a7
< bitcoin-git> [bitcoin] skeees opened pull request #12801: Add option to only notify after wallet transactions are confirmed (master...notifycount) https://github.com/bitcoin/bitcoin/pull/12801
< bitcoin-git> [bitcoin] laanwj closed pull request #12711: Update build-windows.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/12711
< bitcoin-git> [bitcoin] laanwj closed 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/master b648974 Wladimir J. van der Laan: Merge #12778: RPC: Add username and ip logging for RPC method requests...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e49ba2e23b78...b648974cc35a
< bitcoin-git> bitcoin/master 4d74c78 Gabriel Davidian: Add username and ip logging for RPC method requests
< bitcoin-git> [bitcoin] laanwj closed pull request #12762: Make CKeyStore an interface (master...2018-03-keystore) https://github.com/bitcoin/bitcoin/pull/12762
< bitcoin-git> bitcoin/master e49ba2e Wladimir J. van der Laan: Merge #12762: Make CKeyStore an interface...
< bitcoin-git> bitcoin/master f381299 João Barbosa: Move CKeyStore::cs_KeyStore to CBasicKeyStore
< bitcoin-git> bitcoin/master 25eb9f5 João Barbosa: Inline CKeyStore::AddKey(const CKey &) in CBasicKeyStore
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/bf8fc7d352ad...e49ba2e23b78
< bitcoin-git> [bitcoin] laanwj closed pull request #12714: Introduce interface for signing providers (master...201803_signingprovider) https://github.com/bitcoin/bitcoin/pull/12714
< bitcoin-git> bitcoin/master bf8fc7d Wladimir J. van der Laan: Merge #12714: Introduce interface for signing providers...
< bitcoin-git> bitcoin/master d40f06a Pieter Wuille: Introduce interface for signing providers...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/2d97611c41d9...bf8fc7d352ad
< bitcoin-git> [bitcoin] laanwj closed pull request #12800: doc: Add note about our preference for scoped enumerations ("enum class") (master...document-enum-class-preference) https://github.com/bitcoin/bitcoin/pull/12800
< bitcoin-git> bitcoin/master 0fee2b4 practicalswift: doc: Add note about our preference for scoped enumerations ("enum class")
< bitcoin-git> bitcoin/master 2d97611 Wladimir J. van der Laan: Merge #12800: doc: Add note about our preference for scoped enumerations ("enum class")...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/0415b1e6b2f7...2d97611c41d9
< bitcoin-git> [bitcoin] practicalswift closed pull request #10638: rpc: Clarify pblock assumption via an assertion (master...nnonce) https://github.com/bitcoin/bitcoin/pull/10638
< bitcoin-git> [bitcoin] practicalswift opened pull request #12800: doc: Add note about our preference for scoped enumerations ("enum class") (master...document-enum-class-preference) https://github.com/bitcoin/bitcoin/pull/12800
< bitcoin-git> [bitcoin] laanwj closed pull request #12797: init: Fix help message for checkblockindex (master...Mf1803-initHelpCheckBlockIndex) https://github.com/bitcoin/bitcoin/pull/12797
< bitcoin-git> bitcoin/master 0415b1e Wladimir J. van der Laan: Merge #12797: init: Fix help message for checkblockindex...
< bitcoin-git> bitcoin/master 4ae7d15 MarcoFalke: init: Fix help message for checkblockindex
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/3de01268b704...0415b1e6b2f7
< bitcoin-git> [bitcoin] laanwj closed pull request #10742: scripted-diff: Use scoped enumerations (C++11, "enum class") (master...scoped-enums) https://github.com/bitcoin/bitcoin/pull/10742
< bitcoin-git> bitcoin/master 3de0126 Wladimir J. van der Laan: Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")...
< bitcoin-git> bitcoin/master 1f45e21 practicalswift: scripted-diff: Convert 11 enums into scoped enums (C++11)...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/68484d64fd79...3de01268b704
< bitcoin-git> [bitcoin] jonasschnelli closed pull request #12795: do not truncate .dat extension for wallets in gui (master...nowalletprune) https://github.com/bitcoin/bitcoin/pull/12795
< bitcoin-git> bitcoin/master 68484d6 Jonas Schnelli: Merge #12795: do not truncate .dat extension for wallets in gui...
< bitcoin-git> bitcoin/master fc7c32f Gregory Sanders: do not truncate .dat extension for wallets in gui
< bitcoin-git> [bitcoin] jonasschnelli pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/17b246f4b3f5...68484d64fd79
< bitcoin-git> [bitcoin] laanwj closed pull request #12793: qt: Avoid reseting on resetguisettigs=0 (master...Mf1803-qtReset0) https://github.com/bitcoin/bitcoin/pull/12793
< bitcoin-git> bitcoin/master 17b246f Wladimir J. van der Laan: Merge #12793: qt: Avoid reseting on resetguisettigs=0...
< bitcoin-git> bitcoin/master 342fb80 MarcoFalke: qt: Avoid resetting on resetguisettigs=0
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/f4353daa61f4...17b246f4b3f5
< bitcoin-git> [bitcoin] laanwj closed pull request #12779: Qt: Remove unused method setupAmountWidget(...) (master...remove-unused-function-setupAmountWidget) https://github.com/bitcoin/bitcoin/pull/12779
< bitcoin-git> bitcoin/master f4353da Wladimir J. van der Laan: Merge #12779: Qt: Remove unused method setupAmountWidget(...)...
< bitcoin-git> bitcoin/master 3a0f8d7 practicalswift: Qt: Remove unused method setupAmountWidget(...)
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/0a018431c447...f4353daa61f4
< bitcoin-git> [bitcoin] practicalswift closed pull request #12781: Don't test size_t variables for negative values (master...–size_t) https://github.com/bitcoin/bitcoin/pull/12781

2018-03-26

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #12798: doc: Refer to witness reserved value as spec. in the BIP (master...Mf1803-docWitnessReservedValue) https://github.com/bitcoin/bitcoin/pull/12798
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #12797: init: Fix help message for checkblockindex (master...Mf1803-initHelpCheckBlockIndex) https://github.com/bitcoin/bitcoin/pull/12797
< bitcoin-git> [bitcoin] instagibbs opened pull request #12795: do not truncate .dat extension for wallets in gui (master...nowalletprune) https://github.com/bitcoin/bitcoin/pull/12795
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #12793: qt: Avoid reseting on resetguisettigs=0 (master...Mf1803-qtReset0) https://github.com/bitcoin/bitcoin/pull/12793
< bitcoin-git> [bitcoin] laanwj closed pull request #11962: [net] add seed.bitcoin.sprovoost.nl to DNS seeds (master...dns-seed-sjors) https://github.com/bitcoin/bitcoin/pull/11962
< bitcoin-git> bitcoin/master 0a01843 Wladimir J. van der Laan: Merge #11962: [net] add seed.bitcoin.sprovoost.nl to DNS seeds...
< bitcoin-git> bitcoin/master ffcc687 Sjors Provoost: [net] add seed.bitcoin.sprovoost.nl to DNS seeds
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c948dc8f4285...0a018431c447
< bitcoin-git> [bitcoin] skeees opened pull request #12792: Add -disablewalletupdates: resolves #12632 (master...wallet-updates) https://github.com/bitcoin/bitcoin/pull/12792
< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #12791: Expose a transaction's weight via RPC (master...2018-03-weight) https://github.com/bitcoin/bitcoin/pull/12791
< bitcoin-git> [bitcoin] laanwj closed pull request #12699: [wallet] Shuffle transaction inputs before signing (master...shuffleinputs) https://github.com/bitcoin/bitcoin/pull/12699
< bitcoin-git> bitcoin/master c948dc8 Wladimir J. van der Laan: Merge #12699: [wallet] Shuffle transaction inputs before signing...
< bitcoin-git> bitcoin/master 2fb9c1e Gregory Sanders: shuffle selected coins before transaction finalization
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ec7dbaa37c23...c948dc8f4285
< bitcoin-git> [bitcoin] laanwj closed pull request #12756: [config] Remove blockmaxsize option (master...remove_blockmaxsize) https://github.com/bitcoin/bitcoin/pull/12756
< bitcoin-git> bitcoin/master ec7dbaa Wladimir J. van der Laan: Merge #12756: [config] Remove blockmaxsize option...
< bitcoin-git> bitcoin/master 4757c04 John Newbery: [config] Remove blockmaxsize option...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/25cf18f239f0...ec7dbaa37c23
< bitcoin-git> [bitcoin] conscott opened pull request #12790: [Tests] Replace deprecated blockmaxsize with blockmaxweight (master...12768_remove_blockmaxsize) https://github.com/bitcoin/bitcoin/pull/12790
< bitcoin-git> [bitcoin] jonasschnelli closed pull request #11383: Basic Multiwallet GUI support (master...multiwallet_gui) https://github.com/bitcoin/bitcoin/pull/11383
< bitcoin-git> [bitcoin] jonasschnelli closed pull request #12610: Multiwallet for the GUI (master...2018/03/multiwallet) https://github.com/bitcoin/bitcoin/pull/12610
< bitcoin-git> bitcoin/master 85d5319 Luke Dashjr: Qt: Ensure UI updates only come from the currently selected walletView
< bitcoin-git> bitcoin/master e449f9a Luke Dashjr: Qt: Add a combobox to toolbar to select from multiple wallets
< bitcoin-git> bitcoin/master 3dba3c3 Luke Dashjr: Qt: Load all wallets into WalletModels
< bitcoin-git> [bitcoin] jonasschnelli pushed 13 new commits to master: https://github.com/bitcoin/bitcoin/compare/7466a26cab5d...25cf18f239f0
< bitcoin-git> [bitcoin] practicalswift opened pull request #12789: Don't return a CExtPubKey filled with junk when DecodeExt{Pub,}Key is given input not passing DecodeBase58Check(...) (master...CExtKey-junk) https://github.com/bitcoin/bitcoin/pull/12789
< bitcoin-git> [bitcoin] kallewoof opened pull request #12788: [build] Tune wildcards for LIBSECP256K1 target (master...build-tune-libsecp256k1-wildcards) https://github.com/bitcoin/bitcoin/pull/12788
< 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