Skip to content

Only store the batch manifest #506

@peterbroadhurst

Description

@peterbroadhurst

A couple of important things have clicked into place:

When you add all these together, the only reason you need to store the full batch is because the on-chain transaction contains a hash that is a function of the entire batch payload.

If instead we did the following small things:

  • Include the TX type/ID in the manifest
  • Include the batch ID in the manifest
  • Make the hash of a batch, a function only of the manifest

... then all we would need to store is the manifest.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions