< bitcoin-git>
[bitcoin] sipa opened pull request #12742: Make FastRandomContext support standard C++11 RNG interface (master...201803_stdrandom) https://github.com/bitcoin/bitcoin/pull/12742
< bitcoin-git>
[bitcoin] sipa opened pull request #12740: Add native support for serializing char arrays without FLATDATA (master...201803_chararray) https://github.com/bitcoin/bitcoin/pull/12740
2018-03-20
< bitcoin-git>
[bitcoin] pedrobranco opened pull request #12739: Fix unlocking of an already spent output (master...bugfix/fix-lockunspent-deadlock) https://github.com/bitcoin/bitcoin/pull/12739
< bitcoin-git>
[bitcoin] lutangar opened pull request #12736: [RPC][Refactoring] Meaningful error code when called with wrong number of arguments (master...error-code-for-param-number) https://github.com/bitcoin/bitcoin/pull/12736
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #12728: [tests] rename TestNode to TestP2PConn in tests (master...rename_test_node) https://github.com/bitcoin/bitcoin/pull/12728
< bitcoin-git>
bitcoin/master 4ba3d4f MarcoFalke: Merge #12728: [tests] rename TestNode to TestP2PConn in tests...
< bitcoin-git>
bitcoin/master 728667b John Newbery: scripted-diff: rename TestNode to TestP2PConn in tests...
< bitcoin-git>
[bitcoin] laanwj closed pull request #12652: bitcoin-cli: Provide a better error message when bitcoind is not running (master...bitcoin-cli-error-message-when-bitcoind-is-not-running) https://github.com/bitcoin/bitcoin/pull/12652
< bitcoin-git>
bitcoin/master 8b2ef27 practicalswift: tests: Test connecting with non-existing RPC cookie file
< bitcoin-git>
bitcoin/master a2b2476 practicalswift: tests: Test connecting to a non-existing server
< bitcoin-git>
bitcoin/master de04fde practicalswift: bitcoin-cli: Provide a better error message when bitcoind is not running...
< bitcoin-git>
[bitcoin] sipa opened pull request #12731: Support serialization as another type without casting (master...201803_astype) https://github.com/bitcoin/bitcoin/pull/12731
2018-03-19
< sipa>
please take any further discussion elsewhere, it has nothing to do with bitcoin core's software development
< sipa>
as far as using the signmessage functionality in bitcoin core goes, you can use validateaddress to extract the public key for an address (if it's yours), and then sign with the P1PKH address corresponding to that key instead
< sipa>
bitcoin addresses are not identities
< bcamacho>
luke-jr or sipa: Is there a link regarding deprecation for signmessage? I was reviewing the developer documentation and it has no mention of the deprecation: https://bitcoin.org/en/developer-reference#signmessage
< luke-jr>
bitcoin.org hosts a mirror of some keys, but you should probably verify the keys are correct from multiple sources, or someone you know/trust personally
< bitcoin-git>
[bitcoin] sipa closed pull request #12712: Support serialization as another type without casting (master...201803_astype) https://github.com/bitcoin/bitcoin/pull/12712
< bitcoin-git>
[bitcoin] jnewbery opened pull request #12728: [tests] rename TestNode to TestP2PConn in tests (master...rename_test_node) https://github.com/bitcoin/bitcoin/pull/12728
< bitcoin-git>
[bitcoin] jeffrade opened pull request #12720: Avoiding 'file' function name from python2 (master...pr_12437_variable_rename) https://github.com/bitcoin/bitcoin/pull/12720
< Lis>
Would appreciate an opinion about authenticated rest api for bitcoin :)
< bitcoin-git>
[bitcoin] practicalswift opened pull request #12719: tests: Add note about test suite naming convention in developer-notes.md (master...consistent-test-naming) https://github.com/bitcoin/bitcoin/pull/12719
< achow101>
anyways, this is not the correct channel for asking for help. Go to #bitcoin, bitcoin.stackexchange.com, or bitcointalk.org
< VictorTrueBitcoi>
devs please help, whats going on with my bitcoin core wallet, i never change pass, and computer without access, and pass wrong, i had bitcoincore 0.15.0.1 after update 0.15.1 pass wass wrong, but few time is working, and now again pass wrong
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #12718: [Tests] Require exact match in assert_start_raises_init_eror (jnewbery) (master...Mf1803-qaRegexInitError) https://github.com/bitcoin/bitcoin/pull/12718
< 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?