< 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
< gribble>
https://github.com/bitcoin/bitcoin/issues/9662 | Add createwallet "disableprivatekeys" option: a sane mode for watchonly-wallets by jonasschnelli · Pull Request #9662 · bitcoin/bitcoin · GitHub
< 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] 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
< gribble>
https://github.com/bitcoin/bitcoin/issues/13247 | Add tests to SingleThreadedSchedulerClient() and document the memory model by skeees · Pull Request #13247 · bitcoin/bitcoin · GitHub
< kallewoof>
AHemlocksLie: start off reading all the docs you can find on github.com/bitcoin/bitcoin in particular the developer docs and contributor guidelines. Then look at pull requests people have made and get a feel for how the process works. To actually do something, I suggest actually using the software. You run into things you want to improve and then you work on that.
< bitcoin-git>
[bitcoin] masonicboom opened pull request #13698: doc: Document contributing a scripted diff (master...scripted-diff-docs) https://github.com/bitcoin/bitcoin/pull/13698
< abitman>
hi everyone, i am new to bitcoin core development. I have setup my bitcoin core project with Eclipse CDT on a Mac. I am able to compile, run and debug the build. However, I am not make my IDE to find the #include<util.h> and all the header source files.
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #13692: contrib: Clone core repo in gitian-build (master...Mf1807-contribGitianBuild) https://github.com/bitcoin/bitcoin/pull/13692
< 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
< 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
< sipa>
Tony_: #bitcoin or bitcoin.stackexchange.clm
< 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
< gribble>
https://github.com/bitcoin/bitcoin/issues/13515 | travis: Enable Qt build for Windows and 32-bit Linux by ken2812221 · Pull Request #13515 · bitcoin/bitcoin · GitHubAsset 1Asset 1
< 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.
< gmaxwell>
Empact: re #13632 sipa's C++ implementation of bech32 string operations in bitcoin is grossly slow in a dozen different ways, because it was made for simplicity and readability. The C implementation in the bech32 examples should be a lot faster (and also was not optimized for the highest speed). It seems weird to me to keep seeing PRs doing nibbling speed optimizations for code that just wasn
< wumpus>
jnewbery: I also had a unicorn while at the building bitcoin conference, haven't seen any since yet, will take a look
< 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] MarcoFalke opened pull request #13634: ui: Compile boost::signals2 only once (master...Mf1807-uiSignals2Wrap) https://github.com/bitcoin/bitcoin/pull/13634
< bitcoin-git>
[bitcoin] 251Labs opened pull request #13627: Free keystore.h from file scope level type aliases (master...patch/cleanup-keystore.h) https://github.com/bitcoin/bitcoin/pull/13627
< booyah>
IGHOR: rather, all inputs (vin) are summarized to arrive at totall input ballance, and that together goes and divides into all vout. difference is the txfee. let's continue in #bitcoin
< IGHOR>
developing Bitcoin core itself or projects that uses it?
< booyah>
IGHOR: that number "247 nicks" showing in your IRC chat client, is the number of people being here, indeed. Btw any questions not about DEVELOPING bitcoin itself are for -> #bitcoin
< 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
< mryandao>
are there any observable preformance gains compiling bitcoin core with a non-default memory allocator shipped with gnu gcc (i.e. jemalloc/hoard)?
< 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)...