< October 2023 >
Su Mo Tu We Th Fr Sa 1234 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31
2016-02-18
< GitHub102>
[bitcoin] pstratem opened pull request #7553: Remove vfReachable and modify IsReachable to only use vfLimited. (master...2016-02-17-reachable) https://github.com/bitcoin/bitcoin/pull/7553
< wumpus>
phantomcircuit: yes, sandboxing that code would be nice. Although arguably, against libc exploits, no one stands a chance. If bitcoin-qt doesn't get exploited itself some other service or process will, and they'll pwn the box anyway.
< GitHub21>
bitcoin/master 8b70a64 Wladimir J. van der Laan: Merge #7526: fix spelling of advertise (shows up in the debug log)...
< GitHub124>
[bitcoin] laanwj closed pull request #7526: fix spelling of advertise (shows up in the debug log) (master...advertize-advertise) https://github.com/bitcoin/bitcoin/pull/7526
< GitHub21>
bitcoin/master 37767fd jloughry: fix spelling of advertise in src and doc
< wumpus>
cfields: kleetus added a autotools build system to leveldb so we can do out-of-tree builds, which would be very nice to have, can you take a look to see if everything is ok? https://btcdrakgithub.com/bitcoin/leveldb/pull/11
< cypherBlock>
for segwit transactions types that are nested in P2SH (p2sh-p2wsh & p2sh-p2wpkh), is the intent that those are there primarily for un upgraded wallets to send bitcoin to upgraded wallets? Any other usage?
< GitHub131>
[bitcoin] laanwj opened pull request #7537: wallet: Warn on unexpected EOF while salvaging wallet (master...2016_02_salvage_unexpected_eof) https://github.com/bitcoin/bitcoin/pull/7537
< GitHub119>
[bitcoin] laanwj opened pull request #7536: test: test leading spaces for ParseHex (master...2016_02_test_parsehex_leading_space) https://github.com/bitcoin/bitcoin/pull/7536
< GitHub166>
bitcoin/master c01f08d Luke Dashjr: Bugfix: depends/Travis: Use --location (follow redirects) and --fail [on HTTP error response] with curl
< GitHub166>
bitcoin/master 1ecbb3b Luke Dashjr: depends: Use curl for fetching on Linux...
< GitHub166>
bitcoin/master 5d1148c Luke Dashjr: Travis: Use curl rather than wget for Mac SDK
< GitHub20>
[bitcoin] laanwj closed pull request #7528: autogen.sh: warn about needing autoconf if autoreconf is not found (master...warn-autoconf) https://github.com/bitcoin/bitcoin/pull/7528
< GitHub181>
bitcoin/master 9b9bfce Wladimir J. van der Laan: Merge #7528: autogen.sh: warn about needing autoconf if autoreconf is not found...
< GitHub181>
bitcoin/master 889426d Andrés G. Aragoneses: autogen.sh: warn about needing autoconf if autoreconf is not found...
< GitHub156>
[bitcoin] luke-jr opened pull request #7534: Minimal RPC & wallet support for CLTV-enabled multisig addresses (master...cltv_address) https://github.com/bitcoin/bitcoin/pull/7534
< GitHub189>
[bitcoin] luke-jr opened pull request #7533: RPC: sendrawtransaction: Allow the user to ignore/override specific rejections (master...sendraw_force) https://github.com/bitcoin/bitcoin/pull/7533
< GitHub39>
[bitcoin] knocte opened pull request #7530: autogen.sh: check for libtool before automake fails to find it (master...libtool-check) https://github.com/bitcoin/bitcoin/pull/7530
< wumpus>
cfields: Good news: for osx, the dmg and -osx64.tar.gz stayed the same, just bitcoin-0.12.0-osx-unsigned.tar.gz changed. Same as you!
< wumpus>
c713f82859a27e9e0f9e7fb926f074bef855e255bfbb1207ce6987534233137a for bitcoin-0.12.0-linux64.tar.gz
< warren>
wumpus: cfields and I have been talking for a few months about an eventual replacement, basic idea is to be able to build a deterministic toolchain on any Linux distro, then use that to build things like Bitcoin.
< GitHub67>
[bitcoin] luke-jr opened pull request #7529: Bugfix: Rename descendantfees to descendantmodfees (master...bugfix_descendantfees) https://github.com/bitcoin/bitcoin/pull/7529
2016-02-12
< Luke-Jr>
wumpus: GreenBits apparently runs Bitcoin Core Daemon on Android these days
< wumpus>
there's not even an android bitcoin core release, let alone blackberry
< wumpus>
I know most of the bitcoin core codebase in detail, though I sometimes get confused by the wallet and some of the mempool workings
< Luke-Jr>
since when is ~/.bitcoin/testnet3/bitcoin.conf ignored and why?
< GitHub136>
[bitcoin] knocte opened pull request #7528: autogen.sh: warn about needing autoconf if autoreconf is not found (master...warn-autoconf) https://github.com/bitcoin/bitcoin/pull/7528
< wumpus>
f153f1555b60edd61fa57a9b2f6b43d8d6449fd5c0e6a4ef0f4ba745c6376566 bitcoin-0.12.0-osx-unsigned.tar.gz didn't change for me cfields, osx output is the same
< GitHub81>
[bitcoin] jloughry opened pull request #7526: fix spelling of advertise (shows up in the debug log) (master...advertize-advertise) https://github.com/bitcoin/bitcoin/pull/7526
< GitHub105>
bitcoin/master a0a17b3 Pavel Janík: LibreSSL doesn't define OPENSSL_VERSION, use LIBRESSL_VERSION_TEXT instead
< GitHub105>
bitcoin/master 621940e Wladimir J. van der Laan: Merge #7520: LibreSSL doesn't define OPENSSL_VERSION, use LIBRESSL_VERSION_TEXT instead...
< GitHub22>
[bitcoin] luke-jr opened pull request #7522: Bugfix: Only use git for build info if the repository is actually the right one (master...bugfix_gitdir) https://github.com/bitcoin/bitcoin/pull/7522
2016-02-11
< GitHub14>
[bitcoin] morcos opened pull request #7521: Don't resend wallet txs that aren't in our own mempool (master...testBeforeRelay) https://github.com/bitcoin/bitcoin/pull/7521
< GitHub71>
[bitcoin] laanwj opened pull request #7517: test: script_error checking in script_invalid tests (master...2016_02_test_script_errors) https://github.com/bitcoin/bitcoin/pull/7517
< GitHub123>
bitcoin/0.12 d0dbb6d Luke Dashjr: release-notes: Remove suggestion to use 0.11
< GitHub123>
bitcoin/0.12 73a0375 Luke Dashjr: release-notes: Mention possibility of priority removal in 0.13, uncertainty of priority calculation being changed back, and request community input
< GitHub123>
bitcoin/0.12 4b8d2bc Luke Dashjr: release-notes: Cover priority changes correctly, removing mentions of possible futures
< GitHub1>
[bitcoin] paveljanik opened pull request #7511: [WIP] New ax_pthread.m4 from upstream - draft 3 (not final), for testing on all platforms (master...20160211_WIP_test_new_ax_pthread) https://github.com/bitcoin/bitcoin/pull/7511
< GitHub178>
[bitcoin] luke-jr opened pull request #7510: Read/write bitcoin_rw.conf for exposing shared Daemon/GUI options in the GUI (master...rwconf) https://github.com/bitcoin/bitcoin/pull/7510
< GitHub131>
[bitcoin] luke-jr opened pull request #7509: Common argument defaults for NODE_BLOOM stuff and -wallet (master...common_defaults_0.12) https://github.com/bitcoin/bitcoin/pull/7509
< GitHub59>
[bitcoin] promag opened pull request #7506: Use CCoinControl selection in CWallet::FundTransaction (master...enhancement/use-coin-control-selection) https://github.com/bitcoin/bitcoin/pull/7506
2016-02-10
< Luke-Jr>
weird, when the same setting is set multiple times in bitcoin.conf, it's the first that has effect
< sipa>
Luke-Jr: so what do you think the Bitcoin Core wallet should do in the near future? always use fee estimation, and pay the estimated/chosen fee?
< GitHub120>
bitcoin/0.12 7728635 Wladimir J. van der Laan: doc: fix author list in release notes
< GitHub29>
[bitcoin] laanwj closed pull request #7491: wallet: Ignore MarkConflict if block hash is not known (master...2016_02_wallet_markconflict_assert) https://github.com/bitcoin/bitcoin/pull/7491
< GitHub186>
bitcoin/master c9da9c4 Wladimir J. van der Laan: Merge #7491: wallet: Ignore MarkConflict if block hash is not known...
< GitHub186>
bitcoin/master 40e7b61 Wladimir J. van der Laan: wallet: Ignore MarkConflict if block hash is not known...
< GitHub104>
[bitcoin] laanwj opened pull request #7491: wallet: Ignore MarkConflict if block hash is not known (master...2016_02_wallet_markconflict_assert) https://github.com/bitcoin/bitcoin/pull/7491
< GitHub111>
[bitcoin] laanwj opened pull request #7489: tests: Make proxy_test work on travis servers without IPv6 (master...2016_02_ipv6_tests_conditional) https://github.com/bitcoin/bitcoin/pull/7489
< wumpus>
and filing a pull request for travis won't work either, as on bitcoin/bitcoin the proxy tests are still passing
< GitHub18>
bitcoin/0.12 43484d7 Wladimir J. van der Laan: doc: Update release notes for rc4 changes
< GitHub105>
[bitcoin] instagibbs opened pull request #7480: Changed getnetworkhps value to double to avoid overflow. (master...hashps) https://github.com/bitcoin/bitcoin/pull/7480
< wumpus>
(probably means an even worse situation of having rsvg, which is notoriously leaky and buggy, as a dependency of bitcoin-qt, but OK)
< wumpus>
rather not require any graphical tools for building/deploying bitcoin
< petertodd>
it's also notable how jgarzik has been promoting non-bitcoin fintech uses of the blockchain for bitfury - demand for those is potentially basically infinite
< instagibbs>
greg@greg-ThinkPad-T530:~/Documents/bitcoin$ Error: Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node)
< PRab>
Would it be possible to merge everything into master in the bitcoin-detached-sigs repo?
< midnightmagic>
the ones I'm comparing are rc1. b0b27e04c5df96e7bcda47d977b970b4cffd4bbdc2b7ab16fe0f56fa4b049aa0 bitcoin-0.12.0-linux64.tar.gz vs fanquake: efb075cd298f484d90a01731471829b65ca39abb8fcc00cfa94ea452c157df8e bitcoin-0.12.0-linux64.tar.gz
< GitHub43>
[bitcoin] domob1812 opened pull request #7477: Fix quoting of copyright holders in configure.ac. (master...configure-quoting) https://github.com/bitcoin/bitcoin/pull/7477
2016-02-05
< Tasoshi>
how can bitcoin operate when r/bitcoin is banned and censored, on what basis would anyone find this community welcoming at all
< Tasoshi>
these are difficult times for bitcoin
< Tasoshi>
The unthinkable is happening with r/bitcoin being censored/banned, that affects all for it breaches all principles
< cfields>
Luke-Jr: yes. Otherwise, I was afraid it would trigger a verification of "Bitcoin Core", which of course doesn't exist as a corporate entity. That could've made the process drag on for a while, so I took the easy route this time and just fixed the sha256 issue, leaving all else the same
< GitHub16>
bitcoin/0.12 996c27d Wladimir J. van der Laan: doc: add PR authors to release notes...
< GitHub8>
[bitcoin] laanwj opened pull request #7472: rpc: Add WWW-Authenticate header to 401 response (master...2016_02_www_authenticate) https://github.com/bitcoin/bitcoin/pull/7472
< wumpus>
we should add the "system requirement for buildling" back in the build-unix.md, it's gone a few days and we have someone complaining you can't compile with 512MB of memory https://github.com/bitcoin/bitcoin/issues/7471
< PRab>
Honestly, the level of build reproducibility and verification that bitcoin core has is so far ahead of pretty much anything else that I don't worry about it too much.
< wumpus>
anyhow, the canonical way of checking if bitcoin core executables are untampered with is by checking the GPG signature (which uses sha256), or checking the sha256 hash against the gitian signatures. The windows signing is pretty much because windows requires it.
< GitHub148>
[bitcoin] sandakersmann opened pull request #7467: [0.12] Set -mempoolreplacement to false (master...mempoolreplacement) https://github.com/bitcoin/bitcoin/pull/7467
< GitHub114>
bitcoin/master 5d3b29b Luke Dashjr: doc: Add UniValue to build instructions
< GitHub45>
[bitcoin] laanwj closed pull request #6480: include the chaintip blockindex in the SyncTransaction signal, add signal UpdateTip() (master...2015/07/syncsignal_hight) https://github.com/bitcoin/bitcoin/pull/6480
< GitHub77>
bitcoin/master d222838 Wladimir J. van der Laan: Merge #6480: include the chaintip blockindex in the SyncTransaction signal, add signal UpdateTip()...
< GitHub169>
[bitcoin] laanwj closed pull request #7192: Unify product name to as few places as possible (master...single_prodname) https://github.com/bitcoin/bitcoin/pull/7192
< GitHub89>
bitcoin/master 63bcdc5 Luke Dashjr: More complicated package name substitution for Mac deployment
< GitHub89>
bitcoin/master 1a6c67c Luke Dashjr: Parameterise 2009 in translatable copyright strings