1 2017-02-05 00:14:45	0|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
 2 2017-02-05 00:14:55	0|cfields|(i've promised it to warren anyway)
 3 2017-02-05 00:17:11	0|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.
 4 2017-02-05 03:59:07	0|gmaxwell|wtf importmulti gives you no way to just import a private key with a date and a bounded rescan horizon? :(
 5 2017-02-05 04:14:37	0|sipa|gmaxwell: ?
 6 2017-02-05 04:16:03	0|gmaxwell|importmulti can't actually import a bare private key, requires a redeemscript.
 7 2017-02-05 04:16:43	0|sipa|or an address ,yes
 8 2017-02-05 04:19:36	0|luke-jr|O.o
 9 2017-02-05 04:21:11	0|sipa|because we shouldn't just infer what addresses credit us based on what keys
10 2017-02-05 04:21:38	0|sipa|i think that's the biggest mistake in the design of the wallet
11 2017-02-05 04:21:56	0|sipa|that ownership of addresses and possession of orivate keys are not separated things
12 2017-02-05 05:48:58	0|bitcoin-git|[13bitcoin] 15da2x opened pull request #9690: Change 'Clear' button string to 'Reset' (06master...06patch-2) 02https://github.com/bitcoin/bitcoin/pull/9690
13 2017-02-05 14:19:25	0|luke-jr|qt/test/paymentservertests.cpp:65:6: warning: stack protector not protecting local variables: variable length buffer [-Wstack-protector]
14 2017-02-05 14:19:28	0|luke-jr|^ are we trying to change these?
15 2017-02-05 14:22:16	0|gmaxwell|thats a dumb warning.
16 2017-02-05 14:23:38	0|gmaxwell|otoh we probably should avoid vararrays.
17 2017-02-05 14:24:29	0|gmaxwell|why is our configure scritpt ignoring CXXFLAGS ? :(
18 2017-02-05 14:24:59	0|gmaxwell|ah nevermind because it's failing.
19 2017-02-05 16:53:45	0|sipa|my bitcoind crashed due to a buffer overflow
20 2017-02-05 16:59:53	0|paveljanik|sipa, what commit hash?
21 2017-02-05 16:59:56	0|paveljanik|and how?
22 2017-02-05 17:39:06	0|bitcoin-git|[13bitcoin] 15gmaxwell opened pull request #9691: Init ECC context for test_bitcoin_fuzzy. (06master...06fuzzy_initecc) 02https://github.com/bitcoin/bitcoin/pull/9691
23 2017-02-05 18:11:00	0|sipa|paveljanik: unclesr
24 2017-02-05 18:51:50	0|jl2012|with master, I find that all tests with setup_clean_chain = False failed on my MAC OS 10.12.2
25 2017-02-05 18:52:02	0|jl2012|same error: Error loading block database.
26 2017-02-05 18:57:23	0|sipa|hmm
27 2017-02-05 20:08:33	0|bitcoin-git|13bitcoin/06master 14003cd60 15Matt Corallo: Add missing mempool lock for CalculateMemPoolAncestors
28 2017-02-05 20:08:33	0|bitcoin-git|[13bitcoin] 15sipa pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/7821db30e161...923dc447eaa8
29 2017-02-05 20:08:34	0|bitcoin-git|13bitcoin/06master 14923dc44 15Pieter Wuille: Merge #9578: Add missing mempool lock for CalculateMemPoolAncestors...
30 2017-02-05 20:08:50	0|bitcoin-git|[13bitcoin] 15sipa closed pull request #9578: Add missing mempool lock for CalculateMemPoolAncestors (06master...062017-01-fix-missing-wallet-mempool-lock) 02https://github.com/bitcoin/bitcoin/pull/9578
31 2017-02-05 21:39:51	0|MarcoFalke_|jl2012: Try deleting the qa cache dir
32 2017-02-05 23:26:19	0|luke-jr|shoot.
33 2017-02-05 23:26:38	0|luke-jr|wumpus: we should have taken advantage of the named arguments to switch amounts to satoshis..