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 was 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
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.