2018-04-04

< 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
< gribble> https://github.com/bitcoin/bitcoin/issues/12460 | Assert CPubKey::ValidLength to the pubkeys header-relevant size by Empact · Pull Request #12460 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12167 | Make segwit failure due to CLEANSTACK violation return a SCRIPT_ERR_CLEANSTACK error code by maaku · Pull Request #12167 · bitcoin/bitcoin · GitHub
< 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
< jnewbery> just unit tests I believe. See https://travis-ci.org/bitcoin/bitcoin/jobs/361486215 for example
< gribble> https://github.com/bitcoin/bitcoin/issues/12772 | [CI]: bump travis timeout for make check to 50m by jnewbery · Pull Request #12772 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] sipa opened pull request #12885: Reduce implementation code inside CScript (master...201803_reducescript) https://github.com/bitcoin/bitcoin/pull/12885
< gribble> https://github.com/bitcoin/bitcoin/issues/12873 | [ci] Run functional tests using bitcoin-qt in one Travis job by jamesob · Pull Request #12873 · bitcoin/bitcoin · GitHub
< 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
< sdaftuar> setpill: i think it might be pretty straightforward to do what i think you're asking. perhaps open an issue on bitcoin core as a feature request?
< provoostenator> But it matters if your new transaction is smaller and the fee rate isn't increased enough to offset that. There's some discussion on the bitcoin-dev mailinglist to relax that particular rule
< provoostenator> https://github.com/bitcoin/bips/blob/master/bip-0125.mediawiki "3. The replacement transaction pays an absolute fee of at least the sum paid by the original transactions."
< 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
< aj> wumpus: ...and can't cut&paste to irc competently apparently. https://github.com/bitcoin/bitcoin/pull/11862#issuecomment-378524308 has rationale. maybe 12878 could be high-pri-for-review?
< gribble> https://github.com/bitcoin/bitcoin/issues/11862 | Network specific conf sections by ajtowns · Pull Request #11862 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12878 | [refactor] Config handling refactoring in preparation for network-specific sections by ajtowns · Pull Request #12878 · bitcoin/bitcoin · GitHub
< aj> wumpus: i've split #12878 out of #11862 (-sasl/daer] has joined #bitcoin
< 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-31

