-
jeffro256[m].merges
-
xmr-pr8572 8575 8602 8603 8604 8610 8611 8615 8616 8618 8627 8628 8635 8636 8642
-
MajesticBanknot sure is it good channel, did monero had like whole codebase audit recently?
-
MajesticBankI imagine a lot of parties would be interested to donate to this cause
-
MajesticBankmyself included
-
jeffro256[m]AFAIK, Monero has never done a whole codebase audit because that would be nearly impossible IMO
-
jeffro256[m]There's ~319,000 lines of code in both the contrib/ and src/ directories
-
jeffro256[m]Usually audits happen on specific, very critical portions of the code so that the audit is manageable and the most resources go towards making sure the core is correct
-
nikg83[m]<MajesticBank> "myself included" <- You can start with hackathons and submit findings to devs
-
NorrinRaddThere should be some bounties for refactoring / organization
-
mrnaifHi! How to parse payment id out of tx extra data?
-
mrnaifI am using the code from this python lib: github.com/monero-ecosystem/monero-…/master/monero/transaction/extra.py
-
mrnaifIs it pubkeys or maybe nonce by any chance, or should I write custom parsing code?
-
selsta
-
selstadoes this help?
-
hycI thought payment ids are extinct
-
selstaencrypted ones are still alive
-
mrnaifAh, so nonce is encrypted payment id most likely. And how to decrypt it?
-
selstaI assume payment-id support is built in to the library
-
selsta
-
selstaline 156 for example
-
selstaor maybe I don't fully understand what you are trying to do