10:20:31 Hey guys! Did not see any outright "Stay away" warning for guys like me in the repo docs. So.. 10:20:31 Any plans on moving (partially) to Rust? Can we make contributions with parts in Rust (including updating the build system ofc) 10:26:28 There is a community supported daemon implementation written in Rust: https://cuprate.org 10:29:14 As for core: a proposed network upgrade (FCMP++) will add Rust for new cryptography. It has not been decided yet which, if any, other parts of the codebase should oxidize. 10:29:51 Oh damn!! Missed that in the FCMP flood of changes. Thanks! 10:31:40 And can it be recommended to run the curate.org daemon for your own full node? I know Bitcoing core also has a Rust implementation but they have a strong warning to not use it beyond experimentation as they don't want even the tiniest deviations from the consensus rule. 10:33:23 we haven't released wallet/RPC support yet 10:34:19 also it is in alpha so no you should depend on it yet for anything of value 11:28:21 .merge+ 10786 10788 10772 10773 10775 10776 10768 10769 11:28:21 Added 13:33:35 .merges 13:33:35 10768 10769 10788 18:02:07 selsta: I agree with ofrn that the copyright date should just be 2025 18:03:49 if you touched the file in 2026 it can be 2025 - 2026 18:05:33 Alright, fixed 18:06:12 I really wish we would just remove the copyright year from the headers. It is needless maintenance. 18:06:22 https://github.com/monero-project/monero/pull/9666 18:06:24 (Not relevant for this PR) 18:07:00 Bitcoin Core just does, for example, Copyright (c) 2009-present The Bitcoin Core developers 18:08:28 https://github.com/monero-project/monero/pull/9666#issuecomment-2659406539 18:09:08 Just to play devil's advocate, it could be possible to remove the full license text as well. Imagine we were licensed under GPLv3 and had to include the full thing in every file, lol 18:09:43 id be in favor of not adding the license text to your current pr 18:09:54 I guess that was suggested in the comment you linked to anyways 18:10:23 I can submit one changing all of the files /s 18:11:10 https://github.com/google/leveldb/blob/main/db/db_test.cc#L1 18:12:48 "All rights reserved" is archaic. 18:12:52 alternative it to just have the year of file creation, like leveldb > <@tobtoht> I really wish we would just remove the copyright year from the headers. It is needless maintenance. 18:13:12 I'm fine with that too. 18:14:40 In any case, such a shift from convention would be better suited for a different patch, IMO 18:14:51 I think 2025-2026 is good for now 18:16:12 I used SPDX for Feather, like the Linux kernel: 18:16:12 // SPDX-License-Identifier: BSD-3-Clause 18:16:12 // SPDX-FileCopyrightText: The Monero Project 18:17:22 That would be a bit more difficult in files where attribution is given to CryptoNote, Boolberry, etc. 18:17:35 Sorry, I meant to phrase that as a question 18:21:11 You could just another line or SPDX tag. 18:25:47 Meh, SPDX is too verbose. I think I prefer a variation from https://github.com/monero-project/monero/pull/9666#issuecomment-2659650854 with or without creation year. 18:26:16 Thing is, if you keep the creation year you'll get people trying to update it. 18:31:35 My two cents is that I agree with iamamyth in the first one being the best 18:31:56 Though it would be nice to have 2014-present or something as the year 18:35:02 Example with multiple people (tor_address.cpp): https://paste.debian.net/hidden/def4e083 18:38:38 Are we still fresh and juicy? https://github.com/monero-project/monero/commit/84ca73ea77d50815dd6ce087c8b65980d6c2d2c3 18:39:17 Anyways 18:39:26 @jpk68:matrix.org: That's fine with me tbh 18:44:14 My preference is: no year > -present > (but I'm fine with whatever we can agree to) 18:45:42 As long as it doesn't involve updating the headers on every edit or every year. 18:59:07 .merge+ 10781 10785 18:59:07 Added 18:59:39 tobtoht regarding 10781 if you want to wait until jberman adds more info it's also fine since rbrunner also wanted to review it 19:04:40 I'll give jberman a chance to respond and rbrunner a chance to review ^^