This PR will let us make a tx variant that doesn't require that we write new cryptonote tx structs, but also lets us drop internal caches (for the most part, there's still stuff in rct::rctSig.
Leaving this PR here for now since it would mainly just be useful for Seraphis migration.
This PR will let us make a tx variant that doesn't require that we write new cryptonote tx structs, but also lets us drop internal caches (for the most part, there's still stuff in
rct::rctSig
.Leaving this PR here for now since it would mainly just be useful for Seraphis migration.