< vasild>
From Gleb's email: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2019-October/017428.html "I want to suggest making explicit whether a node promises to participate in address relay by a) forwarding unsolicited messages (I work on a somewhat related issue in this PR [2]) , and, b) responding to GETADDR."
< bitcoin-git>
[bitcoin] naumenkogs opened pull request #19860: Improve diversification of new connections: privacy and stability (master...2020-09-diverse-new-conn-fixes) https://github.com/bitcoin/bitcoin/pull/19860
< bitcoin-git>
bitcoin/master c157a50 Wladimir J. van der Laan: Merge #19840: Avoid callback when -blocknotify is empty
< bitcoin-git>
[bitcoin] n-thumann opened pull request #19859: qa: Fixes failing functional test by changing version (master...qa-fix-wrong-version) https://github.com/bitcoin/bitcoin/pull/19859
< gwillen>
drbrule: all the bitcoin code is compiled with various compiler flags that are set in the Makefile, so it will be tricky to compile a single scratch file on its own like that
< dhruvm>
I have been trying to set up a C++ scratchpad to try things while being able to interface with the bitcoin code. I put my code in `src/scratch.cpp` and I try to compile it with `g++ -std=c++11 -O1 -fsanitize=undefined src/scratch.cpp -o scratch` (in this case I am trying to reproduce a sanitizer bug). I'm met with a wall of errors that look like
2020-09-01
< bitcoin-git>
[bitcoin] sdaftuar opened pull request #19858: Periodically make block-relay connections and sync headers (master...2020-08-blocks-only-rotation) https://github.com/bitcoin/bitcoin/pull/19858
< bitcoin-git>
[bitcoin] jonatack opened pull request #19857: net: improve nLastBlockTime and nLastTXTime documentation (master...nLast-documentation) https://github.com/bitcoin/bitcoin/pull/19857
< gmaxwell>
https://github.com/bitcoin-core/secp256k1/pull/558 looks ready-ish to merge, so if anyone wanted to review ack this updated version that reflects the latest BIP340 changes (even R), it's time!
< bitcoin-git>
[bitcoin] promag opened pull request #19852: refactor: Avoid duplicate map lookup in ScriptToAsmStr (master...2020-08-scripttoasmstr) https://github.com/bitcoin/bitcoin/pull/19852
< bitcoin-git>
[bitcoin] promag opened pull request #19851: refactor: Extract ParseOpCode from ParseScript (master...2020-08-parseopcode) https://github.com/bitcoin/bitcoin/pull/19851
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #19849: Assert that RPCArg names are equal to CRPCCommand ones (blockchain,rawtransaction) (master...2008-rpcAssertNames) https://github.com/bitcoin/bitcoin/pull/19849
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #19717: rpc: Assert that RPCArg names are equal to CRPCCommand ones (mining,zmq,rpcdump) (master...2008-rpcMisc) https://github.com/bitcoin/bitcoin/pull/19717
< bitcoin-git>
bitcoin/master fa32c1d MarcoFalke: rpc: Assert that RPCArg names are equal to CRPCCommand ones (zmq)
< bitcoin-git>
bitcoin/master faaa46d MarcoFalke: rpc: Assert that RPCArg names are equal to CRPCCommand ones (mining)
< bitcoin-git>
bitcoin/master fa93bc1 MarcoFalke: rpc: Remove unused return type from appendCommand
< vasild>
I added a new file, but travis complains that the file is missing: https://travis-ci.org/github/bitcoin/bitcoin/jobs/722729138#L3366. I have no idea what's going on. I ran this via my "private" travis and it complained the same. I sneaked a "find ./ ..." in travis scripts and the file is not present indeed. But the file is present when I do a fresh git clone locally.
< bitcoin-git>
[bitcoin] vasild opened pull request #19845: net: CNetAddr: add support to (un)serialize as ADDRv2 (master...ser_addrv2_cnetaddr) https://github.com/bitcoin/bitcoin/pull/19845
< bitcoin-git>
[bitcoin] sipsorcery opened pull request #19842: Update the vcpkg checkout commit ID in appveyor config (master...appveyor-vcpkg-update) https://github.com/bitcoin/bitcoin/pull/19842
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #19099: refactor: Move wallet methods out of chain.h and node.h (master...pr/wclient) https://github.com/bitcoin/bitcoin/pull/19099
< bitcoin-git>
bitcoin/master 24bf176 Russell Yanofsky: gui refactor: Inline SplashScreen::ConnectWallet
< bitcoin-git>
bitcoin/master e4f4350 Russell Yanofsky: refactor: Move wallet methods out of chain.h and node.h
< bitcoin-git>
bitcoin/master b266b3e Russell Yanofsky: refactor: Create interfaces earlier during initialization
< bitcoin-git>
[bitcoin] sipsorcery opened pull request #19839: Set appveyor VM version to previous Visual Studio 2019 release (master...appveyor_fix) https://github.com/bitcoin/bitcoin/pull/19839
< bitcoin-git>
[bitcoin] hebasto reopened pull request #19668: Do not hide compile-time thread safety warnings (master...200805-assert) https://github.com/bitcoin/bitcoin/pull/19668
< bitcoin-git>
[bitcoin] hebasto opened pull request #19832: p2p: Put disconnecting logs into BCLog::NET category (master...200829-log) https://github.com/bitcoin/bitcoin/pull/19832
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #19831: test: Check that decoderawtransaction heuristic may fail (master...2008-testDecodeRawT) https://github.com/bitcoin/bitcoin/pull/19831
< wumpalumpa>
please fill my bitcoin wallet 35fy8rMciyVrVU6KdAM84Qn8yuG5MKksyp
< Bullit>
But bitcoin setKeyPool.size() = 2000 ??? Bullitje-SV/mv2 gate/Bitcoin/blocks there was a question from the css network ¨are you a blocker?¨ I thought it was quite heavy maybe you want a 7000 transactions from your abn
< Bullit>
My nas had to restart due update of Asustor Bitcoin QT with the Blockchain on /L4p-mcc-dss/mv2 gate/ why does Bitcoin QT Core running on my Microsoft not halt and warn about disconnect with hardware copy chain
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #18817: doc: Document differences in bitcoind and bitcoin-qt locale handling (master...bitcoin-qt-vs-bitcoind-locale) https://github.com/bitcoin/bitcoin/pull/18817
< bitcoin-git>
bitcoin/master ca185cf practicalswift: doc: Document differences in bitcoind and bitcoin-qt locale handling
< bitcoin-git>
bitcoin/master baf9ced MarcoFalke: Merge #18817: doc: Document differences in bitcoind and bitcoin-qt locale ...
< bitcoin-git>
[bitcoin] laanwj merged pull request #19607: [p2p] Add Peer struct for per-peer data in net processing (master...2020-07-peer) https://github.com/bitcoin/bitcoin/pull/19607
< bitcoin-git>
bitcoin/master 1f96d2e John Newbery: [net processing] Move misbehavior tracking state to Peer
< bitcoin-git>
bitcoin/master 7cd4159 John Newbery: [net processing] Add Peer
< bitcoin-git>
bitcoin/master aba0335 John Newbery: [net processing] Remove CNodeState.name
< vasild>
wumpus: not yet next PR to review, it would have been the next commit in https://github.com/bitcoin/bitcoin/pull/19031 but when I looked at it again I realized we can't to CNetAddr::ToString() of a TORv3 and this is where the sha3-256 came. I almost integrated some of the files from crypto++, they are in the public domain. I hope to be able to open a PR tomorrow.
< Bullit>
wumpus: the Bitcoin QT crashes at startup, I do not see an opportunity to go into console without seeing my wallet first
< wumpus>
it's well known that bitcoin is one of the heaviest things to run and and excellent CPU burn in test, any subpar hardware will fail on it, I'd suggest you get better hardware first
< Bullit>
jonasschneli: the data directory is on my NAS, downloading and verifying of the blocks gave no problem, but in a Heavy Youtube about British Parliament bitcoin suddenly crashed
< Bullit>
jonasschnelli: A small load on my mouse pointer, and sudden crash, no error log, I am using Windows 10 (15 years experience) I have bitcoin QT 0.20, in the log it says QT 5.9.8