1 2017-05-30 05:17:55	0|bitcoin-git|13bitcoin/06master 14010d68e 15Pieter Wuille: Broadcast address every day, not 9 hours
 2 2017-05-30 05:17:55	0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/b4b057a3e071...5c63d665e51e
 3 2017-05-30 05:17:56	0|bitcoin-git|13bitcoin/06master 145c63d66 15Wladimir J. van der Laan: Merge #10460: Broadcast address every day, not 9 hours...
 4 2017-05-30 05:18:25	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #10460: Broadcast address every day, not 9 hours (06master...06hour_is_not_24_minutes) 02https://github.com/bitcoin/bitcoin/pull/10460
 5 2017-05-30 08:53:49	0|bitcoin-git|[13bitcoin] 15cg31 opened pull request #10477: Use C++ initializer to initialze map and implement map comparator as const (06master...06master) 02https://github.com/bitcoin/bitcoin/pull/10477
 6 2017-05-30 09:01:41	0|gmaxwell|more changes to checkpoint code, great. :P
 7 2017-05-30 10:00:52	0|bitcoin-git|[13bitcoin] 15laanwj opened pull request #10478: rpc: Add listen address to incoming connections in `getpeerinfo` (06master...062017_05_peer_listenaddr) 02https://github.com/bitcoin/bitcoin/pull/10478
 8 2017-05-30 12:23:36	0|bitcoin-git|[13bitcoin] 15jnewbery opened pull request #10479: [trivial] Fix comment for ForceSetArg() (06master...06trivial_forcesetarg_comment) 02https://github.com/bitcoin/bitcoin/pull/10479
 9 2017-05-30 15:20:47	0|morcos|wumpus: I think #9208 can be merged
