1 2018-03-27 00:12:09	0|meshcollider|promag: perhaps nothing since #11281 ?
 2 2018-03-27 00:12:13	0|gribble|https://github.com/bitcoin/bitcoin/issues/11281 | Avoid permanent cs_main/cs_wallet lock during RescanFromTime by jonasschnelli · Pull Request #11281 · bitcoin/bitcoin · GitHub
 3 2018-03-27 00:12:28	0|meshcollider|haven't tested though
 4 2018-03-27 03:32:11	0|jtimon|should we log blocks that are consensus invalid but still have valid proof of work in a special way? (ie with admiration marks and with the full hex so that is not so easily forgotten)
 5 2018-03-27 03:33:14	0|jtimon|is there an archive of invalid blocks that have valid pow ? (new bhardfork wave aside, perhaps)
 6 2018-03-27 03:41:00	0|jtimon|disclaimer (perhaps offtopic): this comes to mind because in the case of signed blocks in elements, the result shouldn't be a some mining pool be mocked if it's one or people getting worried about an attack on spv nodes if there are many in a row, your node should simply stop to see what's up with the signers
 7 2018-03-27 03:41:53	0|jtimon|s/stop to see/stop. To see/
 8 2018-03-27 04:00:20	0|jtimon|last offtopic comment, the code is here for elements-0.14 https://github.com/ElementsProject/elements/pull/324 but perhaps I could do the logging thing for bitcoin if there's interest
 9 2018-03-27 04:03:07	0|aj|jtimon: getchaintips gives you a log of invalid blocks with plausible proof of work, doesn't it?
