10:39:08 jpk68: you can follow progress here https://github.com/monero-project/monero/issues/10369 14:21:47 .merge+ 10474 10482 10483 10484 10485 14:21:47 Added 14:21:49 .merges 14:21:49 10457 10463 10464 10466 10474 10482 10483 10484 10485 14:40:00 selsta: v0.18.5 will be a release or skipping to .1? 14:41:08 i don't know what will happen in the future lol 14:41:11 so far no .1 planned 16:40:32 need +1 on 10457 10464 10466 16:54:59 ty plowsof 16:56:14 .merge+ 10516 10515 16:56:14 Added 16:56:33 no need to wait 1 week for doc fixes 17:06:07 my v0.18.5.0 chain sync is at 98% 17:08:27 ship it 19:27:21 Hi all, I was wondering where the monero C++ style guide can be found. Does monero projects use clang-format or something similar? 19:32:39 keep the same style as existing code 19:32:45 it depends on the file 19:37:32 How come there is no general style guide or defined clang-format? I'm specifically looking at the core monero project. 19:42:14 The guide is whatever the current file or section of code that youre editing follows 19:48:27 luigi1111: please tag v0.18.5.0 19:49:36 Is there any good issues for new comers to monero? 19:50:11 To specify more, C/C++ code related issues 19:51:23 Check the issues on the repo 19:52:10 github.com/monero-project/monero/issues 19:52:27 what's your skill level? for example https://github.com/monero-project/monero/pull/8024 would require an updated version but that might be a bit too much work as a first issue 19:53:01 https://github.com/monero-project/monero/issues/10513 is C/C++ issue, but it requires above beginner skill level 19:53:32 sech1: does the linked PR not solve it? 19:53:48 oh right, didn't see it 20:16:47 Hi everyone, just wanted to say hi. I'm new to monero and sent my first PR today, I hope to contribute more in the future :) 20:22:44 Hi. Welcome ^_^ 20:24:13 Thabk you :D 21:24:57 done 22:04:50 testing from irssi 22:05:46 what platform do you guys use for this IRC chat? Libera or some other? 22:18:34 moneromooo: p2p encryption is added to the beta wishlist 22:20:24 https://github.com/seraphis-migration/monero/issues/354 22:21:32 Probably the best place to test it is, imo, on stressnet 22:25:58 About clang-format: it would always be possible to have a file in the root of the repo with general codebase rules, and then specific stuff (i.e. two vs. four spaces of indentation, weird capitalization in RingCT code) in each directory. Somewhat like how CMake files are done 22:26:06 I'm guessing people wouldn't like that, though