10 2017-05-30 15:20:50	0|gribble|https://github.com/bitcoin/bitcoin/issues/9208 | Improve DisconnectTip performance by sdaftuar · Pull Request #9208 · bitcoin/bitcoin · GitHub
11 2017-05-30 15:51:30	0|morcos|instagibbs: can you tell me what command you ran and what result you got?
12 2017-05-30 15:52:19	0|instagibbs|https://0bin.net/paste/BEjwwDlgkUuAUIGS#o7sEulMGdPZVuVaE+gNjWzdtuIPph4TvlXInqBhe0v1
13 2017-05-30 15:52:25	0|morcos|you should be able to get an estimate for a target of X after recording 2*X blocks worth of fee data.  The recording basically starts after the first block received after your node is caught up (its own defintiion of caught up)
14 2017-05-30 15:52:41	0|instagibbs|huh ok something is definitely wrong then
15 2017-05-30 15:52:43	0|morcos|no
16 2017-05-30 15:52:48	0|morcos|you're using estimaterawfee
17 2017-05-30 15:52:53	0|morcos|no reason to use that
18 2017-05-30 15:53:04	0|instagibbs|wow mega brainfart
19 2017-05-30 15:53:15	0|instagibbs|omg, sorry
20 2017-05-30 15:53:18	0|morcos|use "estimatesmartfee target" or "estimatesmartfee target false"
21 2017-05-30 15:53:27	0|instagibbs|yes I'm getting estimates just fine
22 2017-05-30 15:53:31	0|instagibbs|using raw
23 2017-05-30 15:53:32	0|morcos|estimaterawfee defaults to the medium time horizon which only tracks up to 48 confirms
24 2017-05-30 15:53:33	0|instagibbs|err smart
25 2017-05-30 15:54:08	0|morcos|so you could do what you want with "estimaterawfee 49 0.85 2" which would select the long time horizon and use an 85% threshold
26 2017-05-30 15:54:23	0|morcos|but smart will combine several calculations more intelligently
27 2017-05-30 15:54:29	0|instagibbs|right. Totally forgot about the 3rd param
28 2017-05-30 15:54:49	0|morcos|don't let sipa read that, he wanted me to get rid of that param    :)
29 2017-05-30 15:55:49	0|instagibbs|lol
30 2017-05-30 15:56:46	0|sipa|morcos: yes, i still do ;)
31 2017-05-30 16:09:47	0|bitcoin-git|[13bitcoin] 15luke-jr closed pull request #10476: Update luke-jr's PGP key (06master...062017_pgp_update) 02https://github.com/bitcoin/bitcoin/pull/10476
32 2017-05-30 16:41:53	0|wumpus|morcos: thanks, agree
33 2017-05-30 16:43:41	0|bitcoin-git|[13bitcoin] 15laanwj pushed 4 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/5c63d665e51e...acd9957b72a2
34 2017-05-30 16:43:42	0|bitcoin-git|13bitcoin/06master 1471f1903 15Suhas Daftuar: Store disconnected block transactions outside mempool during reorg...
35 2017-05-30 16:43:42	0|bitcoin-git|13bitcoin/06master 149decd64 15Suhas Daftuar: [qa] Relax assumptions on mempool behavior during reorg...
36 2017-05-30 16:43:43	0|bitcoin-git|13bitcoin/06master 14c1235e3 15Russell Yanofsky: Add RecursiveDynamicUsage overload for std::shared_ptr...
37 2017-05-30 16:43:52	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #9208: Improve DisconnectTip performance (06master...06faster-disconnect-rebased) 02https://github.com/bitcoin/bitcoin/pull/9208
38 2017-05-30 16:46:02	0|sdaftuar|wumpus: thanks!
39 2017-05-30 16:52:01	0|morcos|just in time for the Fork Wars!
40 2017-05-30 16:53:50	0|timothy|2MB forks or not 2MB forks, that is the question
41 2017-05-30 16:54:11	0|sipa|there is no spoon
42 2017-05-30 16:57:22	0|timothy|like in matrix?
43 2017-05-30 17:00:13	0|jtimon|BlueMatt: can you also take a look at https://github.com/bitcoin/bitcoin/pull/10427 ? it's almost equal to what you are doing in https://github.com/bitcoin/bitcoin/pull/10192 with some of the nits I had in, but without the moveonly to versionbits.o I was suggesting
44 2017-05-30 17:02:49	0|jtimon|almost like https://github.com/bitcoin/bitcoin/pull/10192/commits/39bdb8ba6b2be80608d94cefa2d206f93ada7390
45 2017-05-30 17:28:34	0|bitcoin-git|[13bitcoin] 15jtimon closed pull request #7829: Globals: TODO: Experiment: Kill "Params()" (06master...060.12.99-todo-globals-chainparams) 02https://github.com/bitcoin/bitcoin/pull/7829
46 2017-05-30 17:36:04	0|bitcoin-git|[13bitcoin] 15gmaxwell closed pull request #9886: In feerate ties, prefer larger packages first. (06master...06prefer_bigger_packages) 02https://github.com/bitcoin/bitcoin/pull/9886
47 2017-05-30 18:17:55	0|jtimon|sipa: do you want me to s/blockHash/hashBlock/ in https://github.com/bitcoin/bitcoin/pull/10339 ? I'm fine, but I wasn't trying to use hungarian notation there, just blockHash as opposed to txHash
48 2017-05-30 18:22:23	0|jtimon|or block_hash or whatever
49 2017-05-30 18:23:32	0|jtimon|in some places still says just "hash", but I didn't find that clear enough
50 2017-05-30 19:28:58	0|sipa|jtimon: assuming people like the new style guide... i'd say block_hash or hash
51 2017-05-30 19:33:53	0|jtimon|sipa: where was the new style guide again, sorry?
52 2017-05-30 19:36:32	0|sipa|#10461
53 2017-05-30 19:36:33	0|gribble|https://github.com/bitcoin/bitcoin/issues/10461 | Update style guide by sipa · Pull Request #10461 · bitcoin/bitcoin · GitHub
54 2017-05-30 20:37:23	0|gmaxwell|Can we get 10454 merged soon, leaving master unbuildable on hosts with qt4 is somewhat unfortunate.
55 2017-05-30 22:09:34	0|bitcoin-git|[13bitcoin] 15sipa opened pull request #10480: Improve commit-check-script.sh (06master...06update_script_check) 02https://github.com/bitcoin/bitcoin/pull/10480
56 2017-05-30 23:33:42	0|bitcoin-git|[13bitcoin] 15achow101 opened pull request #10481: Decodehextx scripts sanity check  (06master...06decodehextx-sanity) 02https://github.com/bitcoin/bitcoin/pull/10481