1 2018-02-20 01:10:45	0|bitcoin-git|[13bitcoin] 15kallewoof opened pull request #12484: [net] Skip stale tip checks in regtest (06master...06no-staletip-check-regtest) 02https://github.com/bitcoin/bitcoin/pull/12484
 2 2018-02-20 01:16:33	0|bitcoin-git|[13bitcoin] 15bitnitdit opened pull request #12485: Mining: The max number of halvings should be 32 (06master...06max_halvings) 02https://github.com/bitcoin/bitcoin/pull/12485
 3 2018-02-20 01:55:59	0|bitcoin-git|[13bitcoin] 15kallewoof closed pull request #11019: [wallet] Abandon transactions that fail to go into the mempool (06master...06abandon-longchain-failed-tx) 02https://github.com/bitcoin/bitcoin/pull/11019
 4 2018-02-20 02:35:03	0|sipa|achow101: technically you can't mix sctruct and class declarations of the same type
 5 2018-02-20 02:35:11	0|sipa|but not every compiler version cares
 6 2018-02-20 02:38:52	0|achow101|sipa: right
 7 2018-02-20 02:38:57	0|achow101|does it matter though?
 8 2018-02-20 02:39:14	0|bitcoin-git|[13bitcoin] 15sipa pushed 4 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/dcfe218626b0...ffc6e48b2983
 9 2018-02-20 02:39:15	0|bitcoin-git|13bitcoin/06master 141e79c05 15Andrew Chow: Split signrawtransaction into wallet and non-wallet...
