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
There currently are ASTRules::Typical and ASTRules::PreCheckSize.
Basically, PrecheckSize rules are a further constraint atop the Typical rules -- i.e. pre-check the size of the expression stack depth when parsing (i.e. before type-checking). PreCheckSize is required for POST epoch 2.1 rules. However, it is possible that PRE epoch 2.1 rules could also include these PreCheckSize and consensus not break. If so, then we drop ASTRules altogether and make the PrecheckSize code paths the only code paths.