1 2017-03-29 01:22:18 0|bitcoin-git|[13bitcoin] 15sipa pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/0b9fb682890b...4e3efd47e0d5
2 2017-03-29 01:22:19 0|bitcoin-git|13bitcoin/06master 144e3efd4 15Pieter Wuille: Merge #10108: ApproximateBestSubset should take inputs by reference, not value...
3 2017-03-29 01:22:19 0|bitcoin-git|13bitcoin/06master 145335132 15Ryan Havar: ApproximateBestSubset should take inputs by reference, not value
4 2017-03-29 01:22:37 0|bitcoin-git|[13bitcoin] 15sipa closed pull request #10108: ApproximateBestSubset should take inputs by reference, not value (06master...06trivial) 02https://github.com/bitcoin/bitcoin/pull/10108
5 2017-03-29 07:07:02 0|wumpus|is ryanofsky here?
6 2017-03-29 07:25:39 0|wumpus|gmaxwell: just for reference (it's fine to discuss RPC frameworks here, just not in the pull) what was your problem with cap'n'proto again?
7 2017-03-29 07:29:19 0|bitcoin-git|13bitcoin/06master 141403b1a 15Jameson Lopp: move rpcserialversion into RPC option group
8 2017-03-29 07:29:19 0|bitcoin-git|[13bitcoin] 15sipa pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/4e3efd47e0d5...7438ceac716f
9 2017-03-29 07:29:20 0|bitcoin-git|13bitcoin/06master 147438cea 15Pieter Wuille: Merge #10086: Trivial: move rpcserialversion into RPC option group...
10 2017-03-29 07:29:39 0|bitcoin-git|[13bitcoin] 15sipa closed pull request #10086: Trivial: move rpcserialversion into RPC option group (06master...06rpcserialversion) 02https://github.com/bitcoin/bitcoin/pull/10086
11 2017-03-29 07:31:56 0|bitcoin-git|[13bitcoin] 15sipa pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/7438ceac716f...4bd0e9b90a39
12 2017-03-29 07:31:57 0|bitcoin-git|13bitcoin/06master 140fb2887 15Jameson Lopp: Move several relay options into the Relay help group
13 2017-03-29 07:31:57 0|bitcoin-git|13bitcoin/06master 144bd0e9b 15Pieter Wuille: Merge #10088: Trivial: move several relay options into the relay help group...
14 2017-03-29 07:32:22 0|bitcoin-git|[13bitcoin] 15sipa closed pull request #10088: Trivial: move several relay options into the relay help group (06master...06relayoptions) 02https://github.com/bitcoin/bitcoin/pull/10088
15 2017-03-29 08:13:04 0|wumpus|I can't believe ubuntu still didn't solve tray icon interaction with qt5
16 2017-03-29 08:45:24 0|bitcoin-git|13bitcoin/06master 14fa55853 15MarcoFalke: rpc: Rename first named arg of createrawtransaction
17 2017-03-29 08:45:24 0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/4bd0e9b90a39...9692be4a9a9b
18 2017-03-29 08:45:25 0|bitcoin-git|13bitcoin/06master 149692be4 15Wladimir J. van der Laan: Merge #10084: rpc: Rename first named arg of createrawtransaction...
19 2017-03-29 08:45:44 0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #10084: rpc: Rename first named arg of createrawtransaction (06master...06Mf1703-createRawName) 02https://github.com/bitcoin/bitcoin/pull/10084
20 2017-03-29 08:46:15 0|bitcoin-git|[13bitcoin] 15laanwj pushed 7 new commits to 060.14: 02https://github.com/bitcoin/bitcoin/compare/37bf0d5b381f...b768202695a0
21 2017-03-29 08:46:16 0|bitcoin-git|13bitcoin/060.14 144d8e660 15James Evans: Trivial: Fix typo in help getrawtransaction RPC...
22 2017-03-29 08:46:16 0|bitcoin-git|13bitcoin/060.14 14ddc2dd1 15Andrew Chow: Ensure an item exists on the rpcconsole stack before adding...
23 2017-03-29 08:46:17 0|bitcoin-git|13bitcoin/060.14 14e9611d1 15Cory Fields: depends: fix zlib build on osx...
24 2017-03-29 08:47:51 0|luke-jr|wumpus: IMO the new tray icon standard is far inferior to the original one
25 2017-03-29 08:48:07 0|wumpus|luke-jr: but still it should just *work* right
26 2017-03-29 08:48:13 0|luke-jr|for us, yes :p
27 2017-03-29 08:48:28 0|luke-jr|I'm annoyed I can no longer double-click my IM icon to open messages..
28 2017-03-29 08:48:37 0|luke-jr|because the new spec only has single left/right click support
29 2017-03-29 08:48:59 0|wumpus|seems pretty easy to add, did they remove it on purpose?
30 2017-03-29 08:49:10 0|luke-jr|dunno. more like reinvent than remove, though
31 2017-03-29 08:49:20 0|luke-jr|the original spec was simply an X window embedded
32 2017-03-29 08:50:35 0|wumpus|most likely to generalize it to e.g. touch interaction they moved away from direct input mapping support and the notifications are something like 'activate' and 'open context menu'
33 2017-03-29 08:51:15 0|wumpus|though double-click translates trivially to touch interaction so dunno
34 2017-03-29 08:57:36 0|gribble|https://github.com/bitcoin/bitcoin/issues/10102 | bitcoin-qt: spawn bitcoind and communicate over pipe (Experimental, WIP) by ryanofsky ÷ Pull Request #10102 ÷ bitcoin/bitcoin ÷ GitHub
35 2017-03-29 09:19:00 0|bitcoin-git|[13bitcoin] 15MarcoFalke pushed 3 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/9692be4a9a9b...f2734c2828f6
36 2017-03-29 09:19:01 0|bitcoin-git|13bitcoin/06master 1485de9d4 15practicalswift: Remove call to gettransaction(...) where the result is unused
37 2017-03-29 09:19:01 0|bitcoin-git|13bitcoin/06master 14bd02422 15practicalswift: Remove accidental trailing semicolons in Python code
38 2017-03-29 09:19:02 0|bitcoin-git|13bitcoin/06master 14f2734c2 15MarcoFalke: Merge #10107: Remove unused variable. Remove accidental trailing semicolons in Python code...
39 2017-03-29 09:19:25 0|bitcoin-git|[13bitcoin] 15MarcoFalke closed pull request #10107: Remove unused variable. Remove accidental trailing semicolons in Python code (06master...06recent-python-style-regressions) 02https://github.com/bitcoin/bitcoin/pull/10107
40 2017-03-29 09:29:08 0|vitor32|hellooo
41 2017-03-29 09:38:17 0|vitor32|Can someone give me 1 dollar ??? PLEASE HELP ME 14rThNDi2VPnqXamviHVDDnw1ND4vTZMA6
42 2017-03-29 09:38:19 0|vitor32|Can someone give me 1 dollar ??? PLEASE HELP ME 14rThNDi2VPnqXamviHVDDnw1ND4vTZMA6
43 2017-03-29 09:45:40 0|vitor32|Can someone give me 1 dollar ??? PLEASE HELP ME 14rThNDi2VPnqXamviHVDDnw1ND4vTZMA6
44 2017-03-29 10:02:11 0|vitor32|Can someone give me 1 dollar ??? PLEASE HELP ME 14rThNDi2VPnqXamviHVDDnw1ND4vTZMA6
45 2017-03-29 10:05:49 0|vitor32|Can someone give me 1 dollar ??? PLEASE HELP ME 14rThNDi2VPnqXamviHVDDnw1ND4vTZMA6
46 2017-03-29 10:51:42 0|bitcoin-git|[13bitcoin] 15laanwj pushed 24 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/f2734c2828f6...f34cdcbd806d
47 2017-03-29 10:51:43 0|bitcoin-git|13bitcoin/06master 1402592f4 15Jonas Schnelli: [Wallet] split the keypool in an internal and external part
48 2017-03-29 10:51:43 0|bitcoin-git|13bitcoin/06master 14d59531d 15Jonas Schnelli: Immediately return setKeyPool's size if HD or HD_SPLIT is disabled or not supported
49 2017-03-29 10:51:44 0|bitcoin-git|13bitcoin/06master 1401de822 15Jonas Schnelli: Removed redundant IsLocked() check in NewKeyPool()
50 2017-03-29 10:51:52 0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #9294: Use internal HD chain for change outputs (hd split) (06master...062016/12/hd_split) 02https://github.com/bitcoin/bitcoin/pull/9294
51 2017-03-29 14:27:51 0|bitcoin-git|[13bitcoin] 15jonasschnelli closed pull request #9947: Add true/false return value to prioritisetransaction (06master...062017/03/ptx) 02https://github.com/bitcoin/bitcoin/pull/9947
52 2017-03-29 15:00:14 0|BlueMatt|jonasschnelli: ping
53 2017-03-29 15:00:35 0|jonasschnelli|BlueMatt: pong.. just saw your bump API response...
54 2017-03-29 15:00:37 0|jonasschnelli|your right.
55 2017-03-29 15:00:50 0|jonasschnelli|getBumpedTxRef is shit
56 2017-03-29 15:01:06 0|BlueMatt|jonasschnelli: you signed 0ddea4430d with the wrong key again :(
57 2017-03-29 15:01:16 0|jonasschnelli|god damit...
58 2017-03-29 15:01:20 0|BlueMatt|jonasschnelli: what gpg version do you have locally?
59 2017-03-29 15:01:38 0|BlueMatt|you can make git call verify-commits as a pre-push-hook to make it complain pre-push
60 2017-03-29 15:01:41 0|jonasschnelli|gpg (GnuPG) 2.1.19
61 2017-03-29 15:01:46 0|BlueMatt|yea, that'll work
62 2017-03-29 15:02:11 0|BlueMatt|just copy verify-commits with an updated trusted-sha512-root-commit to a separate directory and make it your git pre-push-hook
63 2017-03-29 15:02:12 0|jonasschnelli|let me check...
64 2017-03-29 15:03:22 0|jonasschnelli|BlueMatt: but wait...
65 2017-03-29 15:03:32 0|jonasschnelli|commit 0ddea4430d62bd06162ebf5404018416405b1c52
66 2017-03-29 15:03:32 0|jonasschnelli|git log tells me:
67 2017-03-29 15:03:33 0|jonasschnelli|gpg: Signature made Mo 27 Mär 09:55:17 2017 CEST
68 2017-03-29 15:03:33 0|jonasschnelli|gpg: using RSA key CA1A2908DCE2F13074C62CDE1EB776BB03C7922D
69 2017-03-29 15:03:52 0|jonasschnelli|Seems to be the right subkey?
70 2017-03-29 15:04:38 0|jonasschnelli|BlueMatt: how can I get info about the used digest?
71 2017-03-29 15:05:59 0|BlueMatt|hmm, lemme look
72 2017-03-29 15:19:17 0|BlueMatt|jonasschnelli: hmmmm, i think you need a new selfsig on your primary key
73 2017-03-29 15:20:56 0|BlueMatt|jonasschnelli: try --weak-digest sha1 --edit-key on your key, and then sign, mabye?
74 2017-03-29 15:21:35 0|jonasschnelli|BlueMatt: why --weak-digest sha1?
75 2017-03-29 15:23:05 0|BlueMatt|I /think/ it wont let you re-sign without it
76 2017-03-29 15:23:08 0|BlueMatt|but it may be optional
77 2017-03-29 15:27:46 0|jonasschnelli|BlueMatt: hmm.. I always get "was already signed by key 29D4BCB6416F53EC"
78 2017-03-29 15:28:38 0|BlueMatt|grrr, yea, I'm trying to resign my own key and cant seem to manage, but i know MarcoFalke succeeded in doing so on his key :/
79 2017-03-29 15:29:20 0|jonasschnelli|ping MarcoFalke
80 2017-03-29 15:30:45 0|BlueMatt|jonasschnelli: i assume I've managed it before, too, since my own key has a similar issue
81 2017-03-29 15:34:08 0|BlueMatt|jonasschnelli: found it
82 2017-03-29 15:34:17 0|BlueMatt|google says "gpg --cert-digest-algo sha256 --expert --edit-key (thekey)" and this seems to allow me to re-sign
83 2017-03-29 15:50:26 0|bitcoin-git|[13bitcoin] 15jnewbery opened pull request #10114: [tests] sync_with_ping should assert that ping hasn't timed out (06master...06improve_sync_with_ping) 02https://github.com/bitcoin/bitcoin/pull/10114
84 2017-03-29 15:59:22 0|jonasschnelli|BlueMatt: thx
85 2017-03-29 16:18:21 0|BlueMatt|jonasschnelli: tell me when you've pushed an updated key
86 2017-03-29 16:40:40 0|bitcoin-git|[13bitcoin] 15TheBlueMatt opened pull request #10115: Avoid reading the old hd master key during wallet encryption (06master...062017-03-cleanup-sethdmasterkey) 02https://github.com/bitcoin/bitcoin/pull/10115
87 2017-03-29 18:05:52 0|bitcoin-git|[13bitcoin] 15roconnor-blockstream opened pull request #10116: Consensus: use IsWitnessEnabled in ContextualCheckBlock (06master...06ContextualCheckBlock-refector) 02https://github.com/bitcoin/bitcoin/pull/10116
88 2017-03-29 18:45:08 0|bitcoin-git|[13bitcoin] 15sdaftuar closed pull request #9709: [WIP] Cache segwit signature hash components inside CTransactionRef to optimize validation performance (06master...062017-02-segwit-cache-3) 02https://github.com/bitcoin/bitcoin/pull/9709
89 2017-03-29 19:00:40 0|bitcoin-git|[13bitcoin] 15ryanofsky opened pull request #10117: Fix "make check" on systems with qt and libxcb but no active DISPLAY (06master...06pr/noqapp) 02https://github.com/bitcoin/bitcoin/pull/10117
90 2017-03-29 19:12:35 0|bitcoin-git|[13bitcoin] 15ryanofsky closed pull request #10113: Fix test_bitcoin-qt when DISPLAY is unset (06master...06pr/nodisp) 02https://github.com/bitcoin/bitcoin/pull/10113
91 2017-03-29 19:26:49 0|jonasschnelli|BlueMatt: I have sent the key with new sigs to hkp://keys.gnupg.net
92 2017-03-29 19:39:03 0|BlueMatt|jonasschnelli: cool, that appears to have fixed verify-commits =D
93 2017-03-29 20:56:51 0|achow101|isn't there a size limit on the debug.log file?
94 2017-03-29 21:16:51 0|sipa|achow101: if you don't run in debug mode it's pruned at startup iirc
95 2017-03-29 21:18:00 0|achow101|yeah, i just noticed that. it was at 3.9 GB, restarted and it pruned to 10 MB. I thought it would prune while running, not only at startup
96 2017-03-29 21:50:57 0|bitcoin-git|[13bitcoin] 15roconnor-blockstream closed pull request #10116: Consensus: use IsWitnessEnabled in ContextualCheckBlock (06master...06ContextualCheckBlock-refector) 02https://github.com/bitcoin/bitcoin/pull/10116
97 2017-03-29 23:20:43 0|bitcoin-git|[13bitcoin] 15jtimon opened pull request #10118: Util: Remove redundant calls to argsGlobal.IsArgSet() (06master...060.14-args-class2) 02https://github.com/bitcoin/bitcoin/pull/10118