1 2017-11-19 00:56:16	0|bitcoin-git|[13bitcoin] 15MeshCollider opened pull request #11726: Cleanups + nit fixes for walletdir PR (06master...06201711_walletdir) 02https://github.com/bitcoin/bitcoin/pull/11726
 2 2017-11-19 07:52:34	0|DigitalDank|Core Devs - I just want to say thank you.  Each of you.  Seriously.  You guys put up with so much crap.  I appreciate you and I have your back.
 3 2017-11-19 09:11:27	0|wumpus|DigitalDank: thank you
 4 2017-11-19 09:14:34	0|sipa|thanks!
 5 2017-11-19 10:22:18	0|bitcoin-git|13bitcoin/06master 1449bd659 15Wladimir J. van der Laan: tests: move pwalletMain to wallet test fixture...
 6 2017-11-19 10:22:18	0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/0d89fa087793...9cdd2bcf6794
 7 2017-11-19 10:22:19	0|bitcoin-git|13bitcoin/06master 149cdd2bc 15Wladimir J. van der Laan: Merge #11718: tests: move pwalletMain to wallet test fixture...
 8 2017-11-19 10:22:53	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #11718: tests: move pwalletMain to wallet test fixture (06master...062017_11_wallet_test_fixture) 02https://github.com/bitcoin/bitcoin/pull/11718
 9 2017-11-19 10:36:58	0|wumpus|mesh_: lol, just FYI tried your install_db4.sh on a freebsd host this weekend, appears that sha256 has yet another syntax on freebsd. Also berkeleydb 4.8 seems to require some patching to compile. Didn't manage to get it to work. We don't currently mention using it in the freebsd instructions so there's no problem.
10 2017-11-19 10:39:04	0|wumpus|in case someone wants to pick this up, though: apparently freebsd still has a port of berkeleydb4.8, might help to find out what patching is needed https://www.freshports.org/databases/db48
11 2017-11-19 10:39:29	0|wumpus|"Deprecated DEPRECATED: Please migrate to db5 or db6, make sure that bitcoin and siblings moved to another database or version by then"  haha
12 2017-11-19 10:45:00	0|gmaxwell|db6? really? freebsd shipping AGPL stuff? :P
13 2017-11-19 10:51:57	0|wumpus|I was surprised too, seems licensing reuirements to be in ports are really lenient
14 2017-11-19 10:55:09	0|aj|yeah, that's the point of ports, isn't it?  https://www.freebsd.org/doc/en/books/porters-handbook/licenses.html
15 2017-11-19 10:58:36	0|wumpus|it's not a problem for ports as ports are just instructions for building from source, but some freebsd packages are also distributed as binary, I guess they have stricter requirements there
16 2017-11-19 11:00:40	0|wumpus|anyhow bitcoin core works fine with the berkeleydb 5 port/package
17 2017-11-19 11:18:46	0|meshcollider|wumpus: the install_db4.sh script is not mine ;)
18 2017-11-19 11:19:02	0|meshcollider|I think you mentioned the wrong person
19 2017-11-19 11:20:10	0|wumpus|meshcollider: oops, I thought it was, nm
20 2017-11-19 11:20:27	0|wumpus|it's jamesob's but I don't think he's on IRC
21 2017-11-19 11:20:47	0|meshcollider|Yeah I haven't seen him here
22 2017-11-19 11:22:25	0|fanquake|He's in here occasionally
23 2017-11-19 11:25:11	0|fanquake|jonasschnelli if you did anything for iOS, would you be using Swift or Objective-C? I've been following that convo, I'd be contributing if you use Swift.
24 2017-11-19 11:25:46	0|wumpus|Apple seem to be recommending using swift for new sw
25 2017-11-19 11:27:19	0|fanquake|Yea, I've been using it quite a bit recently. Seem a lot cleaner, and safer than objC. Would definitely use it if the deployment targets would be so recent.
26 2017-11-19 11:28:12	0|wumpus|though the language isn't stable yet, so be prepared to make changes to appease the compiler when new versions are released
27 2017-11-19 11:28:38	0|fanquake|Yes that is one downside, 2 -> 3 -> have already seen quite a few breaking changes.
28 2017-11-19 11:28:48	0|fanquake|*v2 -> 3 -> 4
29 2017-11-19 11:29:05	0|fanquake|Apple will basically do what it wants.
30 2017-11-19 11:29:41	0|wumpus|yep, platform specific language capture is back in vogue
31 2017-11-19 12:05:10	0|bitcoin-git|13bitcoin/06master 14c3055bb 15Luke Mlsna: Add help-console command to Qt debug console...
32 2017-11-19 12:05:10	0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/9cdd2bcf6794...7293d064133a
33 2017-11-19 12:05:11	0|bitcoin-git|13bitcoin/06master 147293d06 15Wladimir J. van der Laan: Merge #11698: [Docs] [Qt] RPC-Console nested commands documentation...
34 2017-11-19 12:05:45	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #11698: [Docs] [Qt] RPC-Console nested commands documentation  (06master...06doc-rpc-console) 02https://github.com/bitcoin/bitcoin/pull/11698
35 2017-11-19 12:18:28	0|fanquake|wumpus did 11698 sufficiently cover #9195
36 2017-11-19 12:18:29	0|gribble|https://github.com/bitcoin/bitcoin/issues/9195 | Debug console needs a little documentation on usage · Issue #9195 · bitcoin/bitcoin · GitHub
37 2017-11-19 15:01:33	0|wumpus|fanquake: yes I think so
38 2017-11-19 15:14:09	0|bitcoin-git|[13bitcoin] 15Sjors opened pull request #11729: [docs] links to code style guides (06master...06docs-style-guide-links) 02https://github.com/bitcoin/bitcoin/pull/11729
39 2017-11-19 18:05:19	0|bitcoin-git|[13bitcoin] 15Sjors opened pull request #11730: WIP [RPC] [Wallet] walletdowngrade command (which can remove HD) (06master...06wallet-downgrade) 02https://github.com/bitcoin/bitcoin/pull/11730
40 2017-11-19 21:04:49	0|pgupta|Hey guys, I have been following an example which was based on an older version of libbitcoin. What will be replacement of this command according to newer version? bc:: ec_point public_key = bc::secret_to_public_key(secret)
41 2017-11-19 21:05:47	0|pgupta|Also the code directly mentions: bc::ec_secret secret; I am not sure if the varaible secret is getting some default value from the moment it is initialized.
42 2017-11-19 21:05:57	0|pgupta|A complete novice in C++ here :(
43 2017-11-19 21:06:15	0|sipa|that doesn't look like bitcoin core
44 2017-11-19 21:06:28	0|pgupta|That's libbitcoin
45 2017-11-19 21:06:40	0|sipa|wrong channel, then