1 2017-04-07 00:24:50	0|Chris_Stewart_5|jcorgan: I think it is better to use "visible" ASICBOOST and "invisbile" ASICBOOST
 2 2017-04-07 00:53:54	0|bitcoin-git|[13bitcoin] 15kewde opened pull request #10164: Wallet: reduce excess logic InMemPool() (06master...06patch-1) 02https://github.com/bitcoin/bitcoin/pull/10164
 3 2017-04-07 01:28:29	0|chatter29|hey guys
 4 2017-04-07 01:30:10	0|jcorgan|uh oh
 5 2017-04-07 01:35:50	0|chatter29|hey jcorgan
 6 2017-04-07 02:45:22	0|NicolasDorier|I just noticed : RPC Error messages are translated
 7 2017-04-07 02:45:29	0|NicolasDorier|is it a mistake ?
 8 2017-04-07 02:45:53	0|NicolasDorier|this is kind of big deal as the RPCErrorCode are sometimes not precise enough
 9 2017-04-07 02:46:09	0|NicolasDorier|so I made lot's of assumption based on RPC Message instead
10 2017-04-07 02:46:19	0|NicolasDorier|just saw now they are translated....
11 2017-04-07 02:51:18	0|NicolasDorier|I intend to do a PR to make a new kind of RPC Code on which client code can depends
12 2017-04-07 02:51:36	0|NicolasDorier|or is it better to extend the existing one ?
13 2017-04-07 02:53:50	0|bitcoin-git|[13bitcoin] 15kallewoof closed pull request #9686: [WIP] RPC help tabulation (06master...06rpc-help-tabulation) 02https://github.com/bitcoin/bitcoin/pull/9686
14 2017-04-07 07:39:20	0|Naphex|21:45 < sturles> Theese days you can buy beer with testnet coins, as long as you use LN..
15 2017-04-07 07:39:44	0|Naphex|(sorry, miss paste)
16 2017-04-07 09:04:11	0|NicolasDorier|I rebased https://github.com/bitcoin/bitcoin/pull/9728 I would be happy if Hardware wallets people can review. I ate my own dog food, and it seems this PR would really help helping bitcoin core wore seemlessly with hardware wallet and normal wallet without code modification.
17 2017-04-07 09:04:44	0|NicolasDorier|(without code modification on software already written)
18 2017-04-07 09:05:34	0|NicolasDorier|This would allow easy transition to hardware wallet for RPC users.
19 2017-04-07 10:11:06	0|bitcoin-git|[13bitcoin] 15NicolasDorier opened pull request #10165: [Wallet] Refactoring by using CInputCoin instead of std::pair (06master...06inputcoin) 02https://github.com/bitcoin/bitcoin/pull/10165
20 2017-04-07 12:57:07	0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/8c28670e92b6...a3a2160b6650
21 2017-04-07 12:57:08	0|bitcoin-git|13bitcoin/06master 141352092 15John Newbery: Log calls to getblocktemplate
22 2017-04-07 12:57:08	0|bitcoin-git|13bitcoin/06master 14a3a2160 15Wladimir J. van der Laan: Merge #10162: [trivial] Log calls to getblocktemplate...
23 2017-04-07 12:57:32	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #10162: [trivial] Log calls to getblocktemplate (06master...06loggetblocktemplatecalls) 02https://github.com/bitcoin/bitcoin/pull/10162
24 2017-04-07 13:32:06	0|bitcoin-git|[13bitcoin] 15jonasschnelli closed pull request #10043: Fix bug in CKey DER encoding (06master...062017/03/fix_der_comp) 02https://github.com/bitcoin/bitcoin/pull/10043
25 2017-04-07 13:40:43	0|jonasschnelli|wumpus: I think #9681 is rfm
26 2017-04-07 13:40:45	0|gribble|https://github.com/bitcoin/bitcoin/issues/9681 | Refactor Bumpfee, move core functionality to CWallet by jonasschnelli · Pull Request #9681 · bitcoin/bitcoin · GitHub
27 2017-04-07 13:41:31	0|bitcoin-git|[13bitcoin] 15laanwj pushed 5 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/a3a2160b6650...928695bee67e
28 2017-04-07 13:41:32	0|bitcoin-git|13bitcoin/06master 14168a703 15Wladimir J. van der Laan: doc: Make build system insert version in Doxyfile
29 2017-04-07 13:41:32	0|bitcoin-git|13bitcoin/06master 14b67eb8d 15Wladimir J. van der Laan: doc: Remove version numbers from READMEs...
30 2017-04-07 13:41:33	0|bitcoin-git|13bitcoin/06master 1408d9aee 15Wladimir J. van der Laan: build: Remove duplicate version information from src/clientversion.h...
31 2017-04-07 13:41:51	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #10155: build: Deduplicate version numbers (06master...062017_03_version_bump) 02https://github.com/bitcoin/bitcoin/pull/10155
32 2017-04-07 13:41:56	0|wumpus|jonasschnelli: thanks
33 2017-04-07 13:43:58	0|wumpus|btw: as bitcoin.org migrated to a new server, I'm waiting for things to be in order to upload 0.14.1rc1 binaries, this is why it's taking longer than normal
34 2017-04-07 13:51:46	0|bitcoin-git|[13bitcoin] 15laanwj pushed 10 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/928695bee67e...a5fd74667459
35 2017-04-07 13:51:47	0|bitcoin-git|13bitcoin/06master 140337a39 15Jonas Schnelli: Refactor Bumpfee core functionality
36 2017-04-07 13:51:47	0|bitcoin-git|13bitcoin/06master 14d1a95e8 15Jonas Schnelli: Bumpfee move request parameter interaction to the top
37 2017-04-07 13:51:48	0|bitcoin-git|13bitcoin/06master 142718db0 15Jonas Schnelli: Restore invalid fee check (must be > 0)
38 2017-04-07 13:52:01	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #9681: Refactor Bumpfee, move core functionality to CWallet (06master...062017/02/qt_bump) 02https://github.com/bitcoin/bitcoin/pull/9681
39 2017-04-07 14:05:41	0|karelb|hello... I want to build my own bitcoind with the resulting tar similar to what bitcoind has as release tgz... "make dist" doesn't do that apparently, but I can't find out what does
40 2017-04-07 14:06:07	0|karelb|make install DESTDIR=$(pwd)/here/ does the most close, but not 100%
41 2017-04-07 14:06:21	0|karelb|I don't want to follow the whole gitian guide :/
42 2017-04-07 14:07:22	0|karelb|plus "make install" doesn't strip the debug symbols, so the resulting files are quite big
43 2017-04-07 14:07:46	0|karelb|....oh, I should have asked this in #bitcoin , right
44 2017-04-07 14:07:57	0|sipa|you should use the gitian build
45 2017-04-07 14:08:46	0|karelb|@sipa : :/ I was afraid of that. The guide seems pretty long.
46 2017-04-07 14:14:21	0|wumpus|yes, the gitian process is the right way to generate distributable binaries
47 2017-04-07 14:15:03	0|wumpus|(alternatively you could try to follow the gitian descriptor without actually running a gitian build, but that seems more work than just following it, plus you won't get deterministic binaries that others can verify)
48 2017-04-07 14:22:26	0|bitcoin-git|[13bitcoin] 15laanwj pushed 4 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/a5fd74667459...df1ca9e93a61
49 2017-04-07 14:22:27	0|bitcoin-git|13bitcoin/06master 1463062bd 15John Newbery: [tests] color test results and sort alphabetically
50 2017-04-07 14:22:27	0|bitcoin-git|13bitcoin/06master 14bb92d83 15John Newbery: [tests] Add unicode symbols for tests passing/failing/skipping
51 2017-04-07 14:22:28	0|bitcoin-git|13bitcoin/06master 14d80baaa 15John Newbery: fixup - align summary row correctly and make colors/glyphs globals
52 2017-04-07 14:22:47	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #10159: [tests] color test results and sort alphabetically (06master...06sort_test_results) 02https://github.com/bitcoin/bitcoin/pull/10159
53 2017-04-07 14:25:54	0|karelb|Hm, I have 0 experience with gitian and I'm afraid of it, and the guide starts with installing virtual machine and installing debian on it, so I was thinking if there isn't something quicker :) OK I will dive in
54 2017-04-07 14:30:49	0|bitcoin-git|[13bitcoin] 15paveljanik opened pull request #10166: Ignore Doxyfile generated from Doxyfile.in template. (06master...0620170407_gitignoreDoxyfile) 02https://github.com/bitcoin/bitcoin/pull/10166
55 2017-04-07 14:34:22	0|sipa|karelb: right, or what wumpus says: you can look a the gitian descriptor to see the build scriots used for release builds
56 2017-04-07 14:36:23	0|wumpus|karelb: the guide is  only one of the ways of using it, you don't necessarily need the outer vm if you already have linux of some kind running (esp if that is debian or ubuntu), it's just that the vm with debian works for everyone even those using windows
57 2017-04-07 16:32:46	0|bitcoin-git|[13bitcoin] 15practicalswift opened pull request #10167: [trivial] Fix typo ("improssible" → "impossible") (06master...06improssible) 02https://github.com/bitcoin/bitcoin/pull/10167
58 2017-04-07 18:25:49	0|jnewbery|I'm getting these errors since #10155 was merged to master:
59 2017-04-07 18:25:50	0|gribble|https://github.com/bitcoin/bitcoin/issues/10155 | build: Deduplicate version numbers by laanwj · Pull Request #10155 · bitcoin/bitcoin · GitHub
60 2017-04-07 18:25:50	0|jnewbery|CXX      libbitcoin_server_a-checkpoints.o
61 2017-04-07 18:25:51	0|jnewbery|^
62 2017-04-07 18:25:51	0|jnewbery|clientversion.h:14:48: warning: missing terminating ' character
63 2017-04-07 18:25:51	0|jnewbery|CXX      libbitcoin_server_a-httprpc.o
64 2017-04-07 18:25:51	0|jnewbery|#error Client version information missing: wasn't defined by bitcoin-config.h nor defined any other way
65 2017-04-07 18:25:51	0|jnewbery|In file included from addrdb.cpp:10:0:
66 2017-04-07 18:26:14	0|jnewbery|removing the ' from the #error fixes it for me
67 2017-04-07 18:26:55	0|jnewbery|wumpus: ^^
68 2017-04-07 18:32:35	0|wumpus|huh
69 2017-04-07 18:32:52	0|jnewbery|looks like it's happening on travis too: https://travis-ci.org/bitcoin/bitcoin/jobs/219669340
70 2017-04-07 18:33:04	0|wumpus|why didn't travis catch that one on the PR
71 2017-04-07 18:33:33	0|wumpus|oh it's just a warning
72 2017-04-07 18:33:34	0|jnewbery|it's a warning, not an error
73 2017-04-07 18:33:51	0|wumpus|phew
74 2017-04-07 18:33:58	0|jnewbery|sorry - confusing. The warning said error :)
75 2017-04-07 18:34:47	0|jnewbery|I'll PR it
76 2017-04-07 18:41:21	0|bitcoin-git|[13bitcoin] 15jnewbery opened pull request #10168: Fix build warning from #error text (06master...06fixbuildwarning) 02https://github.com/bitcoin/bitcoin/pull/10168
77 2017-04-07 20:21:44	0|morcos|wumpus: not sure if you want another ack on #9942? i don't think its necessary, as its just the precursor.  i have another dozen commits that are almost ready to go, but i'd like to wait for that to be merged and rebase my new stuff on to master.
78 2017-04-07 20:21:45	0|gribble|https://github.com/bitcoin/bitcoin/issues/9942 | Refactor CBlockPolicyEstimator by morcos · Pull Request #9942 · bitcoin/bitcoin · GitHub
79 2017-04-07 20:57:24	0|bitcoin-git|[13bitcoin] 15jnewbery closed pull request #10160: [WIP] updatepeer RPC (06master...06updatepeer) 02https://github.com/bitcoin/bitcoin/pull/10160
80 2017-04-07 21:40:56	0|bitcoin-git|[13bitcoin] 15jnewbery opened pull request #10169: [tests] Remove func test code duplication (06master...06remove_func_test_code_duplication) 02https://github.com/bitcoin/bitcoin/pull/10169
81 2017-04-07 23:14:21	0|warren|https://github.com/bitcoin/bitcoin/issues/10170  "Normalized, Deterministic OSX SDK tarball"  This is an opportunity for non-C++ developers to contribute to Bitcoin Core development.
82 2017-04-07 23:14:40	0|warren|ask wumpus requested, filed a ticket so I don't forget it.  hope somebody with more time gets to it before me.  I don't have a mac so i can't test it there.