Closed
Description
Right now, (at-block)
can emit CheckError
s which cause the transaction to be invalid, as well as the block that includes it. In Stacks 2.1, we should make it so that any error emitted by (at-block)
is a RuntimeError
, so at least the transaction will be mineable and fees will be collected.