sway/forc-plugins
zees-dev b54fce7727
Some checks failed
CI / forc-fmt-check-panic (push) Has been cancelled
CI / forc-fmt-check-sway-lib-std (push) Has been cancelled
CI / forc-fmt-check-sway-examples (push) Has been cancelled
CI / cargo-fmt-check (push) Has been cancelled
Codspeed Benchmarks / benchmarks (push) Has been cancelled
CI / build-reference-examples (push) Has been cancelled
CI / check-dependency-version-formats (push) Has been cancelled
CI / check-forc-manifest-version (push) Has been cancelled
CI / get-fuel-core-version (push) Has been cancelled
CI / build-sway-lib-std (push) Has been cancelled
CI / build-sway-examples (push) Has been cancelled
CI / check-sdk-harness-test-suite-compatibility (push) Has been cancelled
CI / build-mdbook (push) Has been cancelled
CI / build-forc-doc-sway-lib-std (push) Has been cancelled
CI / build-forc-test-project (push) Has been cancelled
CI / cargo-build-workspace (push) Has been cancelled
CI / cargo-clippy (push) Has been cancelled
CI / cargo-toml-fmt-check (push) Has been cancelled
CI / cargo-run-e2e-test-evm (push) Has been cancelled
CI / cargo-test-lib-std (push) Has been cancelled
CI / forc-run-benchmarks (push) Has been cancelled
CI / forc-unit-tests (push) Has been cancelled
CI / forc-pkg-fuels-deps-check (push) Has been cancelled
CI / cargo-test-sway-lsp (push) Has been cancelled
CI / cargo-test-forc (push) Has been cancelled
CI / cargo-test-workspace (push) Has been cancelled
CI / cargo-unused-deps-check (push) Has been cancelled
CI / pre-publish-check (push) Has been cancelled
github pages / deploy (push) Has been cancelled
CI / verifications-complete (push) Has been cancelled
CI / cargo-run-e2e-test (push) Has been cancelled
CI / cargo-run-e2e-test-release (push) Has been cancelled
CI / cargo-test-forc-debug (push) Has been cancelled
CI / cargo-test-forc-client (push) Has been cancelled
CI / cargo-test-forc-node (push) Has been cancelled
CI / notify-slack-on-failure (push) Has been cancelled
CI / publish (push) Has been cancelled
CI / publish-sway-lib-std (push) Has been cancelled
CI / Build and upload forc binaries to release (push) Has been cancelled
feat: forc-call inline abi support (#7270)
## Description

This pull request introduces a enhancement to the ABI handling in the
`forc-client` plugin by replacing the `Either<PathBuf, Url>` type with a
new `AbiSource` enum.
This improves flexibility and usability by supporting ABI sources as
file paths, URLs, or raw JSON strings.
Additionally, it simplifies related code and updates documentation and
tests accordingly.

This represents an additional optional for callers to use forc-call with
an ABI available at-hand without needing to write to a file first.

## Checklist

- [ ] I have linked to any relevant issues.
- [ ] I have commented my code, particularly in hard-to-understand
areas.
- [ ] I have updated the documentation where relevant (API docs, the
reference, and the Sway book).
- [ ] If my change requires substantial documentation changes, I have
[requested support from the DevRel
team](https://github.com/FuelLabs/devrel-requests/issues/new/choose)
- [ ] I have added tests that prove my fix is effective or that my
feature works.
- [ ] I have added (or requested a maintainer to add) the necessary
`Breaking*` or `New Feature` labels where relevant.
- [ ] I have done my best to ensure that my PR adheres to [the Fuel Labs
Code Review
Standards](https://github.com/FuelLabs/rfcs/blob/master/text/code-standards/external-contributors.md).
- [ ] I have requested a review from the relevant team or maintainers.

---------

Co-authored-by: z <zees-dev@users.noreply.github.com>
2025-07-04 08:01:13 +00:00
..
forc-client feat: forc-call inline abi support (#7270) 2025-07-04 08:01:13 +00:00
forc-crypto Bump fuel deps (#7228) 2025-06-23 13:05:53 +04:00
forc-debug Stabilize ABI errors (#7241) 2025-06-23 10:37:35 +00:00
forc-doc Add workspace support to forc-doc (#7268) 2025-07-04 00:40:11 -07:00
forc-fmt Add support for experimental features in the parsing phase (#7124) 2025-04-29 11:36:37 +12:00
forc-lsp Move all crate dependencies to the workspace Cargo.toml (#6179) (#6563) 2024-09-21 09:48:34 +10:00
forc-migrate fix: typo in comment for forc-migrate (#7269) 2025-07-01 18:23:28 +12:00
forc-node Bump fuel deps (#7228) 2025-06-23 13:05:53 +04:00
forc-publish feat: implicitly depend on std from registry, not via git (#7204) 2025-06-04 18:11:45 +12:00
forc-tx forc-call logs support (#6968) 2025-03-01 14:26:16 +13:00