1 2018-06-25 00:53:57	0|bitcoin-git|[13bitcoin] 15lucash-dev opened pull request #13533: [tests] Reduced number of validations in tx_validationcache_tests (06master...06reduce-txvalidationcache_tests-runtime) 02https://github.com/bitcoin/bitcoin/pull/13533
 2 2018-06-25 07:52:48	0|cornfeedhobo|before i open an issue, could someone look at the french bip39 wordlist and tell me if they see the weird first byte artifact?
 3 2018-06-25 12:12:32	0|bitcoin-git|[13bitcoin] 15practicalswift opened pull request #13534: Don't assert(foo()) where foo has side effects (06master...06assert-with-a-side-effect) 02https://github.com/bitcoin/bitcoin/pull/13534
 4 2018-06-25 13:10:16	0|bitcoin-git|[13bitcoin] 15MarcoFalke opened pull request #13535: [qa] wallet_basic: Avoid creating tiny output early on (06master...06Mf1806-qaWalletBasic) 02https://github.com/bitcoin/bitcoin/pull/13535
 5 2018-06-25 13:32:39	0|bitcoin-git|[13bitcoin] 15MarcoFalke opened pull request #13536: [qt] coincontrol: Remove unused qt4 workaround (06master...06Mf1806-qtCoinNo4) 02https://github.com/bitcoin/bitcoin/pull/13536
 6 2018-06-25 13:47:44	0|promag|MarcoFalke: re #13535, I don't get it, if fund succeeded, how could it give bad-txns-in-belowout error?
 7 2018-06-25 13:47:45	0|gribble|https://github.com/bitcoin/bitcoin/issues/13535 | [qa] wallet_basic: Avoid creating tiny output early on by MarcoFalke · Pull Request #13535 · bitcoin/bitcoin · GitHub
 8 2018-06-25 13:49:32	0|promag|hmm there is no fund near L250
 9 2018-06-25 16:25:24	0|bitcoin-git|[13bitcoin] 15wodry opened pull request #13537: GUI: Peer table: Visualize inbound/outbound state for every row (06master...06peer-table-show-inbound-outbound-symbol) 02https://github.com/bitcoin/bitcoin/pull/13537
10 2018-06-25 17:13:22	0|bitcoin-git|13bitcoin/06master 14bb3de15 15Wladimir J. van der Laan: qt: Move BitcoinGUI initializers to class, fix initializer order warning...
11 2018-06-25 17:13:22	0|bitcoin-git|[13bitcoin] 15MarcoFalke pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/b1dc39df6ec8...b877c394771a
12 2018-06-25 17:13:23	0|bitcoin-git|13bitcoin/06master 14b877c39 15MarcoFalke: Merge #13528: qt: Move BitcoinGUI initializers to class, fix initializer order warning...
13 2018-06-25 17:14:14	0|bitcoin-git|[13bitcoin] 15MarcoFalke closed pull request #13528: qt: Move BitcoinGUI initializers to class, fix initializer order warning (06master...062018_06_bitcoingui_initializers) 02https://github.com/bitcoin/bitcoin/pull/13528
14 2018-06-25 17:15:24	0|bitcoin-git|13bitcoin/06master 14faa2cf6 15MarcoFalke: [qt] coincontrol: Remove unused qt4 workaround
15 2018-06-25 17:15:24	0|bitcoin-git|[13bitcoin] 15MarcoFalke pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/b877c394771a...baf3a3ab0c63
16 2018-06-25 17:15:25	0|bitcoin-git|13bitcoin/06master 14baf3a3a 15MarcoFalke: Merge #13536: [qt] coincontrol: Remove unused qt4 workaround...
17 2018-06-25 17:16:12	0|bitcoin-git|[13bitcoin] 15MarcoFalke closed pull request #13536: [qt] coincontrol: Remove unused qt4 workaround (06master...06Mf1806-qtCoinNo4) 02https://github.com/bitcoin/bitcoin/pull/13536
18 2018-06-25 17:18:25	0|sipa|i made a writeup on how to represent keys and related scripts in a single descriptor: https://gist.github.com/sipa/e3d23d498c430bb601c5bca83523fa82
19 2018-06-25 18:42:40	0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/baf3a3ab0c63...452bb90c718d
20 2018-06-25 18:42:41	0|bitcoin-git|13bitcoin/06master 143f72d04 15Kristaps Kaupe: Fix parameter count check for importpubkey.
21 2018-06-25 18:42:41	0|bitcoin-git|13bitcoin/06master 14452bb90 15Wladimir J. van der Laan: Merge #13507: RPC: Fix parameter count check for importpubkey...
22 2018-06-25 18:43:28	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #13507: RPC: Fix parameter count check for importpubkey (06master...06importpubkey) 02https://github.com/bitcoin/bitcoin/pull/13507
23 2018-06-25 20:44:29	0|Korefan|Could someone help me and direct where to start with reading, compiling, etc?
24 2018-06-25 21:00:46	0|sipa|https://github.com/bitcoin/bitcoin/blob/master/doc/build-unix.md
25 2018-06-25 21:00:58	0|sipa|(or similar for windows or osx)
26 2018-06-25 21:04:28	0|Korefan|sipa, ty ;-)
27 2018-06-25 21:36:51	0|promag|jnewbery: loadwallet /path/to/some/folder/but/not/a/wallet works, is this expected?
28 2018-06-25 22:04:10	0|jimpo|neat idea for a composable grammar, sipa