[Optimization] Replace `call` & `dryCall` with their optimized versions
Open
@m-Peter is already working on this.
Since Mar 16, 2026.
- Dominant language
- Cadence
- Stars
- 9
- Forks
- 3
- Avg merge
- 1h 45m
- Merged PRs (30d)
- 2
Description
Now that we have CadenceOwnedAccount.callWithSigAndArgs & CadenceOwnedAccount.dryCallWithSigAndArgs, we can replace usages of CadenceOwnedAccount.call and CadenceOwnedAccount.dryCall, to optimize for computation costs.
Related issue: https://github.com/onflow/flow-go/issues/8401
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.