15:00:56 rucknium: MRL meeting in this room in two hours.
17:00:34 rucknium: Meeting time! https://github.com/monero-project/meta/issues/1349
17:00:36 rucknium: 1. Greetings
17:01:31 boog900: Hi
17:01:35 jberman: waves
17:02:31 vtnerd: yi
17:02:33 vtnerd: *hi
17:02:46 rbrunner: Hello
17:03:17 rucknium: 2. Updates. What is everyone working on?
17:05:01 vtnerd: me: finally looking at the 0-conf issue in fcmp++/monerod/lws. Otherwise was working on the new /feed (/push) protocol on lws
17:06:05 rbrunner: Wrote a report after completing my investigation into Polyseed use in Monero wallets: https://github.com/tevador/polyseed/issues/13#issuecomment-3980281619
17:06:43 jberman: me: prepared FCMP++ crypto for audit, the PR's are upstreamed to the monero repo, reviewed jeffro's FCMP++ scaling PR, implemented the wallet-side max fee
17:07:01 boog900: I have finally opened the PR to update cuprates databases to the new tapes db and fjall. Once this is merged cuprate will have a smaller and faster DB. Especially noticeable on HDDs or other storage I/O constrained computers.
17:08:00 rucknium: 3. FCMP code integration audit overview (https://github.com/seraphis-migration/monero/issues/294).
17:09:28 jberman: All the PR's there are open, planning to communicate with audit firms in this next week to audit those PR's
17:10:14 jberman: Will get quotes, and then aiming to use that as a basis for a CCS to then raise funds for all 4 stages of the audit
17:12:23 rucknium: Sounds good to me. Anything more on this agenda item?
17:12:45 jberman: nothin from me
17:13:13 rucknium: 4. FCMP alpha stressnet (https://monero.town/post/6763165).
17:14:37 jberman: No update on alpha. The only current lingering item is that 0-conf issue vtnerd mentioned. I think we're in position to remove alpha from the agenda and move on to beta
17:17:14 rucknium: Can --max-connections-per-ip be set to 10 by default for beta stressnet?
17:17:40 rucknium: Helps when multiple nodes are behind the same IP address.
17:19:59 jberman: it currently defaults to 100 looks like, you want it limited further?
17:20:14 rucknium: I thought it's 1
17:20:42 rucknium: Nevermind if it's already set to 100.
17:21:19 jeffro256: Howdy sorry I'm late
17:23:51 rucknium: 5. Any other business.
17:24:07 jberman: @rucknium: reviewing
17:26:06 jeffro256: https://github.com/monero-project/monero/blob/ea9be68fb66f66605d857e1ee13e92fb1d50423b/src/p2p/net_node.cpp#L172
17:26:10 jberman: I think what I mentioned was for RPC, and you're right p2p max is 1. I don't see an issue with raising that to 10
17:26:51 jeffro256: RPC is 3 https://github.com/monero-project/monero/blob/ea9be68fb66f66605d857e1ee13e92fb1d50423b/src/cryptonote_config.h#L133
17:28:17 jeffro256: I also don't see an isue raising the default for stressnet. I can add it to the TODO list
17:28:32 jberman: I was (mistakenly) corresponding that daemon flag with this default: https://github.com/monero-project/monero/blob/ea9be68fb66f66605d857e1ee13e92fb1d50423b/src/cryptonote_config.h#L135
17:29:09 rucknium: You can mark the commit raising it to 10 as only for stressnet. The Monero Research Computing Cluster, i.e. the source of much of the tx spam, usually has multiple nodes behind a single IP.
17:31:29 rucknium: We can end the meeting here. Thanks everyone.
17:33:46 jeffro256: Thanks everyone