1 2018-04-08 02:55:06 0|bitcoin-git|[13bitcoin] 15kallewoof opened pull request #12911: wallet: Show fee in results for signrawtransaction* when complete=true (06master...06sign-show-fees) 02https://github.com/bitcoin/bitcoin/pull/12911
2 2018-04-08 08:49:14 0|bitcoin-git|[13bitcoin] 15laanwj pushed 4 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/048ac8326b69...d6f10b248a58
3 2018-04-08 08:49:15 0|bitcoin-git|13bitcoin/06master 143ebfb2d 15MarcoFalke: tests: Avoid test suite name collision in wallet crypto_tests
4 2018-04-08 08:49:15 0|bitcoin-git|13bitcoin/06master 14dc8067b 15practicalswift: tests: Add note about uniqueness requirement for test suite names
5 2018-04-08 08:49:16 0|bitcoin-git|13bitcoin/06master 14d1b622b 15practicalswift: tests: Add check for test suite name uniqueness in lint-tests.sh
6 2018-04-08 08:50:08 0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #12895: tests: Add note about test suite name uniqueness requirement to developer notes (06master...06check-uniqueness-of-test-suite-names) 02https://github.com/bitcoin/bitcoin/pull/12895
7 2018-04-08 09:05:14 0|bitcoin-git|[13bitcoin] 15laanwj pushed 3 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/d6f10b248a58...3190785c11f7
8 2018-04-08 09:05:15 0|bitcoin-git|13bitcoin/06master 145c21e6c 15John Newbery: [logging] Comment all continuing logs....
9 2018-04-08 09:05:15 0|bitcoin-git|13bitcoin/06master 14d207207 15John Newbery: [logging] add lint-logs.sh to check for newline termination....
10 2018-04-08 09:05:16 0|bitcoin-git|13bitcoin/06master 143190785 15Wladimir J. van der Laan: Merge #12891: [logging] add lint-logs.sh to check for newline termination....
11 2018-04-08 09:05:59 0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #12891: [logging] add lint-logs.sh to check for newline termination. (06master...06log_lint) 02https://github.com/bitcoin/bitcoin/pull/12891
12 2018-04-08 09:08:57 0|bitcoin-git|13bitcoin/06master 140e7c52d 15Suhas Daftuar: Shut down if trying to connect a corrupted block...
13 2018-04-08 09:08:57 0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/3190785c11f7...24133b177a85
14 2018-04-08 09:08:58 0|bitcoin-git|13bitcoin/06master 1424133b1 15Wladimir J. van der Laan: Merge #12561: Check for block corruption in ConnectBlock()...
15 2018-04-08 09:09:32 0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #12561: Check for block corruption in ConnectBlock() (06master...062018-02-improve-checkblock-failure) 02https://github.com/bitcoin/bitcoin/pull/12561
16 2018-04-08 10:10:48 0|bitcoin-git|[13bitcoin] 15murrayn opened pull request #12912: Minor readability/maintainability changes to warnings.cpp (06master...06warnings) 02https://github.com/bitcoin/bitcoin/pull/12912
17 2018-04-08 12:00:36 0|wumpus|I think https://github.com/bitcoin-core/bitcoin-incubator should be removed, it was never used for the purpose it was created for
18 2018-04-08 12:37:59 0|bitcoin-git|[13bitcoin] 15practicalswift opened pull request #12914: scripted-diff: Remove redundant license reference (HTTP URL). Update copyright year. (06master...06copyright-headers) 02https://github.com/bitcoin/bitcoin/pull/12914
19 2018-04-08 12:43:48 0|fanquake|wumpus ack
20 2018-04-08 12:44:37 0|bitcoin-git|[13bitcoin] 15fanquake closed pull request #12192: Trivial: Update http URL of MIT license to use https (06master...0612190-UPDATE_MIT_LINK_TO_HTTPS) 02https://github.com/bitcoin/bitcoin/pull/12192
21 2018-04-08 12:52:03 0|sipa|wumpus: agree; we can always revive it when there is a need
22 2018-04-08 13:31:48 0|wumpus|sipa: right - it still seems like a good idea, but it hasn't turned out to become the actual way of working :)
23 2018-04-08 13:52:42 0|bitcoin-git|13bitcoin/06master 1401189ab 15practicalswift: build: Show enabled sanitizers in configure output
24 2018-04-08 13:52:42 0|bitcoin-git|[13bitcoin] 15MarcoFalke pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/24133b177a85...7e23972d1f71
25 2018-04-08 13:52:43 0|bitcoin-git|13bitcoin/06master 147e23972 15MarcoFalke: Merge #12901: build: Show enabled sanitizers in configure output...
26 2018-04-08 13:53:23 0|bitcoin-git|[13bitcoin] 15MarcoFalke closed pull request #12901: build: Show enabled sanitizers in configure output (06master...06print-enabled-sanitizers-in-configure-output) 02https://github.com/bitcoin/bitcoin/pull/12901
27 2018-04-08 14:24:38 0|bitcoin-git|[13bitcoin] 15jonasschnelli pushed 8 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/7e23972d1f71...25c56cdbe748
28 2018-04-08 14:24:39 0|bitcoin-git|13bitcoin/06master 1411b6b5b 15Anthony Towns: Move ChainNameFromCommandLine into ArgsManager and rename to GetChainName
29 2018-04-08 14:24:40 0|bitcoin-git|13bitcoin/06master 146d5815a 15Anthony Towns: Separate out ReadConfigStream from ReadConfigFile
30 2018-04-08 14:24:40 0|bitcoin-git|13bitcoin/06master 14834d303 15Anthony Towns: [tests] Add unit tests for GetChainName
31 2018-04-08 14:25:23 0|bitcoin-git|[13bitcoin] 15jonasschnelli closed pull request #12878: [refactor] Config handling refactoring in preparation for network-specific sections (06master...06netconf-refactor) 02https://github.com/bitcoin/bitcoin/pull/12878
32 2018-04-08 14:39:17 0|bitcoin-git|[13bitcoin] 15jonasschnelli closed pull request #12587: Introduce g_wallet_manager, prepare for better dynamic wallet loading/unloading (06master...062018/03/dyn_wallet) 02https://github.com/bitcoin/bitcoin/pull/12587
33 2018-04-08 15:40:43 0|bitcoin-git|13bitcoin/06master 14e36a0c0 15Suhas Daftuar: [qa] Ensure bitcoind processes are cleaned up when tests end
34 2018-04-08 15:40:43 0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/25c56cdbe748...15c3bb4268f3
35 2018-04-08 15:40:44 0|bitcoin-git|13bitcoin/06master 1415c3bb4 15Wladimir J. van der Laan: Merge #12904: [qa] Ensure bitcoind processes are cleaned up when tests end...
36 2018-04-08 15:41:22 0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #12904: [qa] Ensure bitcoind processes are cleaned up when tests end (06master...062018-04-always-kill-bitcoind) 02https://github.com/bitcoin/bitcoin/pull/12904
37 2018-04-08 15:41:27 0|MarcoFalke|wumpus: ACK on removing "incubator"
38 2018-04-08 16:03:04 0|wumpus|[fn, this](CWallet*, const uint256& txid, ChangeType status) { fn(txid, status); }));
39 2018-04-08 16:03:04 0|wumpus|/home/orion/projects/bitcoin/bitcoin/src/interfaces/wallet.cpp:427:18: warning: lambda capture 'this' is not used [-Wunused-lambda-capture]
40 2018-04-08 16:05:21 0|wumpus|MarcoFalke: sipa: fanquake: Your repository "bitcoin-core/bitcoin-incubator" was successfully deleted.
41 2018-04-08 16:14:15 0|bitcoin-git|[13bitcoin] 15laanwj pushed 3 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/15c3bb4268f3...97785863e2fa
42 2018-04-08 16:14:16 0|bitcoin-git|13bitcoin/06master 14833bc08 15Pieter Wuille: Add Slice: a (pointer, size) array view that acts like a container
43 2018-04-08 16:14:16 0|bitcoin-git|13bitcoin/06master 149272d70 15Pieter Wuille: Support serializing Span<unsigned char> and use that instead of FLATDATA
44 2018-04-08 16:14:17 0|bitcoin-git|13bitcoin/06master 149778586 15Wladimir J. van der Laan: Merge #12886: Introduce Span type and use it instead of FLATDATA...
45 2018-04-08 16:15:03 0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #12886: Introduce Span type and use it instead of FLATDATA (06master...06201803_slice) 02https://github.com/bitcoin/bitcoin/pull/12886
46 2018-04-08 16:40:48 0|bitcoin-git|[13bitcoin] 15sipa opened pull request #12916: Introduce BigEndian wrapper and use it for netaddress ports (06master...06201804_beport) 02https://github.com/bitcoin/bitcoin/pull/12916
47 2018-04-08 16:48:03 0|bitcoin-git|[13bitcoin] 15MarcoFalke opened pull request #12917: qa: Windows fixups for functional tests (06master...06Mf1804-qaWinFixups) 02https://github.com/bitcoin/bitcoin/pull/12917
48 2018-04-08 16:59:44 0|bitcoin-git|[13bitcoin] 15MarcoFalke pushed 3 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/97785863e2fa...bd42b85e8b42
49 2018-04-08 16:59:45 0|bitcoin-git|13bitcoin/06master 142b2b96c 15Suhas Daftuar: Use std::bind instead of boost::bind to re-lock the wallet...
50 2018-04-08 16:59:45 0|bitcoin-git|13bitcoin/06master 14662d19f 15Suhas Daftuar: [rpcwallet] Clamp walletpassphrase value at 100M seconds...
51 2018-04-08 16:59:46 0|bitcoin-git|13bitcoin/06master 14bd42b85 15MarcoFalke: Merge #12905: [rpcwallet] Clamp walletpassphrase value at 100M seconds...
52 2018-04-08 17:00:38 0|bitcoin-git|[13bitcoin] 15MarcoFalke closed pull request #12905: [rpcwallet] Clamp walletpassphrase value at 100M seconds (06master...062018-04-wallet-encryption-timeout) 02https://github.com/bitcoin/bitcoin/pull/12905
53 2018-04-08 17:47:35 0|bitcoin-git|13bitcoin/06master 14c9cce0a 15Will Ayd: Tests: Add Metaclass for BitcoinTestFramework...
54 2018-04-08 17:47:35 0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/bd42b85e8b42...27278dffe877
55 2018-04-08 17:47:36 0|bitcoin-git|13bitcoin/06master 1427278df 15Wladimir J. van der Laan: Merge #12856: Tests: Add Metaclass for BitcoinTestFramework...
56 2018-04-08 17:48:24 0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #12856: Tests: Add Metaclass for BitcoinTestFramework (06master...06meta-tst) 02https://github.com/bitcoin/bitcoin/pull/12856
57 2018-04-08 19:30:26 0|luke-jr|wumpus: (re 0.17.0 relnotes issue) well, it did solicit newbie devs.. ;)
58 2018-04-08 21:40:04 0|Guest34|that was me :-)
59 2018-04-08 21:40:42 0|Guest34|I don't want to spam the ticket, but I really don't understand the "good first issue to read" logic
60 2018-04-08 21:41:17 0|Guest34|I mean, the tricky part is getting your code merged, whether it'll bee released 2 months later or 6 months later is secondary
61 2018-04-08 21:42:03 0|Guest34|you might as well make a ticket called "read the developer notes" and tag it as "good first issue" if the intention is to provide recommended reading material
62 2018-04-08 21:42:16 0|Guest34|anyways, just my two cents, feel free to ignore
63 2018-04-08 23:51:33 0|bitcoin-git|[13bitcoin] 15kallewoof opened pull request #12918: test: Assert on correct variable (06master...06test-typo-rpcrawtx) 02https://github.com/bitcoin/bitcoin/pull/12918