You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: