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.
Tons of TODOs scattered around the models and their constructors. Raise errors for things that are illegal completely and always, not just invalid according to blockchain parsing rules.
investigate how other large python projects handle this (assertions vs raising ValueError vs ...)
determine error classes
type and basic value assertions in all constructors
create unit tests for these cases to catch
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.
Tons of TODOs scattered around the models and their constructors. Raise errors for things that are illegal completely and always, not just invalid according to blockchain parsing rules.
The text was updated successfully, but these errors were encountered: