-
Guest68574
\help
-
Guest68574
exit
-
hyc
moneromooo: your commit 236d2a88e25f50e2249323d1dc71762f12a10364 seems to be under-reporting txn sizes
-
hyc
how do we get the actual txn size for an unpruned txn?
-
moneromooo
I guess you could first try to get the full tx, then the pruned one it it fails. Or pruned, thne the prunable part (and add).
-
hyc
I see, get_tx_blob fails if the prunable part is missing
-
moneromooo
if (!db->get_tx_blob(tx_id, bd)); { do stuff with full tx } else if (!db->get_tx_pruned_blob(tx_id, bd)) { do stuff with priued tx }
-
hyc
not sure why it doesn't just do what you just described, instead
-
moneromooo
Faster, no lookup needed to the prunable tx table.
-
moneromooo
But for stats, it makes sense to do what you said.
-
moneromooo
Are you doing it, or else I'll do it later today ?
-
hyc
I'll try it now
-
xmr-pr
hyc opened issue #6732: monero-blockchain-stats underreports size of prunable txs
-
xmr-pr
-
xmr-pr
hyc opened pull request #6733: Don't forget size of prunable txn part
-
xmr-pr
-
hyc
does this need to be PR'd against release branch too?
-
moneromooo
I wouldn't imagine it breaks anything, it's in an obscure tool.
-
hyc
yeah
-
hyc
and it's a tiny change
-
hyc
so txn size was under-reported by about 8x
-
xmr-pr
hyc opened pull request #6734: Don't forget size of prunable txn part [RELEASE]
-
xmr-pr
-
moneromooo
I meant it doesn't break anything so no reason to inlcude it :D
-
» moneromooo doens't really care either way
-
hyc
doh
-
hyc
well, Dr Kim was looking for reliable numbers, and the currently released code is bogus
-
moneromooo
Hmm. That guy was mentioned yesterday. I asked Who is dr kim, I got the non reply "daniel kim", which didn't help. They apparently paid for the CLSAG audit so that got me curious. Who is that ?
-
moneromooo
Same guy that shelled out for the randomx review ?
-
hyc
no
-
hyc
he's been doing speaking gigs at conferences to introduce people to monero
-
hyc
he's prepping a talk for defcon and wanted blockchain stats
-
moneromooo
Ah, thanks.
-
wizardsmoke
Defcon? isn't that shit cancelled?
-
fluffypony
yes
-
fluffypony
every year
-
sarang
Is more review desired for the CLSAG PR?
-
sarang
Code freeeze is in 2 weeks for the October upgrade
-
moneromooo
Already ? Whee.
-
sarang
August 17!
-
sarang
-
xmr-pr
hyc opened issue #6735: Add options for blockchain-stats to print daily coin emission and fees
-
xmr-pr
-
selsta
I want to include
monero-project/monero #6337 but code freeze in 2 weeks makes me doubtful it will get reviewed in time :/
-
selsta
vtnerd: can you take a look at the CI issues? ^
-
selsta
(and also at mooos comment)
-
hyc
the CI issues were a bit surprising
-
sarang
What happened with CI?
-
moneromooo
It did not find an assembler to assemble the asm.
-
moneromooo
But since it can build stuff, it presumably has gas somewhere. So.. cmake's fault maybe ? :)
-
moneromooo
Or maybe some quirky install.