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

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

Open
4 tasks
sambarnes opened this issue Jul 12, 2019 · 0 comments
Open
4 tasks

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

sambarnes opened this issue Jul 12, 2019 · 0 comments

Comments

@sambarnes
Copy link
Owner

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant