1 2017-09-30 10:52:45 <rendar> is blockchain quantumsafe? i mean, a quantum computer could break it, or not?
 2 2017-09-30 11:18:00 <nirj34> hello there, could you please give me an example of a well-documented API?
 3 2017-09-30 13:22:05 <wallet42> getrawtransaction states it only works for mempool tx. and deprecated it works for tx that have unspents. 1) how does it work for transactions with unspent (when -txindex is not enabled) 2) when will this deprecated functionality be removed?
 4 2017-09-30 13:26:56 <Sentineo> where did you read it is deprecated?
 5 2017-09-30 19:25:05 <esotericnonsense> Sentineo: it is in the help text.
 6 2017-09-30 19:26:54 <esotericnonsense> am I just dumb, or is github code search wanky?
 7 2017-09-30 19:27:00 <esotericnonsense> there's no case sensitive option? really?
 8 2017-09-30 19:29:17 <esotericnonsense> wallet42: investigating the code briefly it looks like it the coins db has an index of txid -> block and from there it scans through the block to find the tx. fAllowSlow
 9 2017-09-30 19:29:57 <esotericnonsense> no that's not right
10 2017-09-30 19:30:22 <esotericnonsense> there's an index of txid,outpoint, so it just looks up txid,0 txid,1 txid,2 and bails out if it reaches a limit.
11 2017-09-30 19:34:03 <Sentineo> esotericnonsense: ah ok, cause i missed that and am using it. what is the replacement for it?
12 2017-09-30 20:32:17 <suryab> is there any way to identify a node as being a bitcoin unlimited node aside from the version string? There doesn't seem to be a unique message start or any service bits specific to bitcoin unlimited