-
br-m
<jberman> In advance of the meeting today (I unfortunately won't be able to attend today), here is the latest proposed audit plan for the FCMP++ integration:
seraphis-migration/monero #294
-
br-m
<jberman> After discussions with @jeffro256 , we decided to open all crypto PR's upstream to the Monero master branch, and then we'd have those PR's audited. I'm currently finalizing those PR's, then will reach out to audit firms once ready (likely Cypher Stack)
-
br-m
<jberman> Re: alpha stressnet, all looks good for beta
-
br-m
<jberman> Re: beta stressnet, we're working through outstanding tasks still
-
br-m
<sgp_> No update from me other than money pls (re divisors)
-
plowsof
ack
-
br-m
<rucknium> MRL meeting in this room in two hours.
-
br-m
<jeffro256> Unfortunately I am traveling today , so I also won't be able to make the meeting , but Cyperstack completed their audit of carrot_core!
github.com/cypherstack/carrot_core-audit
-
br-m
<rucknium> Meeting time!
monero-project/meta #1343
-
br-m
<rucknium> 1. Greetings
-
br-m
<rucknium> ( @jberman:monero.social and @jeffro256:monero.social said they cannot attend the meeting today.)
-
rbrunner
Hello
-
plowsof
๐
-
br-m
<rucknium> This may be a short meeting ๐
-
br-m
<rucknium> 2. Updates. What is everyone working on?
-
rbrunner
Looking further into Polyseed implementations, with slow speed
-
br-m
<rucknium> me: For the next couple of weeks at least I won't have work updates. I need to reset, recharge, and return to my projects with fresher eyes. I will still chair MRL meetings, if that is ok with everyone.
-
rbrunner
I would be very surprised if not :)
-
nioc
rucknium please do <3
-
br-m
<rucknium> Sounds good :)
-
br-m
<rucknium> 3. FCMP code integration audit overview (
seraphis-migration/monero #294).
-
br-m
<rucknium> I will quote @jberman:monero.social from before the meeting:
-
br-m
<rucknium> > In advance of the meeting today (I unfortunately won't be able to attend today), here is the latest proposed audit plan for the FCMP++ integration:
seraphis-migration/monero #294
-
br-m
<rucknium> > After discussions with @jeffro256 , we decided to open all crypto PR's upstream to the Monero master branch, and then we'd have those PR's audited. I'm currently finalizing those PR's, then will reach out to audit firms once ready (likely Cypher Stack)
-
br-m
<rucknium> Any comments on this plan?
-
rbrunner
Looking from the outside, sounds reasonable, and personally I trust the persons involved to find a good path forward
-
br-m
<rucknium> 4. carrot-core implementation audit (
github.com/cypherstack/carrot_core-audit).
-
br-m
<rucknium> This was posted just yesterday. AFAIK, @jbabb:cypherstack.com was the lead person on this.
-
rbrunner
5 pages? Well, maybe that all it needs ...
-
br-m
<rucknium> DataHoarder[m] might find the report interesting because DataHoarder has re-implemented a lot of CARROT in Go. I think.
-
rbrunner
Well yes, if the audit compares code with the spec, and code is ok, the result really is a quite short report. No problem :)
-
rbrunner
Does not mean at all of course that this comparison was only little work.
-
br-m
<rucknium> Any more comments on the audit report for now? It was just posted, so everyone can have time to digest and bring up opinions later if desired.
-
br-m
<rucknium> 5. FCMP alpha stressnet (
monero.town/post/6763165).
-
br-m
<rucknium> Quoting @jberman:monero.social :
-
br-m
<rucknium> > Re: alpha stressnet, all looks good for beta
-
br-m
<rucknium> > Re: beta stressnet, we're working through outstanding tasks still
-
rbrunner
Can't comment, don't take part
-
rbrunner
People seem to have fun however, judging from the talk in the room
-
br-m
<rucknium> I have the alpha stressnet blockchain size at 226 GB, unpruned . I will be glad when it's reset for beta stressnet ๐
-
br-m
<rucknium> Anything more on stressnet?
-
br-m
<rucknium> We can end the meeting here. Thanks everyone.
-
plowsof
thanks Rucknium!
-
rbrunner
+1
-
DataHoarder
yeah. I think I have a few specifics missing but most is there. I'll read when I have some time
-
DataHoarder
^ I had to cleanup and stopped running it, will be back for beta
-
DataHoarder
randomx v2 is merged upstream, beta had an item for having commitments
-
DataHoarder
would that also now also include v2 testing (if commitments make it to beta stressnet?)
-
br-m
<jeffro256> That's not a bad idea at all
-
br-m
<jeffro256> I imagine it would break p2pool, XMRIG , etc, though
-
br-m
<jeffro256> Doesn't @sech1 also maintain xmrig ? Is there a planned deadline for xmrig support ?
-
sech1
v2 code is already in xmrig dev branch
-
sech1
P2Pool also updated RandomX repo
-
br-m
<jeffro256> Perfect, I'll work on v2 support for beta stressnet then
-
sech1
for v2 commitments, you'll also need to define where in the block template to put them, and add them to the "submit_block" RPC
-
sech1
not block template, but the block itself. Commitment is not a part of block template/block hashing blob
-
DataHoarder
> I imagine it would break p2pool
-
DataHoarder
^ the one that can mine in stressnet is go-p2pool not main P2Pool yet :)
-
DataHoarder
and I do have go-randomx supporting V2 (and would support RandomX new release if one comes too)
-
DataHoarder
sech1 would swoop in later when carrot/targets have more or less stabilized, as also all the carrot stuff has to make it in onto p2pool
-
DataHoarder
block header, yeah