10 2018-02-20 02:39:15	0|bitcoin-git|13bitcoin/06master 14eefff65 15Andrew Chow: scripted-diff: change signrawtransaction to signrawtransactionwithwallet in tests...
11 2018-02-20 02:39:16	0|bitcoin-git|13bitcoin/06master 14d602348 15Andrew Chow: Add test for signrawtransaction...
12 2018-02-20 02:39:23	0|sipa|it should be fixed, as it's going to cause warnings for some people
13 2018-02-20 02:39:29	0|bitcoin-git|[13bitcoin] 15sipa closed pull request #10579: [RPC] Split signrawtransaction into wallet and non-wallet RPC command (06master...06split-signraw) 02https://github.com/bitcoin/bitcoin/pull/10579
14 2018-02-20 02:39:36	0|sipa|but i just merged the PR; no need to delay this further
15 2018-02-20 02:39:54	0|achow101|ok then
16 2018-02-20 03:04:38	0|bitcoin-git|[13bitcoin] 15achow101 closed pull request #11678: [wallet] Don't shut down after encrypting the wallet (06master...06encrypt-no-restart) 02https://github.com/bitcoin/bitcoin/pull/11678
17 2018-02-20 03:05:43	0|bitcoin-git|[13bitcoin] 15MarcoFalke closed pull request #12485: Mining: The max number of halvings should be 32 (06master...06max_halvings) 02https://github.com/bitcoin/bitcoin/pull/12485
18 2018-02-20 04:21:40	0|bitcoin-git|[13bitcoin] 15kallewoof opened pull request #12486: [test] Round target fee to 8 decimals (06master...06round-assert-fee-amount-target-fee) 02https://github.com/bitcoin/bitcoin/pull/12486
19 2018-02-20 08:08:19	0|promag|achow101: sipa: right, the warning is a non blocker imo
20 2018-02-20 09:50:48	0|bitcoin-git|[13bitcoin] 15laanwj opened pull request #12487: init: Remove translation for `-blockmaxsize` option help (06master...062018_02_translation_nightmare) 02https://github.com/bitcoin/bitcoin/pull/12487
21 2018-02-20 10:08:23	0|bitcoin-git|[13bitcoin] 15jonasschnelli opened pull request #12489: Bugfix: respect user defined configuration file (-conf) in QT settings (06master...062018/02/qt_conf) 02https://github.com/bitcoin/bitcoin/pull/12489
22 2018-02-20 11:31:36	0|mryandao|hey all, how do I patch diffs from upstream to my local working set?
23 2018-02-20 12:02:57	0|mryandao|oh man, did i do the rebase correctly for https://github.com/bitcoin/bitcoin/pull/12240/commits/1869b838e1a818cba6929f6ccdc5c813cc617471?
24 2018-02-20 12:03:38	0|mryandao|doesnt look right on github to me.
25 2018-02-20 12:51:35	0|eklitzke|looks like you squashed too much to me
26 2018-02-20 14:22:12	0|bitcoin-git|[13bitcoin] 15jnewbery opened pull request #12490: Remove deprecated wallet rpc methods from server (06master...06remove_deprecated_rpcs) 02https://github.com/bitcoin/bitcoin/pull/12490
27 2018-02-20 14:23:03	0|bitcoin-git|[13bitcoin] 15jnewbery closed pull request #12490: Remove deprecated wallet rpc methods from server (06master...06remove_deprecated_rpcs) 02https://github.com/bitcoin/bitcoin/pull/12490
28 2018-02-20 14:34:24	0|arubi|more thoughts on #12321 ?  I think it would be a nice addition for working with multisig in segwit
29 2018-02-20 14:34:26	0|gribble|https://github.com/bitcoin/bitcoin/issues/12321 | p2wsh and p2sh-p2wsh address in decodescript by fivepiece · Pull Request #12321 · bitcoin/bitcoin · GitHub
30 2018-02-20 16:36:17	0|nman999|What is the easiest way to install the Berkeley DB dependencies on Debian Stretch?
31 2018-02-20 16:38:06	0|arubi|nman999, why do you want to install it system wide at all?
32 2018-02-20 17:54:02	0|bitcoin-git|[13bitcoin] 15eklitzke opened pull request #12491: Try to use posix_fadvise with CBufferedFile (06master...06fadvise) 02https://github.com/bitcoin/bitcoin/pull/12491
33 2018-02-20 19:12:21	0|mrannanay|```
34 2018-02-20 19:13:01	0|mrannanay|```
35 2018-02-20 19:13:01	0|mrannanay|```
36 2018-02-20 19:13:01	0|mrannanay|/home/annanay/bitcoin/src/./sync.h:123: undefined reference to `EnterCritical(char const*, char const*, int, void*, bool)'
37 2018-02-20 19:13:01	0|mrannanay|I seem to be getting this recurring error when I build the source.
38 2018-02-20 19:13:01	0|mrannanay|libbitcoin_server.a(libbitcoin_server_a-net.o): In function `CCriticalBlock::Enter(char const*, char const*, int)':
39 2018-02-20 19:13:02	0|mrannanay|Even though I'm using ```./configure CXXFLAGS="-DDEBUG_LOCKORDER -g"``` when I configure
40 2018-02-20 19:13:38	0|mrannanay|```
41 2018-02-20 19:13:38	0|mrannanay|```
42 2018-02-20 19:13:38	0|mrannanay|/home/annanay/bitcoin/src/./sync.h:123: undefined reference to `EnterCritical(char const*, char const*, int, void*, bool)'
43 2018-02-20 19:13:38	0|mrannanay|libbitcoin_server.a(libbitcoin_server_a-net.o): In function `CCriticalBlock::Enter(char const*, char const*, int)':
44 2018-02-20 19:13:38	0|mrannanay|Reposting for better formatting
45 2018-02-20 19:15:03	0|mrannanay|IIUC, the -DDEBUG_LOCKORDER should define the right ```EnterCritical``` in src/net.cpp
46 2018-02-20 19:19:16	0|mrannanay|*src/sync.h
47 2018-02-20 19:30:32	0|sipa|mrannanay: are you sure you're recompiling everything with -DDEBUG_LOCKORDER, and aren't accidentally reusing a sync.o built withouy?
48 2018-02-20 20:05:12	0|midnightmagic|Would it be useful if the database files-- either the chainstate or otherwise-- had a human-readable journalling log and/or bitcoind could be told to lock the db layers while an external program ran? (say to snapshot the db or something?)
49 2018-02-20 20:06:59	0|Randolf|midnightmagic:  Are you thinking for backup purposes mainly?
50 2018-02-20 20:07:42	0|midnightmagic|Either for backup, or for db reliability measures on a desired high-uptime node.. or something.
51 2018-02-20 20:08:01	0|sipa|we already have a journalling log for the chainstate
52 2018-02-20 20:08:03	0|midnightmagic|like for fs snapshotting for example.
53 2018-02-20 20:08:06	0|sipa|it's called the blockchain
54 2018-02-20 20:08:29	0|midnightmagic|rebuilding to a known-good state is hard.. ish. :-P
55 2018-02-20 20:09:32	0|sipa|well instructing bitcoind to not write any changes to disk for a while would be certainly doable
56 2018-02-20 20:09:40	0|sipa|if you want to support snapshots or so
57 2018-02-20 20:10:00	0|midnightmagic|hrmm..
58 2018-02-20 20:10:15	0|sipa|it could even continue updating the internal cache, until its size grows too large
59 2018-02-20 20:10:22	0|midnightmagic|is there a db cache which needs to be flushed for that?
60 2018-02-20 20:10:37	0|sipa|yes
61 2018-02-20 20:10:49	0|sipa|all disk writes are localized in a single function
62 2018-02-20 20:10:54	0|midnightmagic|ok.
63 2018-02-20 20:11:02	0|sipa|excluding txindex...
64 2018-02-20 20:11:09	0|sipa|that's just a hack :)
65 2018-02-20 20:11:20	0|midnightmagic|:-)
66 2018-02-20 20:28:00	0|bitcoin-git|13bitcoin/06master 14a6e6e39 15Jonas Schnelli: Bugfix: respect user defined configuration file (-conf) when open conf. file from QT settings
67 2018-02-20 20:28:00	0|bitcoin-git|[13bitcoin] 15MarcoFalke pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/ffc6e48b2983...e117cfe45eee
68 2018-02-20 20:28:01	0|bitcoin-git|13bitcoin/06master 14e117cfe 15MarcoFalke: Merge #12489: Bugfix: respect user defined configuration file (-conf) in QT settings...
69 2018-02-20 20:28:56	0|bitcoin-git|[13bitcoin] 15MarcoFalke closed pull request #12489: Bugfix: respect user defined configuration file (-conf) in QT settings (06master...062018/02/qt_conf) 02https://github.com/bitcoin/bitcoin/pull/12489
70 2018-02-20 21:29:29	0|bitcoin-git|[13bitcoin] 15achow101 opened pull request #12493: [wallet] Reopen CDBEnv after encryption instead of shutting down (06master...06dbenv-reopen) 02https://github.com/bitcoin/bitcoin/pull/12493
71 2018-02-20 22:17:24	0|bitcoin-git|[13bitcoin] 15Empact opened pull request #12494: Declare CMutableTransaction a struct in rawtransaction.h (06master...06mutabletransaction-struct) 02https://github.com/bitcoin/bitcoin/pull/12494
72 2018-02-20 22:37:24	0|bitcoin-git|[13bitcoin] 15eklitzke opened pull request #12495: Increase LevelDB max_open_files on 64-bit POSIX systems (06master...06ldb_max_open_files) 02https://github.com/bitcoin/bitcoin/pull/12495