< cfields> sipa: mmm, i've built all that before when working on toolchain stuff. If you're interested i can clean that up and push it somewhere
< cfields> (i've promised it to warren anyway)
< cfields> gmaxwell: that test doesn't need a separate libstdc++. Just some defines. There's a doc that describes the gcc magic that makes that work.
< gmaxwell> wtf importmulti gives you no way to just import a private key with a date and a bounded rescan horizon? :(
< sipa> gmaxwell: ?
< gmaxwell> importmulti can't actually import a bare private key, requires a redeemscript.
< sipa> or an address ,yes
< luke-jr> O.o
< sipa> because we shouldn't just infer what addresses credit us based on what keys
< sipa> i think that's the biggest mistake in the design of the wallet
< sipa> that ownership of addresses and possession of orivate keys are not separated things
< bitcoin-git> [bitcoin] da2x opened pull request #9690: Change 'Clear' button string to 'Reset' (master...patch-2) https://github.com/bitcoin/bitcoin/pull/9690
< luke-jr> qt/test/paymentservertests.cpp:65:6: warning: stack protector not protecting local variables: variable length buffer [-Wstack-protector]
< luke-jr> ^ are we trying to change these?
< gmaxwell> thats a dumb warning.
< gmaxwell> otoh we probably should avoid vararrays.
< gmaxwell> why is our configure scritpt ignoring CXXFLAGS ? :(
< gmaxwell> ah nevermind because it's failing.
< sipa> my bitcoind crashed due to a buffer overflow
< paveljanik> sipa, what commit hash?
< paveljanik> and how?
< bitcoin-git> [bitcoin] gmaxwell opened pull request #9691: Init ECC context for test_bitcoin_fuzzy. (master...fuzzy_initecc) https://github.com/bitcoin/bitcoin/pull/9691
< sipa> paveljanik: unclesr
< jl2012> with master, I find that all tests with setup_clean_chain = False failed on my MAC OS 10.12.2
< jl2012> same error: Error loading block database.
< sipa> hmm
< bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/7821db30e161...923dc447eaa8
< bitcoin-git> bitcoin/master 003cd60 Matt Corallo: Add missing mempool lock for CalculateMemPoolAncestors
< bitcoin-git> bitcoin/master 923dc44 Pieter Wuille: Merge #9578: Add missing mempool lock for CalculateMemPoolAncestors...
< bitcoin-git> [bitcoin] sipa closed pull request #9578: Add missing mempool lock for CalculateMemPoolAncestors (master...2017-01-fix-missing-wallet-mempool-lock) https://github.com/bitcoin/bitcoin/pull/9578
< MarcoFalke_> jl2012: Try deleting the qa cache dir
< luke-jr> shoot.
< luke-jr> wumpus: we should have taken advantage of the named arguments to switch amounts to satoshis..
< * luke-jr> wonders if we can get broad agreement that this would be okay to throw in now, considering if we don't, we'll be stuck supporting BTC values longer..