1 2016-11-13 07:12:36	0|Victorsueca|BlueMatt: wut? 0.14.0rc1 so fast?
 2 2016-11-13 07:13:53	0|wumpus|he doesn't mean tagging the release
 3 2016-11-13 07:14:02	0|Victorsueca|ahh
 4 2016-11-13 07:14:10	0|Victorsueca|the milestone ok
 5 2016-11-13 07:14:21	0|Victorsueca|just woke up :P
 6 2016-11-13 07:14:25	0|Victorsueca|morning btw
 7 2016-11-13 10:20:16	0|Victorsueca|have some free time now, is there anything important that needs to be tested on windows?
 8 2016-11-13 11:28:27	0|fanquake|Victorsueca If you'd just like to test stuff in general, start here : https://github.com/bitcoin/bitcoin/issues?q=is%3Aopen+is%3Aissue+label%3AWindows . See if you can recreate/investigate issues. If so post some info about the system your using, how you tested it etc.
 9 2016-11-13 11:30:45	0|Victorsueca|I was thinking on testing more specific stuff, specifically the issues or PRs that you think are more important to be tested at the moment
10 2016-11-13 11:31:10	0|fanquake|There are no Windows specific pull requests open at the moment, but some easier things to start testing are PRs with the GUI label. Even just posting screenshots of how GUI changes look on Windows, given we rarely get that.
11 2016-11-13 11:31:41	0|fanquake|Sure, this list will show you the current "big" changes for the 0.14.0 release: https://github.com/bitcoin/bitcoin/milestone/21
12 2016-11-13 11:32:13	0|Victorsueca|nice
13 2016-11-13 18:44:57	0|achow101|where in the code is a transaction determined to be related to the wallet?
14 2016-11-13 18:46:20	0|bitcoin-git|[13bitcoin] 15luke-jr opened pull request #9150: Qt: Make network disabled icon larger and 50% opaque (06master...06gui_netdisabled_icon_enlarge) 02https://github.com/bitcoin/bitcoin/pull/9150
15 2016-11-13 18:51:01	0|sipa|achow101: IsMine
16 2016-11-13 18:51:13	0|sipa|achow101: called from AddToWalletIfInvolvingMe
17 2016-11-13 18:51:22	0|achow101|thanks
18 2016-11-13 19:33:46	0|luke-jr|I don't think that's my fault? O.o
19 2016-11-13 19:39:34	0|Victorsueca|lol
20 2016-11-13 19:39:44	0|Victorsueca|rlly? travis failed because of a image?
21 2016-11-13 19:40:41	0|luke-jr|on rpc tests nonetheless
22 2016-11-13 19:42:28	0|sipa|sometimes tests fail randomly
23 2016-11-13 19:42:56	0|luke-jr|I thought those were fixed :<
24 2016-11-13 19:44:24	0|jonasschnelli|There is always one more to fix...
25 2016-11-13 19:48:49	0|Victorsueca|probably it's just travis gets hiccup sometimes and when so happens lots of tests crash
26 2016-11-13 19:49:54	0|arubi|"OSError: [Errno 98] Address already in use",  means some previous test's node didn't shut down and is using the ip+port ?
27 2016-11-13 19:54:42	0|sipa|arubi: seems likely
28 2016-11-13 19:57:07	0|arubi|sipa, reason I'm asking is because I've been burned before by trying to manage ports for a bunch of nodes with different uses for tests, and eventually I'm now only using the default ports for all running nodes, but different IPs on the 127.x.x.x range, so mainnet is on 127.0.0.x, testnet on 127.0.1.x, regtest 127.0.3.x ...  maybe if for each node that runs, the IP is incremented, then this wouldn't happen
29 2016-11-13 19:58:30	0|arubi|I mean, `ping 127.200.192.12`, this is usually configured out of the box, maybe travis' images behave the same
30 2016-11-13 21:34:00	0|bitcoin-git|[13bitcoin] 15MarcoFalke opened pull request #9151: [qa] proxy_test: Calculate hardcoded port numbers (06master...06Mf1611-qaPort) 02https://github.com/bitcoin/bitcoin/pull/9151
31 2016-11-13 21:54:05	0|bitcoin-git|[13bitcoin] 15luke-jr closed pull request #9150: Qt: Make network disabled icon larger and 50% opaque (06master...06gui_netdisabled_icon_enlarge) 02https://github.com/bitcoin/bitcoin/pull/9150
32 2016-11-13 22:08:06	0|bitcoin-git|[13bitcoin] 15luke-jr opened pull request #9152: Wallet/RPC: sweepprivkeys method to scan UTXO set and send to local wallet (06master...06sweepprivkeys) 02https://github.com/bitcoin/bitcoin/pull/9152