1 2017-12-23 00:10:15	0|fanquake|ryanw qt-creator? I don't think many people do.
 2 2017-12-23 02:29:08	0|bitcoin-git|[13bitcoin] 15tomatopeel opened pull request #11993: Fixed createrawtransaction help text. (06master...06fix-createrawtransaction-help) 02https://github.com/bitcoin/bitcoin/pull/11993
 3 2017-12-23 03:30:05	0|bitcoin-git|[13bitcoin] 15fanquake opened pull request #11995: [depends] Fix Qt build with Xcode 9 (06master...06macos-10-13-fix-depends-qt) 02https://github.com/bitcoin/bitcoin/pull/11995
 4 2017-12-23 09:00:48	0|bitcoin-git|13bitcoin/06master 14149dffd 15Cristian Mircea Messel: [rpc] mempoolinfo should take ::minRelayTxFee into account
 5 2017-12-23 09:00:48	0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/8f68fd281eec...9bad8d647217
 6 2017-12-23 09:00:49	0|bitcoin-git|13bitcoin/06master 149bad8d6 15Wladimir J. van der Laan: Merge #11475: [rpc] mempoolinfo should take ::minRelayTxFee into account...
 7 2017-12-23 09:01:11	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #11475: [rpc] mempoolinfo should take ::minRelayTxFee into account (06master...06include_minRelayTxFee_in_getmempoolinfo_rpc) 02https://github.com/bitcoin/bitcoin/pull/11475
 8 2017-12-23 10:17:22	0|meshcollider|ping ryanofsky, wumpus: if you have a bit of time in the next few days, what do you think of this so far https://github.com/MeshCollider/bitcoin/commits/201712_argument_registration
 9 2017-12-23 10:17:56	0|meshcollider|ive just converted the -help-debug argument so far for simplicity so I can get some higher level feedback
10 2017-12-23 10:18:56	0|meshcollider|but tested and working, if this looks good then i'll push ahead with converting the other params too and working through issues like SoftSetArg as they arise, then finally remove the legacy mapArgs code after theyre all converted
11 2017-12-23 10:22:41	0|bitcoin-git|13bitcoin/06master 143e1ee31 15sean: [Tests] Adding unit tests for GetDifficulty in blockchain.cpp....
12 2017-12-23 10:22:41	0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/9bad8d647217...20166f8a4481
13 2017-12-23 10:22:42	0|bitcoin-git|13bitcoin/06master 1420166f8 15Wladimir J. van der Laan: Merge #11748: [Tests] Adding unit tests for GetDifficulty in blockchain.cpp....
14 2017-12-23 10:23:17	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #11748: [Tests] Adding unit tests for GetDifficulty in blockchain.cpp. (06master...06blockchain_unittests) 02https://github.com/bitcoin/bitcoin/pull/11748
15 2017-12-23 12:46:02	0|aj|meshcollider: why meta_args.show_debug instead of just g_show_debug? (having meta_args declared as static in init.h seems wrong? the reference from qt/utilitydialog.cpp will be a different variable, and therefore uninitialised, no?)
16 2017-12-23 13:53:31	0|bitcoin-git|[13bitcoin] 15laanwj pushed 3 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/20166f8a4481...5180a86c96bc
17 2017-12-23 13:53:32	0|bitcoin-git|13bitcoin/06master 1400721e6 15Martin Ankerl: Improved microbenchmarking with multiple features....
18 2017-12-23 13:53:32	0|bitcoin-git|13bitcoin/06master 14760af84 15Martin Ankerl: Removed CCheckQueueSpeed benchmark...
19 2017-12-23 13:53:33	0|bitcoin-git|13bitcoin/06master 145180a86 15Wladimir J. van der Laan: Merge #11517: Tests: Improve benchmark precision...
20 2017-12-23 13:53:55	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #11517: Tests: Improve benchmark precision (06master...06improved-benchmarking) 02https://github.com/bitcoin/bitcoin/pull/11517
21 2017-12-23 14:19:19	0|bitcoin-git|[13bitcoin] 15ajtowns opened pull request #11997: [tests] util_tests.cpp: actually check ignored args (06master...06parseparam-fix) 02https://github.com/bitcoin/bitcoin/pull/11997
22 2017-12-23 14:39:37	0|sufi|hi could any one help me ... how do I create a blockchain after forking a bitcoin
23 2017-12-23 14:39:57	0|sipa|sufi: ##altcoin-dev
24 2017-12-23 14:40:33	0|sufi|sipa how
25 2017-12-23 14:40:36	0|sufi|please
26 2017-12-23 14:41:42	0|sipa|you're in the wrong channel
27 2017-12-23 20:15:04	0|meshcollider|aj: wumpus suggested keeping all the variables in a struct for each module didn't he
28 2017-12-23 20:18:24	0|meshcollider|aj: qt/bitcoin.cpp calls RegisterAllArgs and utilitydialog.cpp imports init.h though? I tested it on ./bitcoin-qt -help-debug -? and it seems to work
29 2017-12-23 20:20:15	0|aj|meshcollider: i took that as referring to metaArgs (the name,type,global array)
30 2017-12-23 20:22:03	0|meshcollider|aj: oh right, ok
31 2017-12-23 20:40:10	0|aj|meshcollider: you need to do ./bitcoin-qt -help-debug and then click on Help/Command Line Options to see the results of utilitydialog.cpp
32 2017-12-23 20:41:11	0|meshcollider|aj: Same thing as using the -? flag isn't it?
33 2017-12-23 20:41:26	0|aj|meshcollider: different code path
34 2017-12-23 20:41:49	0|meshcollider|Oh right, does that one not work then?
35 2017-12-23 20:42:59	0|aj|meshcollider: yeah. it has an entirely different bit of memory for meta_args and meta_args.show_debug that never gets set to true
36 2017-12-23 20:48:10	0|meshcollider|aj: I just tested that too, definitely works for me?
37 2017-12-23 20:48:38	0|meshcollider|-rpcservertimeout and things definitely only appear when I use -help-debug
38 2017-12-23 20:54:21	0|meshcollider|Anyway should I just drop static then
39 2017-12-23 20:58:24	0|aj|meshcollider: uiplatform and allowselfsignedrootcertificates are the only ones that should play up
40 2017-12-23 20:59:15	0|aj|meshcollider: yeah, extern g_meta_args or extern g_show_debug, and declaration in init.cpp or whereever