Need to check if the instance exist before using it (will not record issues in fulfillment pallet, since this pallet will be removed)
After the block has been initialized, each valid extrinsic is executed in order of transaction priority. Extrinsics must not cause a panic in the runtime logic or else the system becomes vulnerable to attacks where users can trigger computational execution without any punishment. --Substrate Developer Hub
https://github.com/automata-network/automata/blob/3b11d5502f66908a190f02613e630caac80f0a4c/pallets/attestor/src/lib.rs#L218-L219
After the block has been initialized, each valid extrinsic is executed in order of transaction priority. Extrinsics must not cause a panic in the runtime logic or else the system becomes vulnerable to attacks where users can trigger computational execution without any punishment.
--Substrate Developer Hub https://github.com/automata-network/automata/blob/3b11d5502f66908a190f02613e630caac80f0a4c/pallets/attestor/src/lib.rs#L218-L219