< bitcoin-git>
[bitcoin] hmel opened pull request #13722: [Trivial] Use variable name instead of relying on class layout (master...use_varname_not_this) https://github.com/bitcoin/bitcoin/pull/13722
< bitcoin-git>
[bitcoin] achow101 opened pull request #13721: Bugfixes for BIP 174 combining and deserialization (master...psbt-fixes) https://github.com/bitcoin/bitcoin/pull/13721
2018-07-19
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #13712: wallet: Fix non-determinism in ParseHDKeypath(...). Avoid using an uninitialized variable in path calculation. (master...check-ParseUInt32-return-value) https://github.com/bitcoin/bitcoin/pull/13712
< bitcoin-git>
bitcoin/master 27ee53c practicalswift: wallet: Add error handling. Check return value of ParseUInt32(...) in ParseHDKeypath(...).
< bitcoin-git>
bitcoin/master aba2e66 MarcoFalke: Merge #13712: wallet: Fix non-determinism in ParseHDKeypath(...). Avoid using an uninitialized variable in path calculation....
< bitcoin-git>
bitcoin/master 7223263 practicalswift: wallet: Add tests for ParseHDKeypath(...)
< bitcoin-git>
[bitcoin] practicalswift opened pull request #13720: build: Make lint-locale-dependence.sh work with BSD grep (avoid empty subexpressions) (master...bsd-grep-compatibility) https://github.com/bitcoin/bitcoin/pull/13720
< bitcoin-git>
[bitcoin] sipa opened pull request #13719: Avoid creating a temporary vector for size-prefixed elements (master...201807_psbt_no_vec_serialize) https://github.com/bitcoin/bitcoin/pull/13719
< bitcoin-git>
[bitcoin] masonicboom opened pull request #13717: docs: Link to python style guidelines from developer notes (master...link-to-python-style-guidelines-from-dev-notes) https://github.com/bitcoin/bitcoin/pull/13717
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #13689: depends: disable Werror when building zmq (master...zmq_clang_depends) https://github.com/bitcoin/bitcoin/pull/13689
< bitcoin-git>
bitcoin/master 8c36432 MarcoFalke: Merge #13689: depends: disable Werror when building zmq...
< bitcoin-git>
bitcoin/master a4ba238 Lawrence Nahum: depends: disable Werror for zmqlib release, causes ndk build to break
< bitcoin-git>
[bitcoin] marcoagner opened pull request #13715: tests: fixes mininode's P2PConnection sending messages on closing transport (master...fix_mininode_p2pconnection_send_message) https://github.com/bitcoin/bitcoin/pull/13715
< bitcoin-git>
[bitcoin] ken2812221 closed pull request #13660: [depends] Don't build Qt dependencies if it doesn't support Qt (master...qt-packages-fix) https://github.com/bitcoin/bitcoin/pull/13660
< bitcoin-git>
[bitcoin] ken2812221 opened pull request #13714: [gitian-build] Add automatical lxc network setup for Bionic (master...gitian-build-auto-install) https://github.com/bitcoin/bitcoin/pull/13714
< bitcoin-git>
[bitcoin] jonasschnelli opened pull request #13713: Ignore new blocks when -stopatheight target has been reached (master...2018/07/stopatheight) https://github.com/bitcoin/bitcoin/pull/13713
< bitcoin-git>
[bitcoin] practicalswift opened pull request #13712: wallet: Add error handling. Check return value of ParseUInt32(...) in… (master...check-ParseUInt32-return-value) https://github.com/bitcoin/bitcoin/pull/13712
< bitcoin-git>
[bitcoin] AkioNak opened pull request #13711: [bench] Add benchmark for unserialize prevector (master...add_bench_unserialize) https://github.com/bitcoin/bitcoin/pull/13711
< bitcoin-git>
[bitcoin] ken2812221 opened pull request #13710: [depends] Add riscv qt depends support for cross compiling bitcoin-qt (master...qt-riscv) https://github.com/bitcoin/bitcoin/pull/13710
< bitcoin-git>
[bitcoin] masonicboom opened pull request #13707: Tests: add usage note to check-rpc-mappings.py (master...add-usage-note-to-check-rpc-mappings) https://github.com/bitcoin/bitcoin/pull/13707
2018-07-18
< bitcoin-git>
[bitcoin] mitchellcash opened pull request #13706: doc: Minor improvements to release-process.md (master...release_process_doc) https://github.com/bitcoin/bitcoin/pull/13706
< bitcoin-git>
bitcoin/master 585db54 Wladimir J. van der Laan: Merge #13655: bitcoinconsensus: invalid flags error should be set to bitcoinconsensus_err...
< bitcoin-git>
bitcoin/master 417b6c1 Thomas Kerin: bitcoinconsensus: invalid flags should be set to bitcoinconsensus_error type, add test cases covering bitcoinconsensus error codes
< bitcoin-git>
[bitcoin] laanwj closed pull request #13625: doc: Add release notes for -printtoconsole and -debuglogfile changes (master...printtoconsole_release_notes) https://github.com/bitcoin/bitcoin/pull/13625
< bitcoin-git>
bitcoin/master 801cb30 Samuel B. Atwood: doc: Add release notes for -printtoconsole and -debuglogfile changes...
< bitcoin-git>
bitcoin/master 7146672 Wladimir J. van der Laan: Merge #13625: doc: Add release notes for -printtoconsole and -debuglogfile changes...
< bitcoin-git>
[bitcoin] laanwj closed pull request #13687: travis: Check that ~/.bitcoin is never created (master...Mf1709-travisHomeDirBtc) https://github.com/bitcoin/bitcoin/pull/13687
< bitcoin-git>
bitcoin/master 9d26b69 Wladimir J. van der Laan: Merge #13687: travis: Check that ~/.bitcoin is never created...
< bitcoin-git>
bitcoin/master fabe28a MarcoFalke: qa: Temporarily disable test that reads the default datadir location
< bitcoin-git>
bitcoin/master 41a8c8d MarcoFalke: travis: Check that ~/.bitcoin is never created
< bitcoin-git>
[bitcoin] laanwj closed pull request #13672: Modified in_addr6 cast in CConman class to work with msvc (master...ip6castfix) https://github.com/bitcoin/bitcoin/pull/13672
< bitcoin-git>
[bitcoin] qmma70 closed pull request #13490: Break when active block tip is higher than nStopAtHeight (master...rewind) https://github.com/bitcoin/bitcoin/pull/13490
2018-07-14
< bitcoin-git>
[bitcoin] masonicboom opened pull request #13664: Trivial: fix references to share/rpcuser (now share/rpcauth) (master...update-rpcuser-references) https://github.com/bitcoin/bitcoin/pull/13664
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #11359: Add a pruning 'high water mark' to reduce the frequency of pruning events (master...2017-09-add-pruning-hwm) https://github.com/bitcoin/bitcoin/pull/11359
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #13663: tests: Avoid read/write to default datadir (master...Mf1807-qaNoDefaultDatadir) https://github.com/bitcoin/bitcoin/pull/13663
< bitcoin-git>
[bitcoin] Sjors opened pull request #13662: Explain when reindex-chainstate can be used instead of reindex (master...2018/07/reindex-chainstate-doc) https://github.com/bitcoin/bitcoin/pull/13662
< bitcoin-git>
[bitcoin] ken2812221 reopened pull request #13660: [depends] Don't build Qt dependencies if it doesn't support Qt (master...qt-packages-fix) https://github.com/bitcoin/bitcoin/pull/13660
< bitcoin-git>
[bitcoin] ken2812221 closed pull request #13660: [depends] Don't build Qt dependencies if it doesn't support Qt (master...qt-packages-fix) https://github.com/bitcoin/bitcoin/pull/13660
< bitcoin-git>
[bitcoin] sipa closed pull request #11658: During IBD, when doing pruning, prune 10% extra to avoid pruning again soon after (master...ibd_prune_extra) https://github.com/bitcoin/bitcoin/pull/11658
< bitcoin-git>
bitcoin/master 9a1ad2c Pieter Wuille: Merge #11658: During IBD, when doing pruning, prune 10% extra to avoid pruning again soon after...
< bitcoin-git>
bitcoin/master ac51a26 Luke Dashjr: During IBD, when doing pruning, prune 10% extra to avoid pruning again soon after...
< bitcoin-git>
[bitcoin] ken2812221 opened pull request #13660: [depends] Don't build Qt dependencies if it doesn't support Qt (master...qt-packages-fix) https://github.com/bitcoin/bitcoin/pull/13660
< bitcoin-git>
[bitcoin] Empact opened pull request #13658: [wallet] [moveonly] Move rescanning from time logic into wallet/rpcdump.cpp (master...rescan-from-time) https://github.com/bitcoin/bitcoin/pull/13658
< bitcoin-git>
[bitcoin] Empact opened pull request #13657: wallet: assert to ensure accuracy of CMerkleTx::GetBlocksToMaturity (master...accurate-get-blocks-to-maturity) https://github.com/bitcoin/bitcoin/pull/13657
< bitcoin-git>
[bitcoin] 251Labs opened pull request #13656: Remove the boost/algorithm/string/predicate.hpp dependency from netbase.cpp (master...patch/remove_boost_predicate_from_netbase) https://github.com/bitcoin/bitcoin/pull/13656
< bitcoin-git>
[bitcoin] afk11 opened pull request #13655: bitcoinconsensus: invalid flags should be set to bitcoinconsensus_err (master...bitcoinconsensus-invalid-flags-squashed) https://github.com/bitcoin/bitcoin/pull/13655
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #13645: [tests] skip rpc_zmq functional test as necessary (master...2018-07-skip-zmq-tests) https://github.com/bitcoin/bitcoin/pull/13645
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #13145: Use common getPath method to create temp directory in tests. (master...master) https://github.com/bitcoin/bitcoin/pull/13145
< bitcoin-git>
bitcoin/master d3dae3d MarcoFalke: Merge #13145: Use common getPath method to create temp directory in tests....
< bitcoin-git>
bitcoin/master 075429a winder: Use common SetDataDir method to create temp directory in tests.
< bitcoin-git>
[bitcoin] domob1812 opened pull request #13638: tests: Use MAX_SCRIPT_ELEMENT_SIZE from script.py (master...script-element-size) https://github.com/bitcoin/bitcoin/pull/13638
< bitcoin-git>
[bitcoin] promag opened pull request #13637: wallet: Add GetBalances to calculate all balances (master...2018-06-wallet-getbalance) https://github.com/bitcoin/bitcoin/pull/13637
< bitcoin-git>
[bitcoin] laanwj closed pull request #13622: Remove mapRequest tracking that just effects Qt display. (master...2018-07-kill-maprequest) https://github.com/bitcoin/bitcoin/pull/13622
< bitcoin-git>
bitcoin/master e538a95 Wladimir J. van der Laan: Merge #13622: Remove mapRequest tracking that just effects Qt display....
< bitcoin-git>
bitcoin/master beef7ec Matt Corallo: Remove useless mapRequest tracking that just effects Qt display....
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #13634: ui: Compile boost::signals2 only once (master...Mf1807-uiSignals2Wrap) https://github.com/bitcoin/bitcoin/pull/13634
< bitcoin-git>
[bitcoin] satwo opened pull request #13625: doc: Add release notes for -printtoconsole and -debuglogfile changes (master...printtoconsole_release_notes) https://github.com/bitcoin/bitcoin/pull/13625
< bitcoin-git>
[bitcoin] laanwj closed pull request #13547: Make signrawtransaction* give an error when amount is needed but missing (master...signrawamount) https://github.com/bitcoin/bitcoin/pull/13547
< bitcoin-git>
bitcoin/master fad42e8 Wladimir J. van der Laan: Merge #13547: Make signrawtransaction* give an error when amount is needed but missing...
< bitcoin-git>
bitcoin/master 685d1d8 Anthony Towns: [tests] Check signrawtransaction* errors on missing prevtx info
< bitcoin-git>
[bitcoin] TheBlueMatt opened pull request #13622: Remove useless mapRequest tracking that just effects Qt display. (master...2018-07-kill-maprequest) https://github.com/bitcoin/bitcoin/pull/13622
< bitcoin-git>
[bitcoin] Empact closed pull request #13619: Include cstring alongside select in compat/glib_sanity.cpp (master...glib-sanity) https://github.com/bitcoin/bitcoin/pull/13619
< bitcoin-git>
[bitcoin] Flowdalic opened pull request #13621: Check for datadir after the config files where read (master...init-swap-datadir-readconf) https://github.com/bitcoin/bitcoin/pull/13621
2018-07-09
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #13562: travis: Switch back to trusty for now (master...Mf1806-qaTravisTrusty) https://github.com/bitcoin/bitcoin/pull/13562
< bitcoin-git>
[bitcoin] Empact opened pull request #13619: Inlcude cstring rather than cstddef in compat/glib_sanity.cpp (master...glib-sanity) https://github.com/bitcoin/bitcoin/pull/13619
< bitcoin-git>
[bitcoin] laanwj closed pull request #13452: rpc: have verifytxoutproof check the number of txns in proof structure (master...actuallyverifytxoutproof) https://github.com/bitcoin/bitcoin/pull/13452
< bitcoin-git>
bitcoin/master 7e74c54 Wladimir J. van der Laan: Merge #13452: rpc: have verifytxoutproof check the number of txns in proof structure...
< bitcoin-git>
bitcoin/master d280617 Suhas Daftuar: [qa] Add a test for merkle proof malleation
< bitcoin-git>
bitcoin/master ed82f17 Gregory Sanders: have verifytxoutproof check the number of txns in proof structure
< bitcoin-git>
[bitcoin] laanwj closed pull request #13605: Docs: corrected text to reflect new[er] process of specifying fingerprints (master...update-gitian-keys-README) https://github.com/bitcoin/bitcoin/pull/13605
< bitcoin-git>
bitcoin/master 8cc048e Wladimir J. van der Laan: Merge #13605: Docs: corrected text to reflect new[er] process of specifying fingerprints...
< bitcoin-git>
bitcoin/master 8564435 Jeff Frontz: Corrected text to reflect new[er] process of specifying fingerprints instead of individual keys.
< bitcoin-git>
[bitcoin] laanwj closed pull request #13614: doc: Update command line help for -printtoconsole and -debuglogfile (satwo) (master...satwo_contrib_rebased) https://github.com/bitcoin/bitcoin/pull/13614
< bitcoin-git>
bitcoin/master 17e9106 Wladimir J. van der Laan: Merge #13614: doc: Update command line help for -printtoconsole and -debuglogfile (satwo)...
< bitcoin-git>
[bitcoin] laanwj closed pull request #13611: [bugfix] Use __cpuid_count for gnu C to avoid gitian build fail. (master...sha256-cpuid) https://github.com/bitcoin/bitcoin/pull/13611
< bitcoin-git>
bitcoin/master b55f0c3 Wladimir J. van der Laan: Merge #13611: [bugfix] Use __cpuid_count for gnu C to avoid gitian build fail....
< bitcoin-git>
bitcoin/master 63c16ed Chun Kuan Lee: Use __cpuid_count for gnu C to avoid gitian build fail.
< bitcoin-git>
[bitcoin] fanquake opened pull request #13615: net: Remove unused interrupt from SendMessages (master...plv-send-messages) https://github.com/bitcoin/bitcoin/pull/13615
< bitcoin-git>
[bitcoin] fanquake closed pull request #13589: Fix command line help for -printtoconsole and -debuglogfile (master...master) https://github.com/bitcoin/bitcoin/pull/13589
< bitcoin-git>
[bitcoin] fanquake opened pull request #13614: doc: Update command line help for -printtoconsole and -debuglogfile (master...satwo_contrib_rebased) https://github.com/bitcoin/bitcoin/pull/13614
< bitcoin-git>
[bitcoin] tecnovert opened pull request #13612: Qt: Only call tryGetBalances in pollBalanceChanged if the result will be used. (master...bitcoin) https://github.com/bitcoin/bitcoin/pull/13612