< bitcoin-git> [bitcoin] MeshCollider opened pull request #11726: Cleanups + nit fixes for walletdir PR (master...201711_walletdir) https://github.com/bitcoin/bitcoin/pull/11726
< 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.
< wumpus> DigitalDank: thank you
< sipa> thanks!
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/0d89fa087793...9cdd2bcf6794
< bitcoin-git> bitcoin/master 49bd659 Wladimir J. van der Laan: tests: move pwalletMain to wallet test fixture...
< bitcoin-git> bitcoin/master 9cdd2bc Wladimir J. van der Laan: Merge #11718: tests: move pwalletMain to wallet test fixture...
< bitcoin-git> [bitcoin] laanwj closed pull request #11718: tests: move pwalletMain to wallet test fixture (master...2017_11_wallet_test_fixture) https://github.com/bitcoin/bitcoin/pull/11718
< 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.
< 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
< wumpus> "Deprecated DEPRECATED: Please migrate to db5 or db6, make sure that bitcoin and siblings moved to another database or version by then" haha
< gmaxwell> db6? really? freebsd shipping AGPL stuff? :P
< wumpus> I was surprised too, seems licensing reuirements to be in ports are really lenient
< aj> yeah, that's the point of ports, isn't it? https://www.freebsd.org/doc/en/books/porters-handbook/licenses.html
< 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
< wumpus> anyhow bitcoin core works fine with the berkeleydb 5 port/package
< meshcollider> wumpus: the install_db4.sh script is not mine ;)
< meshcollider> I think you mentioned the wrong person
< wumpus> meshcollider: oops, I thought it was, nm
< wumpus> it's jamesob's but I don't think he's on IRC
< meshcollider> Yeah I haven't seen him here
< fanquake> He's in here occasionally
< 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.
< wumpus> Apple seem to be recommending using swift for new sw
< 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.
< wumpus> though the language isn't stable yet, so be prepared to make changes to appease the compiler when new versions are released
< fanquake> Yes that is one downside, 2 -> 3 -> have already seen quite a few breaking changes.
< fanquake> *v2 -> 3 -> 4
< fanquake> Apple will basically do what it wants.
< wumpus> yep, platform specific language capture is back in vogue
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/9cdd2bcf6794...7293d064133a
< bitcoin-git> bitcoin/master c3055bb Luke Mlsna: Add help-console command to Qt debug console...
< bitcoin-git> bitcoin/master 7293d06 Wladimir J. van der Laan: Merge #11698: [Docs] [Qt] RPC-Console nested commands documentation...
< bitcoin-git> [bitcoin] laanwj closed pull request #11698: [Docs] [Qt] RPC-Console nested commands documentation (master...doc-rpc-console) https://github.com/bitcoin/bitcoin/pull/11698
< fanquake> wumpus did 11698 sufficiently cover #9195
< gribble> https://github.com/bitcoin/bitcoin/issues/9195 | Debug console needs a little documentation on usage · Issue #9195 · bitcoin/bitcoin · GitHub
< wumpus> fanquake: yes I think so
< bitcoin-git> [bitcoin] Sjors opened pull request #11729: [docs] links to code style guides (master...docs-style-guide-links) https://github.com/bitcoin/bitcoin/pull/11729
< bitcoin-git> [bitcoin] Sjors opened pull request #11730: WIP [RPC] [Wallet] walletdowngrade command (which can remove HD) (master...wallet-downgrade) https://github.com/bitcoin/bitcoin/pull/11730
< 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)
< 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.
< pgupta> A complete novice in C++ here :(
< sipa> that doesn't look like bitcoin core
< pgupta> That's libbitcoin
< sipa> wrong channel, then