Skip to content

Implement Metadata validation #489

@golddydev

Description

@golddydev

Story

While implementing UTxOW rules, Tx Metadata check is missing.

Description

Rules:

  • MissingTxBodyMetadataHash Tx has Metadata but no hash
  • MissingTxMetadata Tx has metadata hash, but no Metadata
  • ConflictingMetadataHash Metadata hash mismatch with its content
  • InvalidMetadata

Acceptance Criteria

  • Add functions to check Metadata rules
  • Add test cases with mock transaction
  • Integrate to omnibus process

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions