1 2018-02-28 00:01:22 0|CubicEarths|interesting
2 2018-02-28 00:04:22 0|sipa|j
3 2018-02-28 00:20:38 0|phantomcircuit|sipa, there is something screwey with getting stuck for long times on slow peers
4 2018-02-28 00:20:46 0|phantomcircuit|but i cant figure out why that happens
5 2018-02-28 00:20:48 0|phantomcircuit|so
6 2018-02-28 00:20:49 0|phantomcircuit|shrug
7 2018-02-28 00:59:24 0|bitcoin-git|[13bitcoin] 15fanquake closed pull request #12562: Utils and libraries: Leveldb compile warnings (06master...06leveldbCompileWarnings) 02https://github.com/bitcoin/bitcoin/pull/12562
8 2018-02-28 02:39:09 0|bitcoin-git|[13bitcoin] 15bicliu opened pull request #12563: addr (06master...06master) 02https://github.com/bitcoin/bitcoin/pull/12563
9 2018-02-28 02:39:56 0|bitcoin-git|[13bitcoin] 15fanquake closed pull request #12563: addr (06master...06master) 02https://github.com/bitcoin/bitcoin/pull/12563
10 2018-02-28 02:55:31 0|eklitzke|i got rtags indexing the bitcoin source code today, if anyone else is using emacs and wants to give it a try i wrote up some notes here https://eklitzke.org/using-emacs-and-rtags-with-autotools-c++-projects
11 2018-02-28 09:27:13 0|provoostenator|Anyone want to chime in on the command line arguments vs config file choice in #8994?
12 2018-02-28 09:27:18 0|gribble|https://github.com/bitcoin/bitcoin/issues/8994 | Testchains: Introduce custom chain whose constructor... by jtimon ÷ Pull Request #8994 ÷ bitcoin/bitcoin ÷ GitHub
13 2018-02-28 09:49:11 0|promag|provoostenator: I'll try to push a commit with the multi selection
14 2018-02-28 10:01:21 0|provoostenator|promag: thanks!
15 2018-02-28 10:27:44 0|promag|provoostenator: https://github.com/promag/bitcoin/commit/b602b44e0f877478ad8ba936fd3b6f6378e5fdc1
16 2018-02-28 10:28:03 0|promag|match() needs -1 argument to catch all matches
17 2018-02-28 10:28:21 0|promag|default is 1 so that's why you had 1 match only
18 2018-02-28 10:29:04 0|provoostenator|promag: ah, that makes sense. I'll try your commit.
19 2018-02-28 11:00:38 0|bitcoin-git|[13bitcoin] 15kallewoof opened pull request #12564: [arith_uint256] Avoid unnecessary this-copy using prefix operator (06master...06optim-arith_uint256-operator-dec) 02https://github.com/bitcoin/bitcoin/pull/12564
20 2018-02-28 12:34:40 0|TyrfingMjolnir|When I do: bitcoind -regtest -daemon && bitcoin-cli -regtest generate 10 will the block chain be valid?
21 2018-02-28 12:35:03 0|promag|yes, why?
22 2018-02-28 12:35:19 0|TyrfingMjolnir|It will only have "mined" values? Or transactions too?
23 2018-02-28 12:35:50 0|promag|only coinbase transaction
24 2018-02-28 12:37:05 0|promag|but move these questions to #bitcoin, this channel is for development discussions
25 2018-02-28 12:38:14 0|promag|provoostenator: restarted https://travis-ci.org/bitcoin/bitcoin/jobs/347223283
26 2018-02-28 12:46:41 0|promag|request for review/merge - tricky one: #12151 easy one: #12559
27 2018-02-28 12:46:44 0|gribble|https://github.com/bitcoin/bitcoin/issues/12151 | Remove cs_main lock from blockToJSON and blockheaderToJSON by promag ÷ Pull Request #12151 ÷ bitcoin/bitcoin ÷ GitHub
28 2018-02-28 12:46:45 0|gribble|https://github.com/bitcoin/bitcoin/issues/12559 | Avoid locking cs_main in some wallet RPC by promag ÷ Pull Request #12559 ÷ bitcoin/bitcoin ÷ GitHub
29 2018-02-28 12:52:50 0|bitcoin-git|[13bitcoin] 15Sjors opened pull request #12565: [qt] bumpfee: offer user to reduce output for transactions without change (06master...062018/02/qt-bumpfee-reduce-output) 02https://github.com/bitcoin/bitcoin/pull/12565
30 2018-02-28 12:55:35 0|promag|provoostenator: aren't the images the same ^ ?
31 2018-02-28 12:56:27 0|fanquake|Yes they look very similar.
32 2018-02-28 12:56:34 0|provoostenator|promag: oops, fixed.
33 2018-02-28 14:53:41 0|promag|provoostenator: I'll test your comment https://github.com/bitcoin/bitcoin/pull/12421/files#r171267042
34 2018-02-28 15:57:48 0|bitcoin-git|[13bitcoin] 15practicalswift opened pull request #12567: Print timestamp strings in logs using ISO 8601 formatting (06master...06iso-8601) 02https://github.com/bitcoin/bitcoin/pull/12567
35 2018-02-28 16:12:45 0|promag|provoostenator: I think that can be a "bug"
36 2018-02-28 16:13:14 0|promag|the 1st row is visible, not fully visible though
37 2018-02-28 17:38:14 0|bitcoin-git|[13bitcoin] 15luke-jr opened pull request #12568: Allow dustrelayfee to be set to zero (06master...06zero_dustrelayfee_opt) 02https://github.com/bitcoin/bitcoin/pull/12568
38 2018-02-28 18:16:13 0|bitdev|hi
39 2018-02-28 19:59:39 0|dafunkizdiz|didn't even knew about the existence of this channel
40 2018-02-28 20:05:55 0|Randolf|dafunkizdiz: Welcome.
41 2018-02-28 20:06:24 0|dafunkizdiz|Randolf: thanks
42 2018-02-28 20:34:44 0|bitcoin-git|[13bitcoin] 15practicalswift opened pull request #12569: Increase signal-to-noise ratio in debug.log by adjusting log level when logging failed non-manual connect():s (06master...06logging-signal-to-noise) 02https://github.com/bitcoin/bitcoin/pull/12569
43 2018-02-28 21:11:40 0|eklitzke|if anyone wants to try out my systemtap branch and give me feedback, check out my probes_sdt branch and follow the instructions here: https://github.com/eklitzke/bitcoin/blob/probes_sdt/doc/systemtap.md
44 2018-02-28 21:13:44 0|eklitzke|i've tested it on fedora 27 and debian stretch so it should at least work on those distros
45 2018-02-28 22:56:03 0|rantahu|What's poppin my peeps?