< bitcoin-git>
[bitcoin] sipa opened pull request #12740: Add native support for serializing char arrays without FLATDATA (master...201803_chararray) https://github.com/bitcoin/bitcoin/pull/12740
< meshcollider>
wumpus: do you think #4676 should be closed now?
< bitcoin-git>
[bitcoin] sipa opened pull request #12742: Make FastRandomContext support standard C++11 RNG interface (master...201803_stdrandom) https://github.com/bitcoin/bitcoin/pull/12742
< paffo>
hello everybody, a question. is there a repository on github or a tool where i can get all the wallet information history by insert the hashof the wallet?
< bcqtsyncprob>
I can see new nodes connecting, a few million packages received, then it stops till tcp times out. In the meantime number of blocks left does not decrease
< bcqtsyncprob>
strace shows the the client does nothing, just calling poll(fd=5) in an endless loop which times out
< bcqtsyncprob>
Yes, I'm running the lates 0.16.0.0
< bcqtsyncprob>
latest
< bcqtsyncprob>
8 days ago it was working properly, I'm experiencing these problems only in the last 3 days. I've updated the kernel in the meantime, I was wondering, could that cause that?
< bcqtsyncprob>
paffo: tried blockchain.info? It will do precicely that.
< jnewbery>
wumpus: can you add #10762 to priorities for review? It's a fairly small changeset and removes one of the final server->wallet dependencies
< arubi>
importpubkey misbehaves now. running importpubkey then validateaddress on the p2pkh\p2sh\p2wpkh addresses for that pubkey no loner returns the output that shows that the wallet knows about the pubkey for that address. git bisect says the bad commit is 1598f323, but this commit fails to build so it might have happened in the next one, b98bfc5e . the one before these two, 39633ecd , behaves normally
< sipa>
arubi: what do you mean by "returns the output" ?
< arubi>
I mean, calling validateaddress on an address that the wallet knows the pubkey for will list that pubkey in the output. this no longer happens even if the wallet supposedly knows the pubkey when the pubkey was imported with importpubkey
< arubi>
getaddressinfo returns the expected output, using the -deprecated flag doesn't change the output for validateaddress
< arubi>
getaddressinfo is good enough for me :)
< sipa>
arubi: it's -deprecatedrpc
< arubi>
trying
< arubi>
(I mean I'm assuming you're right but just for personal gain :) )
< sipa>
well i'd very much like to know if i'm wrong!
< arubi>
then I'll let you know
< arubi>
`regtest-cli -deprecatedrpc=validateaddress validateaddress mxFyMiGBuZp8sjXUDjQBVgevf4K3sh3HEZ` still returns the "incomplete" output
< arubi>
and `regtest-cli -deprecatedrpc validateaddress mxFyMiGBuZp8sjXUDjQBVgevf4K3sh3HEZ` too. I hope it isn't my alias acting up.. let's see if I call it without it
< arubi>
it does indeed. it's always the user that fails to RTFM
< cfields>
<eklitzke> these two changes have been a valuable lesson in how the separation between the preprocessor, compiler, and linker is more of an illusion than anything else
< cfields>
eklitzke: yes, it's nearly impossible to invoke linkers directly these days
< bitcoin-git>
[bitcoin] sipa opened pull request #12752: [MOVEONLY] Move compressor utility functions out of class (master...201803_movecompress) https://github.com/bitcoin/bitcoin/pull/12752