Skip to content
This repository was archived by the owner on Feb 20, 2023. It is now read-only.
This repository was archived by the owner on Feb 20, 2023. It is now read-only.

First pass implementation of is_valid() for all Message types #7

Description

@sambarnes

The majority of the validation rules can be applied without the need for a built up blockchain state. These rules can be seen at a high level in Who's forum post, while the fine details should be double checked in factomd code.

  • add is_valid(self) function stub to all Message classes
  • implement validation rules that do not require state
  • insert TODOs for rules that were skipped that do require state and create tickets for the work
  • write unit tests

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions