Call Delegation

Results 30 issues of Call Delegation

## Description When DevRel creates more tutorials on predicates and scripts, it's not ideal to use the same template designed for contracts and ask developers to erase everything and start...

forc

fuel-core binary's `--debug` flag conflicts with `--utxo-validation`

### What version of fuels-ts are you using? v0.73.0 ### Steps to Reproduce https://github.com/calldelegation/multisig-predicate/tree/report/signing-predicate-txn 1. Clone the repository 2. Switch to the `report/signing-predicate-txn` branch 3. Run `pnpm install` 4. In...

bug

Every time a user interacts with the application that triggers a transaction there should be a link to the block explorer

enhancement
good first issue

https://forum.fuel.network/t/how-to-interact-with-the-contract/5256/5?u=calldelegation As described in this forum post, it would be nice to load in your own address but maintain the ABI that you have written for easy interactions with an...

p2

- [x] UTXO - [x] VM Notes: ~~1. UTXO explanation needs to be much clearer than the one now it is too muddled with a non stateful version~~ 2. VM...

For example: https://github.com/FuelLabs/docs-hub/actions/runs/8443678227/job/23173027779?pr=211

**Optimization Strategies for Playwright Tests** ~~1. **Parallel Execution**: Currently, Playwright tests utilize only one worker in a single-threaded mode. However, these tests are capable of running in parallel. Implementing parallel...

- [ ] [Wallet CLI](https://docs.fuel.network/guides/quickstart/building-a-smart-contract/#setup-the-wallet-cli) - [ ] [Deployment](https://docs.fuel.network/guides/quickstart/building-a-smart-contract/#deploy-to-testnet) Wallet CLI and deployment are not tested in the playwrite test

documentation
enhancement