Eric Ren
Eric Ren
I think for 3) having the blockID in transaction result would be sufficient @bfbachmann
I find the label feature quite useful for automated slack notifications, maybe get that in separately from the issue body file feature?
to implement this my understanding is we'd modify the event type here: https://github.com/onflow/cadence/blob/master/runtime/stdlib/flow.go#L217 then emit the corresponding information here: https://github.com/onflow/cadence/blob/master/runtime/stdlib/account.go#L627 and update/add tests. if this seems right I'll attempt a...