< bitcoin-git>
[bitcoin] kallewoof opened pull request #9872: [qa] Multi-chain support in test framework (master...qa-multi-chain-support) https://github.com/bitcoin/bitcoin/pull/9872
< bitcoin-git>
[bitcoin] sipa opened pull request #9868: Abstract out the command line options for block assembly (master...assembleroptions) https://github.com/bitcoin/bitcoin/pull/9868
< bitcoin-git>
[bitcoin] TheBlueMatt opened pull request #9866: Document increase in memory usage due to mempool/dbcache sharing (0.14...2017-02-share-mem-release-notes) https://github.com/bitcoin/bitcoin/pull/9866
< bitcoin-git>
[bitcoin] jameshilliard opened pull request #9859: Make TestBlockValidity optional in CreateNewBlock (master...tbv-optional) https://github.com/bitcoin/bitcoin/pull/9859
2017-02-25
< bitcoin-git>
[bitcoin] jameshilliard opened pull request #9858: remove TestBlockValidity from CreateNewBlock critical path (master...remove-tbv) https://github.com/bitcoin/bitcoin/pull/9858
< bitcoin-git>
[bitcoin] laanwj closed pull request #9846: doc: Small release notes fixups in the list of pulls (0.14...Mf1702-014doc) https://github.com/bitcoin/bitcoin/pull/9846
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #9846: doc: Small release notes fixups in the list of pulls (0.14...Mf1702-014doc) https://github.com/bitcoin/bitcoin/pull/9846
< jeremyrubin>
the consensus things that aren't overly bitcoin-specific
< kallewoof>
Compartmentalizing bitcoin into separate modules seemed like a plan but maybe not shared by everyone. If it is a shared plan restructuring file places seems important.
< wumpus>
I don't think a bitcoin-datastructures library makes sense
< wumpus>
if we offer a library it should be something useful to bitcoin users
< jonasschnelli>
We recently added a missing ecc_start to bitcoin-tx... but I can't see any relation
< gmaxwell>
do we have any idea whats causing that? I assume no one has hit it locally? I left test bitcoin running in a loop when I first saw it on the off chance it was an ASLR mediated thing that was only hitting travis sometimes.
< bitcoin-git>
bitcoin/0.14 847e375 Wladimir J. van der Laan: qt: pre-rc2 translations update
< gmaxwell>
jtimon: please don't use bitcoin terms for other things especially non-consensus systems. The classic words "backwards incompatible" are fine. :P
< gmaxwell>
But it's not something that would make sense as the general Bitcoin protocol I think. Or at least it would be too easily trolled. But people are free to try it out and I hope they do.
< midnightmagic>
I wonder if it would be worthwhile to include a "legal participation" flag of some sort.. so that people who use the services provided by your bitcoin node must agree to the EULA of your node, in order to use it.
< jonasschnelli>
the missing bitcoin-tx ECC_Start()
< bitcoin-git>
[bitcoin] NicolasDorier opened pull request #9830: Add trusted flag to listunspent result (master...listunspenttrusted) https://github.com/bitcoin/bitcoin/pull/9830
< abhishekcs10_>
I am having problem understanding following parameters in bitcoin/src/chainparams.cpp
< lopp>
I recently pulled down the changes for Bitcoin Core 0.14 into my Statoshi fork, but one of the metrics is no longer populating and I'm hoping someone can explain if this is by design or if I screwed up
< abhishekcs10_>
I am new to bitcoin and eager to learn about it.
< bitcoin-git>
[bitcoin] laanwj closed pull request #9711: [Trivial] Remove incorrect help message from gettxoutproof() (master...gettxoutproofhelp) https://github.com/bitcoin/bitcoin/pull/9711
< bitcoin-git>
bitcoin/master bed5b30 Wladimir J. van der Laan: Merge #9711: [Trivial] Remove incorrect help message from gettxoutproof()...
< bitcoin-git>
[bitcoin] laanwj closed pull request #9773: Return errors from importmulti if complete rescans are not successful (master...pr/multicheck) https://github.com/bitcoin/bitcoin/pull/9773
< bitcoin-git>
bitcoin/master ba7220b Wladimir J. van der Laan: Merge #9773: Return errors from importmulti if complete rescans are not successful...
< bitcoin-git>
bitcoin/master e2e2f4c Russell Yanofsky: Return errors from importmulti if complete rescans are not successful
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #9823: qa: Set correct path for binaries in rpc tests (master...Mf1702-qaPath) https://github.com/bitcoin/bitcoin/pull/9823
< cfields>
(i haven't read the logs yet, if bitcoin-qt launches at all obviously that's not the culprit)
< wumpus>
which is sort of a one-file randomness library. Idon't think it depends on any bitcoin specific things
< wumpus>
e.g. user created containers and chroots won't have the /dev/urandom device, some sandboxes (such as cluodabi/capsicum) don' t have file access at all (not that we can support those at the moment in bitcoin core). Direct system calls are the new way to get randomness from the OS.
< bitcoin-git>
[bitcoin] benma opened pull request #9822: Refactor: Split part of AppInitMain() into a new function (master...appinitmain) https://github.com/bitcoin/bitcoin/pull/9822
< bitcoin-git>
[bitcoin] laanwj opened pull request #9821: util: Specific GetOSRandom for Linux/FreeBSD/OpenBSD (master...2017_02_osrandom) https://github.com/bitcoin/bitcoin/pull/9821
< bitcoin-git>
[bitcoin] ryanofsky opened pull request #9820: Fix pruning test broken by 2 hour manual prune window (master...pr/prunewind) https://github.com/bitcoin/bitcoin/pull/9820
< bitcoin-git>
[bitcoin] morcos opened pull request #9819: Remove harmless read of unusued priority estimates (master...removeExtraRead) https://github.com/bitcoin/bitcoin/pull/9819
< bitcoin-git>
[bitcoin] ryanofsky opened pull request #9818: Save watch only key timestamps when reimporting keys (master...pr/multirewatch) https://github.com/bitcoin/bitcoin/pull/9818
< jonasschnelli>
wumpus: cd into the git bitcoin repository/depends and download all soucres?
< bitcoin-git>
[bitcoin] jonasschnelli opened pull request #9817: Fix segfault crash when shutdown the GUI in disablewallet mode (master...2017/02/sf_gui) https://github.com/bitcoin/bitcoin/pull/9817
< bitcoin-git>
bitcoin/0.14 e22c067 kirit93: Fix for issue #9775. Added check for open() returning a NULL pointer....
< jonasschnelli>
Ah. I think there is a dnsmasq conflict with the bitcoin dns-seeder
< fanquake>
Can anyone confirm this. src/qt/bitcoin-qt --reindex --dbacache=8192 --par=10 --blocksonly=1 --listen=0 --disablewallet=1 quiting after any amount of time gives a segfault.
< bitcoin-git>
[bitcoin] paveljanik opened pull request #9813: Read/write mempool.dat as a binary. (master...20170220_mempool_binary) https://github.com/bitcoin/bitcoin/pull/9813
< bitcoin-git>
[bitcoin] laanwj closed pull request #9726: netbase: Do not print an error on connection timeouts through proxy (master...2017_02_intr_recv_error) https://github.com/bitcoin/bitcoin/pull/9726
< bitcoin-git>
bitcoin/master 7639d38 Wladimir J. van der Laan: Merge #9726: netbase: Do not print an error on connection timeouts through proxy...
< bitcoin-git>
bitcoin/master 3ddfe29 Wladimir J. van der Laan: netbase: Do not print an error on connection timeouts through proxy...
< bitcoin-git>
bitcoin/master 13f6085 Wladimir J. van der Laan: netbase: Make InterruptibleRecv return an error code instead of bool