-
m-relay<rucknium:monero.social> What is the status of FCMP pruning? Is the size of pruned FCMP txs known?
-
m-relay<ofrnxmr:monero.social> All ik is that a pruned db is about half the size of full db on stessnet, where all but ~7gb (full) is fcmp
-
m-relay<ofrnxmr:monero.social> That doesnt answer your question, but just an observation
-
m-relay<jeffro256:monero.social> The ratio should be lower on mainnet b/c the testnet history is dominated by lots and lots of empty blocks
-
m-relay<jeffro256:monero.social> Yes it's known, I can generate a table today
-
m-relay<rucknium:monero.social> That would be great. Thank you. I am looking at github.com/ArticMine/Monero-Documents/blob/master/TXSize2025R06.ods
-
m-relay<rucknium:monero.social> `get_transactions` with `decode_as_json:true` still has some elements named as RingCT, e.g. `rct_signatures` and `rctsig_prunable`. Is that intended?
-
m-relay<jeffro256:monero.social> Yes, you need to call with `prune=true`
-
m-relay<jeffro256:monero.social> `rct_signatures` will always be present b/c it contains info like RingCT version, fee, and output amount commitments (which are needed to scan RingCT txs)
-
m-relay<jeffro256:monero.social> A pruned transaction shouldn't contain the `rctsig_prunable` field though