In some functions like get-block-info? and var-set, we only require a minimum argument count as opposed to an exact argument count. I think we should require an exact argument count in 2.1, so that failure to supply the right number of arguments results in a CheckError instead of an InterpreterError.
Duplicate of https://github.com/stacks-network/stacks-blockchain/issues/3117:
In some functions like
get-block-info?
andvar-set
, we only require a minimum argument count as opposed to an exact argument count. I think we should require an exact argument count in 2.1, so that failure to supply the right number of arguments results in a CheckError instead of an InterpreterError.Note, this change did not get included in 2.1.