Skip to content

feat(validator): missing transaction metadata handling #3042

@t00ts

Description

@t00ts

In the validator execution, we're ignoring certain metadata:

  • class info
  • paid fee on L1
  • deployed contract address

This is fine now because:

  • We're only using L1Handler transactions (simple, no class info needed)
  • Current tests focus on batch execution logic, not perfect transaction validation
  • We're not testing Declare or DeployAccount transactions

But for production use, these would cause failures.

See also #3041

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions