< bitcoin-git>
[bitcoin] sipa opened pull request #12712: Support serialization as another type without casting (master...201803_astype) https://github.com/bitcoin/bitcoin/pull/12712
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #12710: Append scripts to new test_list array to fix bad assignment (master...PR_12437_test_runner_fix) https://github.com/bitcoin/bitcoin/pull/12710
< bitcoin-git>
bitcoin/master 00d1680 MarcoFalke: Merge #12710: Append scripts to new test_list array to fix bad assignment...
< bitcoin-git>
bitcoin/master b0fec8d Jeff Rade: Append scripts to new test_list array to fix bad assignment
< bitcoin-git>
[bitcoin] jeffrade opened pull request #12710: Append scripts to new test_list array to fix bad assignment (master...PR_12437_test_runner_fix) https://github.com/bitcoin/bitcoin/pull/12710
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #12437: [Trivial] Simplify if-else blocks and more descriptive variable naming (master...test_runner_refactor) https://github.com/bitcoin/bitcoin/pull/12437
< bitcoin-git>
bitcoin/master 585db41 MarcoFalke: Merge #12437: [Trivial] Simplify if-else blocks and more descriptive variable naming...
< bitcoin-git>
bitcoin/master 97bcd36 Jeff Rade: [Trivial] Simplify if-else blocks and more descriptive variable naming
< bitcoin-git>
[bitcoin] fanquake closed pull request #12707: log: Be less confusing in the way we inform the user that logging has started (master...scrolling-can-be-fun-but-this-is-too-much-fun) https://github.com/bitcoin/bitcoin/pull/12707
< bitcoin-git>
[bitcoin] sipa closed pull request #12542: Remove redundant includes. Conform to header include guidelines. (master...include-guidelines) https://github.com/bitcoin/bitcoin/pull/12542
2018-03-16
< bitcoin-git>
bitcoin/master af20f9b Pieter Wuille: Merge #12542: Remove redundant includes. Conform to header include guidelines....
< bitcoin-git>
bitcoin/master 7ef46d0 practicalswift: Remove redundant includes. Conform to header include guidelines....
< bitcoin-git>
[bitcoin] instagibbs opened pull request #12709: shuffle sendmany recipients ordering, since caller cannot control (master...shuffleoutputs) https://github.com/bitcoin/bitcoin/pull/12709
< bitcoin-git>
[bitcoin] sipa opened pull request #12708: Make verify-commits.sh test that merges are clean (master...201803_cleanmerge) https://github.com/bitcoin/bitcoin/pull/12708
< bitcoin-git>
[bitcoin] practicalswift opened pull request #12707: log: Be less confusing in the way we inform the user that logging has started (master...scrolling-can-be-fun-but-this-is-too-much-fun) https://github.com/bitcoin/bitcoin/pull/12707
< hkjn0>
I found https://cmake.org/cmake/help/v3.0/variable/CMAKE_INSTALL_PREFIX.html which looked promising, but doesn't quite do it: 'libtool: install: /usr/bin/install -c bitcoind /usr/local/bin/usr/local/src/bitcoin/depends/armv7l-unknown-linux-gnueabihf/bin/bitcoind'
< hkjn0>
i.e instead of bitcoind being installed in /usr/local/bin, I get: 'libtool: install: /usr/bin/install -c bitcoind /usr/local/src/bitcoin/depends/armv7l-unknown-linux-gnueabihf/bin/bitcoind'
< karelb>
@spudowiar (not here now) had an idea - that it would be good to separate RPC documentation from the code, so things like https://github.com/bitcoin-core/bitcoincore.org/pull/526 could be generated (and fixed) more easily. I was thinking which format is best
< sipa>
Particular implementations of lightning may or may not require you to run particular bitcoin implementations, but that depends heavily on what software is involved.
< sipa>
Randolf: Lightning is implemented by software like c-lightning and lnd. Bitcoin is implemented by software like Bitcoin Core and btcd. They are otherwise unrelated.
< Randolf>
I'm thinking that it may be good to indicate it prominently on the bitcoin.org web site or a readme file clearly.
< Randolf>
achow101: Well, I see the question come up from time-to-time in the #bitcoin channel, and in other IRC channels there's disagreement about whether it's fully implemented or at all.
< sipa>
and if you mean Bitcoin Core, that has nothing to do with Lightning
< bitcoin-git>
[bitcoin] kallewoof closed pull request #10386: [WIP] [wallet] Optional '-avoidreuse' flag which defaults to not reusing addresses in sends (master...feature-white-black-address) https://github.com/bitcoin/bitcoin/pull/10386
< bitcoin-git>
[bitcoin] achow101 opened pull request #12694: Actually disable BnB when there are preset inputs (master...fix-preset-coins-bnb) https://github.com/bitcoin/bitcoin/pull/12694
< bitcoin-git>
[bitcoin] drewx2 opened pull request #12693: Remove unused variable in SortForBlock (master...unused-sort-for-block-param) https://github.com/bitcoin/bitcoin/pull/12693
< eklitzke>
if you notice anyone on github opening issues about corrupted chainstate databases (i know this is a fairly common issue for people to open), direct them to #12690 and ask them to compile bitcoin with the new leveldb error log messages which are in master now
< bitcoin-git>
[bitcoin] laanwj closed pull request #12080: Add support to search the address book (master...2018-01-searchaddressbook) https://github.com/bitcoin/bitcoin/pull/12080
< bitcoin-git>
bitcoin/master 56cc022 Wladimir J. van der Laan: Merge #12080: Add support to search the address book...
< bitcoin-git>
bitcoin/master c316fdf João Barbosa: [qt] Add support to search the address book
< wumpus>
fanquake: at least the documentation for it should go into the docs repo, so that it's with the other menagerie of gitian building methods. If there are scripts that are more-or-less bound to the bitcoin core release schedule they can be in our repo. Not sure.
< gribble>
https://github.com/bitcoin/bitcoin/issues/12656 | Add scripts for doing gitian builds on any platform using VirtualBox + Vagrant + Packer by maaku · Pull Request #12656 · bitcoin/bitcoin · GitHub
< bitcoin-git>
[bitcoin] practicalswift opened pull request #12686: travis: Generate a trap for signed arithmetic overflows (enable -ftrapv) (master...trapv) https://github.com/bitcoin/bitcoin/pull/12686
< sipa>
unless you enable the transaction index (run with -txindex, or put txindex=1 in bitcoin.conf; that will enable the getrawtransaction txid RPC which works for all transactions, not just your own)
< bitcoin-git>
[bitcoin] sipa opened pull request #12683: Fix more constness violations in serialization code (master...201803_moreser) https://github.com/bitcoin/bitcoin/pull/12683
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #12681: Fix ComputeTimeSmart test failure with -DDEBUG_LOCKORDER (master...pr/locksmart) https://github.com/bitcoin/bitcoin/pull/12681
< bitcoin-git>
bitcoin/master 1846296 MarcoFalke: Merge #12681: Fix ComputeTimeSmart test failure with -DDEBUG_LOCKORDER...
< bitcoin-git>
bitcoin/master 33eb907 Russell Yanofsky: Fix ComputeTimeSmart test failure with -DDEBUG_LOCKORDER...
< aj>
sipa: did you get a chance to read the mail i sent about soft-fork compatible sig aggregation? see any obvious problems, or worth sending to bitcoin-dev do you think?
< bitcoin-git>
bitcoin/master ae5bcc7 Wladimir J. van der Laan: Merge #10694: Remove redundant code in MutateTxSign(CMutableTransaction&, const std::string&)...
< pierre_rochard>
wumpus: thanks, maybe https://github.com/ajtowns/bitcoin-prs is it and he hasn’t pushed the code up yet. ajtowns[m] I’m happy to help out
< kallewoof>
jojeyh: I think your question is more suited for #bitcoin though, btw.
< intcat>
(not sure if correct channel to ask) i am trying to set up bitcoin core gitian build for 0.16.0, but dependency resolution fails on expat; it attempts to download from https://bitcoincore.org/depends-sources but gets 404
< bitcoin-git>
[bitcoin] vasild opened pull request #12678: Scripts and tools: Fix a few compilation issues with Clang 7 and -Werror (master...master-compilation-fixes-with-clang7-werror) https://github.com/bitcoin/bitcoin/pull/12678
< bitcoin-git>
[bitcoin] luke-jr opened pull request #12677: RPC: Add ancestor{count,size,fees} to listunspent output (master...listunspent_ancestorinfo) https://github.com/bitcoin/bitcoin/pull/12677
< kinlo>
George_e30: wrong channel, this channel is only for bitcoin core, not anything else
< George_e30>
not bitcoin, bitcoin2x
< ctrlbreak>
Hey George, this may not be the blockchain you are looking for. The Bitcoin mainnet is currently at block 513162.
< bitcoin-git>
[bitcoin] dexX7 opened pull request #12676: Show "replaceable" flag, when decoding raw transactions (master...rpc-raw-replaceable-flag) https://github.com/bitcoin/bitcoin/pull/12676
< eklitzke>
it's kind of confusing because it's a thread created by leveldb itself, not managed by bitcoin
< Randolf>
Anti-spyware software is getting more aggressive against anything that looks like it could be doing cryptocurrency mining. And unfortunately it's often classified as Bitcoin Mining Riskware.
< bitcoin-git>
[bitcoin] luke-jr opened pull request #12674: RPC: Support addnode onetry without making the connection priviliged (master...rpc_onetry_nonpriv) https://github.com/bitcoin/bitcoin/pull/12674
< bitcoin-git>
[bitcoin] practicalswift closed pull request #12671: mempool: Avoid locking mutex that is already held by the same thread (master...avoid-locking-mutex-already-held) https://github.com/bitcoin/bitcoin/pull/12671
< bitcoin-git>
[bitcoin] practicalswift opened pull request #12671: mempool: Avoid locking mutex that is already held by the same thread (master...avoid-locking-mutex-already-held) https://github.com/bitcoin/bitcoin/pull/12671
< eklitzke>
leveldb isn't really optimized for the way bitcoin writes to it
< eklitzke>
you can get global stats with mallinfo(3) but the xml thing seems to be the only way to get the stats broken down by arena (for bitcoin each thread effectively gets its own arena)
< eklitzke>
bitcoin-cli getmemory mallocinfo
< bitcoin-git>
[bitcoin] practicalswift opened pull request #12665: Add compile time checking for all run time locking assertions (master...compile-time-checking-of-runtime-assertions) https://github.com/bitcoin/bitcoin/pull/12665
< eklitzke>
related, it would be nice to use some of the platform-specific optimizations they have in the leveldb envs elsewhere in the bitcoin codebase (e.g. in addition to mmap-backed files they have a pread based implementation for random access files)
< ryanofsky>
i actually looked into using mojo for bitcoin, but the standalone mojo project went away, and now there are just forks in chromium and fuchsia
< gribble>
MarcoFalke was last seen in #bitcoin-core-dev 2 days, 5 hours, 21 minutes, and 21 seconds ago: <MarcoFalke> #9598 either review+merge or close
< ryanofsky>
travis builds a merged commit, you can fetch what it builds with "git fetch https://github.com/bitcoin/bitcoin pull/12288/merge"
< bitcoin-git>
[bitcoin] maaku opened pull request #12656: Add scripts for doing gitian builds on any platform using VirtualBox + Vagrant + Packer (master...vagrant) https://github.com/bitcoin/bitcoin/pull/12656
< meshcollider>
Regardless of terminology yes it's the site for the bitcoin core project