forc call support empty `--external-contracts` flag
Open
forc-call
good first issue
team:tooling
- Dominant language
- Rust
- Stars
- 0
- Forks
- 0
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 3
Description
Currently, there is no way to explicitly pass in **empty** external contracts.
### Context
This causes the forc call functionality to always run `determine_missing_contracts` (which makes RPC calls).
In some scenarios, users may not want to explicitly make RPC calls (reduce latency) and/or may already know that the contract does not integrate with any other contracts.
Hence, forc-call CLI should allow one to explicitly specify no external contract calls are needed.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.