Skip to content

Split Validator DB data #1715

@sergerad

Description

@sergerad

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    validatorRelated to the validator component

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions