Storing full executed transaction will quickly add up as these contain proofs and each proof could be close to 100KB. We should change this to store just the relevant info. I'd probably split this up to store:
- account delta
- input note info (need to define what exactly gets stored)
- output note info (need to define what exactly gets stored)
- maybe some other metadata (e.g., initial account state hash, final account state hash, transaction fee).
Originally posted by @bobbinth in #1614 (comment)
Storing full executed transaction will quickly add up as these contain proofs and each proof could be close to 100KB. We should change this to store just the relevant info. I'd probably split this up to store:
Originally posted by @bobbinth in #1614 (comment)