10 2018-03-27 04:03:47	0|jtimon|aj: I don't know, I will look into that, thanks
11 2018-03-27 04:03:50	0|aj|jtimon: i see 00000000000000000014c1ee89b61a84e3e30dd9b2c78c9916d323a2775bc613 00000000000000000027894f0969c2f79a6cdb1231750e048effbd17c88da431 and 000000000000000000571c2b98a090c15774cb7400bd4a50b160d488d14055d0 as fairly recent blocks marked invalid...
12 2018-03-27 04:05:00	0|jtimon|and do they pass validation:CheckBlockHeader() ?
13 2018-03-27 04:06:49	0|jtimon|let me rephrase, what do you mean by "plausible" proof of work? isn't that rule a boolean like any other? you pass it or not?
14 2018-03-27 04:07:05	0|jtimon|anyway, thanks again
15 2018-03-27 04:07:23	0|aj|jtimon: "plausible" == "i'm not sure what's going on" :) you're probably right
16 2018-03-27 04:08:17	0|jtimon|either way I thank you for making me grep getchaintips, I didn't know that existed :)
17 2018-03-27 04:08:39	0|aj|hmm, maybe leaving debug=mempool on was a mistake
18 2018-03-27 04:11:00	0|aj|okay, that first block came through via a compactblock, got reconstructed successfully, but was then considered invalid due to CheckTxInputs, inputs missing/spent
19 2018-03-27 04:11:10	0|jtimon|I feel ashamed of not knowing getchaintips
20 2018-03-27 04:12:12	0|aj|jtimon: i feel glad i could tell you something new, though :)
21 2018-03-27 04:17:45	0|jtimon|aj: I mean, the shame passes fast, now I'm happy I learned something new potentially useful for an explorer
22 2018-03-27 05:49:30	0|bitcoin-git|[13bitcoin] 15practicalswift closed pull request #12781: Don't test size_t variables for negative values (06master...06–size_t) 02https://github.com/bitcoin/bitcoin/pull/12781
23 2018-03-27 06:03:33	0|jojeyh|for segwit txs, when the client list transactions should there be a field for "wtxid" ?
24 2018-03-27 06:04:54	0|jojeyh|like when i enter 'bitcoin-cli listtransactions'
25 2018-03-27 06:10:12	0|bitcoin-git|13bitcoin/06master 143a0f8d7 15practicalswift: Qt: Remove unused method setupAmountWidget(...)
26 2018-03-27 06:10:12	0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/0a018431c447...f4353daa61f4
27 2018-03-27 06:10:13	0|bitcoin-git|13bitcoin/06master 14f4353da 15Wladimir J. van der Laan: Merge #12779: Qt: Remove unused method setupAmountWidget(...)...
28 2018-03-27 06:11:02	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #12779: Qt: Remove unused method setupAmountWidget(...) (06master...06remove-unused-function-setupAmountWidget) 02https://github.com/bitcoin/bitcoin/pull/12779
29 2018-03-27 06:24:57	0|bitcoin-git|13bitcoin/06master 14342fb80 15MarcoFalke: qt: Avoid resetting on resetguisettigs=0
30 2018-03-27 06:24:57	0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/f4353daa61f4...17b246f4b3f5
31 2018-03-27 06:24:58	0|bitcoin-git|13bitcoin/06master 1417b246f 15Wladimir J. van der Laan: Merge #12793: qt: Avoid reseting on resetguisettigs=0...
32 2018-03-27 06:25:51	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #12793: qt: Avoid reseting on resetguisettigs=0 (06master...06Mf1803-qtReset0) 02https://github.com/bitcoin/bitcoin/pull/12793
33 2018-03-27 08:14:58	0|bitcoin-git|13bitcoin/06master 14fc7c32f 15Gregory Sanders: do not truncate .dat extension for wallets in gui
34 2018-03-27 08:14:58	0|bitcoin-git|[13bitcoin] 15jonasschnelli pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/17b246f4b3f5...68484d64fd79
35 2018-03-27 08:14:59	0|bitcoin-git|13bitcoin/06master 1468484d6 15Jonas Schnelli: Merge #12795: do not truncate .dat extension for wallets in gui...
36 2018-03-27 08:15:42	0|bitcoin-git|[13bitcoin] 15jonasschnelli closed pull request #12795: do not truncate .dat extension for wallets in gui (06master...06nowalletprune) 02https://github.com/bitcoin/bitcoin/pull/12795
37 2018-03-27 14:39:01	0|bitcoin-git|13bitcoin/06master 141f45e21 15practicalswift: scripted-diff: Convert 11 enums into scoped enums (C++11)...
38 2018-03-27 14:39:01	0|bitcoin-git|13bitcoin/06master 143de0126 15Wladimir J. van der Laan: Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")...
39 2018-03-27 14:39:01	0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/68484d64fd79...3de01268b704
40 2018-03-27 14:39:15	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #10742: scripted-diff: Use scoped enumerations (C++11, "enum class") (06master...06scoped-enums) 02https://github.com/bitcoin/bitcoin/pull/10742
41 2018-03-27 14:41:05	0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/3de01268b704...0415b1e6b2f7
42 2018-03-27 14:41:06	0|bitcoin-git|13bitcoin/06master 140415b1e 15Wladimir J. van der Laan: Merge #12797: init: Fix help message for checkblockindex...
43 2018-03-27 14:41:06	0|bitcoin-git|13bitcoin/06master 144ae7d15 15MarcoFalke: init: Fix help message for checkblockindex
44 2018-03-27 14:41:50	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #12797: init: Fix help message for checkblockindex (06master...06Mf1803-initHelpCheckBlockIndex) 02https://github.com/bitcoin/bitcoin/pull/12797
45 2018-03-27 15:04:56	0|bitcoin-git|[13bitcoin] 15practicalswift opened pull request #12800: doc: Add note about our preference for scoped enumerations ("enum class") (06master...06document-enum-class-preference) 02https://github.com/bitcoin/bitcoin/pull/12800
46 2018-03-27 15:09:43	0|bitcoin-git|[13bitcoin] 15practicalswift closed pull request #10638: rpc: Clarify pblock assumption via an assertion (06master...06nnonce) 02https://github.com/bitcoin/bitcoin/pull/10638
47 2018-03-27 16:55:45	0|bitcoin-git|13bitcoin/06master 140fee2b4 15practicalswift: doc: Add note about our preference for scoped enumerations ("enum class")
48 2018-03-27 16:55:45	0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/0415b1e6b2f7...2d97611c41d9
49 2018-03-27 16:55:46	0|bitcoin-git|13bitcoin/06master 142d97611 15Wladimir J. van der Laan: Merge #12800: doc: Add note about our preference for scoped enumerations ("enum class")...
50 2018-03-27 16:56:37	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #12800: doc: Add note about our preference for scoped enumerations ("enum class") (06master...06document-enum-class-preference) 02https://github.com/bitcoin/bitcoin/pull/12800
51 2018-03-27 18:21:27	0|bitcoin-git|13bitcoin/06master 14d40f06a 15Pieter Wuille: Introduce interface for signing providers...
52 2018-03-27 18:21:27	0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/2d97611c41d9...bf8fc7d352ad
53 2018-03-27 18:21:28	0|bitcoin-git|13bitcoin/06master 14bf8fc7d 15Wladimir J. van der Laan: Merge #12714: Introduce interface for signing providers...
54 2018-03-27 18:22:11	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #12714: Introduce interface for signing providers (06master...06201803_signingprovider) 02https://github.com/bitcoin/bitcoin/pull/12714
55 2018-03-27 18:26:20	0|arubi|sweet :)
56 2018-03-27 18:43:29	0|bitcoin-git|[13bitcoin] 15laanwj pushed 3 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/bf8fc7d352ad...e49ba2e23b78
57 2018-03-27 18:43:30	0|bitcoin-git|13bitcoin/06master 1425eb9f5 15João Barbosa: Inline CKeyStore::AddKey(const CKey &) in CBasicKeyStore
58 2018-03-27 18:43:30	0|bitcoin-git|13bitcoin/06master 14f381299 15João Barbosa: Move CKeyStore::cs_KeyStore to CBasicKeyStore
59 2018-03-27 18:43:31	0|bitcoin-git|13bitcoin/06master 14e49ba2e 15Wladimir J. van der Laan: Merge #12762: Make CKeyStore an interface...
60 2018-03-27 18:44:18	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #12762: Make CKeyStore an interface (06master...062018-03-keystore) 02https://github.com/bitcoin/bitcoin/pull/12762
61 2018-03-27 18:53:52	0|bitcoin-git|13bitcoin/06master 144d74c78 15Gabriel Davidian: Add username and ip logging for RPC method requests
62 2018-03-27 18:53:52	0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/e49ba2e23b78...b648974cc35a
63 2018-03-27 18:53:53	0|bitcoin-git|13bitcoin/06master 14b648974 15Wladimir J. van der Laan: Merge #12778: RPC: Add username and ip logging for RPC method requests...
64 2018-03-27 18:54:44	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #12778: RPC: Add username and ip logging for RPC method requests (06master...0612223-rpc-log-username) 02https://github.com/bitcoin/bitcoin/pull/12778
65 2018-03-27 19:01:42	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #12711: Update build-windows.md (06master...06patch-1) 02https://github.com/bitcoin/bitcoin/pull/12711
66 2018-03-27 19:12:46	0|everde|Hi, any news for d3 with X13
67 2018-03-27 19:16:34	0|everde|I did some changes on Antminer D3, some people is working with develop X13 algorithm
68 2018-03-27 19:22:15	0|bitcoin-git|[13bitcoin] 15skeees opened pull request #12801: Add option to only notify after wallet transactions are confirmed (06master...06notifycount) 02https://github.com/bitcoin/bitcoin/pull/12801
69 2018-03-27 19:23:26	0|bitcoin-git|[13bitcoin] 15laanwj pushed 4 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/b648974cc35a...534b8fa560a7
70 2018-03-27 19:23:27	0|bitcoin-git|13bitcoin/06master 14386a6b6 15Jonas Schnelli: Allow to optional specify the directory for the blocks storage
71 2018-03-27 19:23:27	0|bitcoin-git|13bitcoin/06master 14f38e4fd 15Jonas Schnelli: QA: Add -blocksdir test
72 2018-03-27 19:23:28	0|bitcoin-git|13bitcoin/06master 14a192636 15Jonas Schnelli: -blocksdir: keep blockindex leveldb database in datadir
73 2018-03-27 19:24:11	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #12653: Allow to optional specify the directory for the blocks storage (06master...062018/03/blocksdir) 02https://github.com/bitcoin/bitcoin/pull/12653
74 2018-03-27 19:30:47	0|CryptoOdin|hi, any news respect D3 with x13 algorithm
75 2018-03-27 19:32:57	0|bitcoin-git|[13bitcoin] 15laanwj pushed 3 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/534b8fa560a7...ac898b689c66
76 2018-03-27 19:32:58	0|bitcoin-git|13bitcoin/06master 141fdc7c4 15Roman Zeyde: Make CTxMemPool::isSpent() const
77 2018-03-27 19:32:58	0|bitcoin-git|13bitcoin/06master 149cb9af8 15Roman Zeyde: [REST] Handle UTXO retrieval when ignoring the mempool...
78 2018-03-27 19:32:59	0|bitcoin-git|13bitcoin/06master 14ac898b6 15Wladimir J. van der Laan: Merge #12717: [REST] Handle UTXO retrieval when ignoring the mempool...
79 2018-03-27 19:33:42	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #12717: [REST] Handle UTXO retrieval when ignoring the mempool (06master...06master) 02https://github.com/bitcoin/bitcoin/pull/12717
80 2018-03-27 19:41:51	0|bitcoin-git|[13bitcoin] 15TheBlueMatt closed pull request #10692: Make mapBlockIndex and chainActive and all CBlockIndex*es const outside of validation/CChainState (06master...062017-04-const-mapblockindex) 02https://github.com/bitcoin/bitcoin/pull/10692
81 2018-03-27 19:47:02	0|CryptoOdin|another advice
82 2018-03-27 19:47:31	0|bitcoin-git|[13bitcoin] 15TheBlueMatt opened pull request #12802: Colonel Mustard in the Lounge with the Lead Pipe (killed mapBlockIndex outside of validation) (06master...062018-03-const-cblockindex) 02https://github.com/bitcoin/bitcoin/pull/12802
83 2018-03-27 20:42:06	0|bitcoin-git|[13bitcoin] 15sipa opened pull request #12803: Make BaseSignatureCreator a pure interface (06master...06201803_puresignaturecreator) 02https://github.com/bitcoin/bitcoin/pull/12803
84 2018-03-27 21:18:55	0|bitcoin-git|[13bitcoin] 15jnewbery opened pull request #12804: [tests] Fix intermittent rpc_net.py failure. (06master...06rpc_net_py_fix) 02https://github.com/bitcoin/bitcoin/pull/12804
85 2018-03-27 23:35:26	0|bitcoin-git|[13bitcoin] 15MarcoFalke opened pull request #12806: qa: Fix function names in feature_blocksdir (06master...06Mf1803-qaBlocksdirFixup) 02https://github.com/bitcoin/bitcoin/pull/12806