< r251d> marcinja: there are plenty of things to work on listed at https://github.com/bitcoin/bitcoin/issues
< marcinja> Hi everyone. I’m an undergrad looking to contribute to Bitcoin Core as a summer project. One idea I had was to work on implementing a assume UTXO option for speeding up IBD, but I got some feedback suggesting it might require more work on design and documentation than on coding. I’m still thinking through some other ideas, but was wondering if anyone here had any ideas they could share. Ideally it
< gribble> https://github.com/bitcoin/bitcoin/issues/20 | JSON-RPC callback · Issue #20 · bitcoin/bitcoin · GitHub

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
< BlueMatt> sipa: I dont see what your comment has to do with the pr here: https://github.com/bitcoin/bitcoin/pull/11857#issuecomment-377421311
< BlueMatt> cfields: you probably have an opinion here: https://github.com/bitcoin/bitcoin/pull/11857#discussion_r178187241
< 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
< gribble> https://github.com/bitcoin/bitcoin/issues/12820 | contrib: Fix check-doc script regexes by MarcoFalke · Pull Request #12820 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12810 | [Tests] Fix a typo at assert_start_raises_init_error() and use specific exception for initialization error by romanz · Pull Request #12810 · bitcoin/bitcoin · GitHub
< 17SAAXTEF> [bitcoin] MarcoFalke closed pull request #12820: contrib: Fix check-doc script regexes (master...Mf1803-qaCheckDocRegex) https://github.com/bitcoin/bitcoin/pull/12820
< 18WAAOAGJ> [bitcoin] MarcoFalke closed pull request #12810: [Tests] Fix a typo at assert_start_raises_init_error() and use specific exception for initialization error (master...fix-blocksdir-test) https://github.com/bitcoin/bitcoin/pull/12810
< 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
< gribble> https://github.com/bitcoin/bitcoin/issues/8469 | [POC] Introducing property based testing to Core by Christewart · Pull Request #8469 · bitcoin/bitcoin · GitHub
< 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
< gribble> https://github.com/bitcoin/bitcoin/issues/3220 | Getrawtransaction working partially without -txindex is confusing · Issue #3220 · bitcoin/bitcoin · GitHub
< jtimon> thoughts on https://github.com/bitcoin/bitcoin/pull/10757#issuecomment-377440180 ? specially @MarcoFalke and @aj

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
< gribble> https://github.com/bitcoin/bitcoin/issues/12764 | Remove field in getblocktemplate help that has never been used. by conscott · Pull Request #12764 · bitcoin/bitcoin · GitHub
< 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
< BlueMatt> lol, well at least we succeeded at getting them to stop shiping bitcoin
< wumpus> if e.g. bitcoin would start using it, no one would care, but something like tor has quite a lot of influence I think
< 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
< gribble> https://github.com/bitcoin/bitcoin/issues/12789 | Dont return a CExtPubKey filled with random data when DecodeExt{Pub,}Key is given input not passing DecodeBase58Check(...) by practicalswift · Pull Request #12789 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/10244 | Refactor: separate gui from wallet and node by ryanofsky · Pull Request #10244 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/10244 | Refactor: separate gui from wallet and node by ryanofsky · Pull Request #10244 · bitcoin/bitcoin · GitHub
< wumpus> #bitcoin-core-dev Meeting: wumpus sipa gmaxwell jonasschnelli morcos luke-jr btcdrak sdaftuar jtimon cfields petertodd kanzure bluematt instagibbs phantomcircuit codeshark michagogo marcofalke paveljanik NicolasDorier jl2012 achow101 meshcollider jnewbery maaku fanquake promag provoostenator
< gribble> https://github.com/bitcoin/bitcoin/issues/11775 | Move fee estimator into validationinterface/cscheduler thread by TheBlueMatt · Pull Request #11775 · bitcoin/bitcoin · GitHub
< 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
< wumpus> wtf is up with travis: https://travis-ci.org/bitcoin/bitcoin/jobs/359847093 - looks like it creates a shallow clone, then tries to check out an older commit
< 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
< jtimon> hmm, https://travis-ci.org/bitcoin/bitcoin/builds/359681523 seems stuck or something
< bitcoin-git> [bitcoin] jnewbery opened pull request #12829: Python3 fixup (master...python3_fixup) https://github.com/bitcoin/bitcoin/pull/12829
< jtimon> https://github.com/bitcoin/bitcoin/pull/12172 got acks, then people asked for more things and I started to work on that but we decided to leave them out at the end
< gribble> https://github.com/bitcoin/bitcoin/issues/11773 | [tests] Change feature_block.py to use BitcoinTestFramework by jnewbery · Pull Request #11773 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/10762 | [wallet] Remove Wallet dependencies from init.cpp by jnewbery · Pull Request #10762 · bitcoin/bitcoin · GitHub
< 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
< gribble> https://github.com/bitcoin/bitcoin/issues/12759 | [Docs] Improve formatting of developer notes by eklitzke · Pull Request #12759 · bitcoin/bitcoin · GitHub
< 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
< gribble> https://github.com/bitcoin/bitcoin/issues/12790 | [Tests] Use blockmaxweight where tests previously had blockmaxsize by conscott · Pull Request #12790 · bitcoin/bitcoin · GitHub
< 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
< gribble> https://github.com/bitcoin/bitcoin/issues/12827 | Trivial: Dont use short version of tinyformat/fmt namespace by matthias-g · Pull Request #12827 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12767 | Initialize nVersionDummy to zero in deserialization code by practicalswift · Pull Request #12767 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12759 | [Docs] Improve formatting of developer notes by eklitzke · Pull Request #12759 · bitcoin/bitcoin · GitHub
< 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
< gribble> https://github.com/bitcoin/bitcoin/issues/12767 | Initialize nVersionDummy to zero in deserialization code by practicalswift · Pull Request #12767 · bitcoin/bitcoin · GitHub
< 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
< gribble> https://github.com/bitcoin/bitcoin/issues/12784 | Fix bug in memory usage calculation (unintended integer division) by practicalswift · Pull Request #12784 · bitcoin/bitcoin · GitHub
< 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
< gribble> https://github.com/bitcoin/bitcoin/issues/12787 | rpc: Adjust ifdef to avoid unreachable code by practicalswift · Pull Request #12787 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12495 | Increase LevelDB max_open_files by eklitzke · Pull Request #12495 · bitcoin/bitcoin · GitHub
< 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
< gribble> https://github.com/bitcoin/bitcoin/issues/12821 | contrib: Remove unused import string by MarcoFalke · Pull Request #12821 · bitcoin/bitcoin · GitHub
< 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
< murrayn> what's the best way of proceeding with this PR: https://github.com/bitcoin/bitcoin/pull/12809
< 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
< jtimon> sorry for not following up, but promag will take care of the second part he discovered, please let's move on with https://github.com/bitcoin/bitcoin/pull/12172 's from 58 comments anf +9-4 as it was supposed to be
< gribble> https://github.com/bitcoin/bitcoin/issues/12821 | contrib: Remove unused import string by MarcoFalke · Pull Request #12821 · bitcoin/bitcoin · GitHub
< aj> Randolf: https://travis-ci.org/bitcoin/bitcoin/builds/359365323 failed badly, causing a bug to slip through into master that's only picked up in a travis-only (ish) test, causing travis to fail for all PRs after that, needing #12821 to fix

