< July 2025 >
Su Mo Tu We Th Fr Sa 123456789101112131415 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
2015-10-09
< GitHub31>
bitcoin/master 0cca024 Wladimir J. van der Laan: Update miniupnpc to 1.9.20151008...
< wumpus>
yeah@gavinandresen in the GUI too <wumpus> to disable upnp in Bitcoin Core: run with -noupnp, or disable checkbox in GUI under Options → Network → Map port using UPNP
< CodeShark>
sipa: I just don't think bitcoin can perpetually keep on adding new features at the protocol level if each proposed change requires a handful of people such as yourself to review the same lines of code over and over again :)
< sipa>
but from the point of existing code - and that's what your abstraction framework can deal with - it just completely deletes the concept of script from bitcoin
< GitHub108>
[bitcoin] Diapolo closed pull request #6288: [Qt] fix debug console window handling when e.g. minimized (master...show-rpconsole) https://github.com/bitcoin/bitcoin/pull/6288
< GitHub142>
[bitcoin] dgenr8 opened pull request #6785: Backport to v0.11: In (strCommand == "tx"), return if AlreadyHave() (0.11...already_have_0.11) https://github.com/bitcoin/bitcoin/pull/6785
< CodeShark>
would be nice to define the validation rules for each soft fork in its own module as well...so then the entire soft fork can be specified as a unit that just needs to be added and linked to Bitcoin Core
< GitHub100>
[bitcoin] jonasschnelli opened pull request #6781: [QT] pretty print (indent) multiline html output (master...2015/10/qt_rpcconsole_pp) https://github.com/bitcoin/bitcoin/pull/6781
< GitHub73>
[bitcoin] jonasschnelli opened pull request #6780: Call init's parameter interaction before we create the UI options model (master...2015/10/qt_fix_listen) https://github.com/bitcoin/bitcoin/pull/6780
< GitHub33>
[bitcoin] jamesob opened pull request #6777: Unobfuscate chainstate data in CCoinsViewDB::GetStats (master...obfuscate_fix) https://github.com/bitcoin/bitcoin/pull/6777
2015-10-07
< GitHub83>
[bitcoin] sipa opened pull request #6776: Support -checkmempool=N, which runs checks once every N transactions (master...fraccheck) https://github.com/bitcoin/bitcoin/pull/6776
< dcousens>
I'm just glad I deployed the bitcoin apps I work on with XWalk (compatibility, 20mb+ to your app size, but guarantees a consistent (and new) web view across all versions)
< GitHub136>
bitcoin/0.11 71cc9d9 Gregory Maxwell: Test LowS in standardness, removes nuisance malleability vector....
< GitHub28>
[bitcoin] laanwj closed pull request #6743: autotools: move checking for zmq library to common area in configure.ac (master...fixes/6679) https://github.com/bitcoin/bitcoin/pull/6743
< GitHub73>
bitcoin/master bdece50 Wladimir J. van der Laan: Merge pull request #6743...
< GitHub73>
bitcoin/master dd28089 Johnathan Corgan: autotools: move checking for zmq library to common area in configure.ac...
< GitHub28>
bitcoin/master 3b2d37c Wladimir J. van der Laan: Merge pull request #6742...
< GitHub180>
[bitcoin] laanwj closed pull request #6742: Changed logging to make -logtimestamps to work also for -printtoconsole (master...feature-logtimestamps-toconsole) https://github.com/bitcoin/bitcoin/pull/6742
< GitHub28>
bitcoin/master 58981d4 Arne Brutschy: Changed logging to make -logtimestamps to work also for -printtoconsole
< GitHub183>
[bitcoin] gmaxwell opened pull request #6769: Test LowS in standardness, removes nuisance malleability vector. (master...no_nuisance_malleability) https://github.com/bitcoin/bitcoin/pull/6769
< GitHub89>
[bitcoin] jmcorgan opened pull request #6768: zmq: update docs to reflect feature is compiled in automatically (master...update-zmq-docs) https://github.com/bitcoin/bitcoin/pull/6768
< GitHub13>
[bitcoin] sandakersmann opened pull request #6766: [Trivial] Consistent use of lower case letters (master...lower_case) https://github.com/bitcoin/bitcoin/pull/6766
< BlueMatt>
the big miners I've heard from dont care about fees, and are perfectly willing to forgo them to make bitcoin work properly for users - if users' wallets are using cpfp to unstick transactions, then it becomes required for bitcoin to work properly for users
< btcdrak>
this really is a discussion for #bitcoin-dev or #bitcoin
< jcorgan>
guys, can you take it to #bitcoin-dev or #bitcoin?
< jgarzik>
no it's not quite chichen-and-egg. users are incentivized against it because long chains of unconfirmed transactions do not work well in the bitcoin system. that's not specific to CPFP but relevant to evaluating CPFP.
< jgarzik>
In theory sure. But's it's optimizing for the "last 0.0001%" Bitcoin isn't great for long chains of unconfirmed transactions. Sure miners should capture those, but users and services will not generate them.
< GitHub176>
[bitcoin] paveljanik opened pull request #6748: Rewrite help texts for features enabled by default (master...configure_disable) https://github.com/bitcoin/bitcoin/pull/6748
< kanzure>
maaku: re: https://github.com/bitcoin/bitcoin/pull/6564 my concern was something about CSV-failing transaction rejection and then parent replacement if it was also in mempool, but nevermind i see why that's not important here
< GitHub35>
[bitcoin] jmcorgan opened pull request #6743: autotools: move checking for zmq library to common area in configure.ac (master...fixes/6679) https://github.com/bitcoin/bitcoin/pull/6743
< Naphex>
then just move back to #bitcoin-dev and get jgarzik too stop removing the bans
< jgarzik>
ok, #bitcoin-dev as planned
< wumpus>
but also bitcoin core specific stuff like the mempool management
< jgarzik>
Is it a Bitcoin Core meeting or bitcoin protocol meeting? If the former, have the meeting in here, and keep an eye on #bitcoin-dev for any stragglers
< btcdrak>
wumpus: meetbot is not setup for #bitcoin-dev, so better here.
< GitHub185>
[bitcoin] laanwj closed pull request #5079: Accept any sequence of PUSHDATAs in OP_RETURN outputs (master...op-return-accept-multiple-pushdatas) https://github.com/bitcoin/bitcoin/pull/5079
< wumpus>
it was created because people didn't want the github commit notifications on #bitcoin-dev
2015-09-30
< sipa>
but for use in Bitcoin we can't just only have a strict DER one
< rusty>
sipa: I stole the DER encode/decode from bitcoin.
< GitHub166>
[bitcoin] arnuschky opened pull request #6742: Changed logging to make -logtimestamps to work also for -printtoconsole (master...feature-logtimestamps-toconsole) https://github.com/bitcoin/bitcoin/pull/6742
< GitHub156>
bitcoin/master 1119cc3 Wladimir J. van der Laan: Merge pull request #6741...