GasCosts.CALL_VALUE is a hardcoded literal (Uint(10300)) carrying its derivation only in a comment (# ACCOUNT_WRITE + CALL_STIPEND). We would prefer to write it directly as ACCOUNT_WRITE + CALL_STIPEND, so the value is self-documenting and tracks any change to its components. This is currently blocked by a conflict between Python class-body scoping and the PatchHygiene spec lint.
Raised during review of #2972:
#2972 (comment)
GasCosts.CALL_VALUEis a hardcoded literal (Uint(10300)) carrying its derivation only in a comment (# ACCOUNT_WRITE + CALL_STIPEND). We would prefer to write it directly asACCOUNT_WRITE + CALL_STIPEND, so the value is self-documenting and tracks any change to its components. This is currently blocked by a conflict between Python class-body scoping and thePatchHygienespec lint.Raised during review of #2972:
#2972 (comment)