2018-03-28

< jnewbery> hkjn0: #bitcoin please. This channel is for bitcoin core development
< gribble> https://github.com/bitcoin/bitcoin/issues/12754 | [zmq] pub/sub is not reliable at all · Issue #12754 · bitcoin/bitcoin · GitHub
< 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
< gribble> https://github.com/bitcoin/bitcoin/issues/12821 | contrib: Remove unused import string by MarcoFalke · Pull Request #12821 · bitcoin/bitcoin · GitHub
< 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
< BlueMatt> https://github.com/bitcoin/bitcoin/commit/7deba93bdc76616011a9f493cbc203d60084416f <-- wtf? we dont bump trusted-git-root when a pgp key expires...this is what allow-revsit-commits is for. let alone doing so without removing the key from trusted-keys :(
< 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
< paulg222> with bitcoin 0.16 in regtest mode I'm seeing that coinbase transactions are not going to a segwit p2sh wrapped address, but to a regular p2pkh address. Is that expected?
< gribble> https://github.com/bitcoin/bitcoin/issues/10762 | [wallet] Remove Wallet dependencies from init.cpp by jnewbery · Pull Request #10762 · bitcoin/bitcoin · GitHub
< 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
< gribble> https://github.com/bitcoin/bitcoin/issues/11625 | WIP: Add BitcoinApplication & RPCConsole tests by ryanofsky · Pull Request #11625 · bitcoin/bitcoin · GitHub
< 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
< aj> wumpus: if you're making test_runner nicer, might work to just report all the failed tests at the end so they're easy to find. https://github.com/laanwj/bitcoin/pull/6 has sample code
< 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
< gribble> https://github.com/bitcoin/bitcoin/issues/12810 | [Tests] Fix a typo at assert_start_raises_init_error() by romanz · Pull Request #12810 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12806 | qa: Fix function names in feature_blocksdir by MarcoFalke · Pull Request #12806 · bitcoin/bitcoin · GitHub
< 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
< jojeyh> like when i enter 'bitcoin-cli listtransactions'
< 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
< jtimon> last offtopic comment, the code is here for elements-0.14 https://github.com/ElementsProject/elements/pull/324 but perhaps I could do the logging thing for bitcoin if there's interest
< gribble> https://github.com/bitcoin/bitcoin/issues/11281 | Avoid permanent cs_main/cs_wallet lock during RescanFromTime by jonasschnelli · Pull Request #11281 · bitcoin/bitcoin · GitHub

2018-03-26

< gribble> https://github.com/bitcoin/bitcoin/issues/12632 | Add a way to skip rescanning on startup · Issue #12632 · bitcoin/bitcoin · GitHub
< 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
< gribble> https://github.com/bitcoin/bitcoin/issues/11881 | [contrib] Remove Python2 support by jnewbery · Pull Request #11881 · bitcoin/bitcoin · GitHub
< 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