| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-10-20 | 1.2 kB | |
| v0.76.0 source code.tar.gz | 2025-10-20 | 365.5 kB | |
| v0.76.0 source code.zip | 2025-10-20 | 678.3 kB | |
| Totals: 3 Items | 1.0 MB | 0 | |
What's Changed
- chore: remove patch branch from e2e
Cargo.tomlby @ironcev in https://github.com/FuelLabs/fuels-rs/pull/1693 - Bump rust to 1.90 by @zees-dev in https://github.com/FuelLabs/fuels-rs/pull/1694
- chore(deps): bump fuel-core and fuel-vm deps, add owner TxPolicy by @rymnc in https://github.com/FuelLabs/fuels-rs/pull/1697
- chore(version): bump version to 0.76.0 and make test clearer by @rymnc in https://github.com/FuelLabs/fuels-rs/pull/1698
New transaction policy "Owner"
This allows you to set the owner of the transaction as described in https://github.com/FuelLabs/fuel-specs/pull/618
Breaking changes
- Receipts in
FailureandSuccessstates of transactions are now wrapped in anArc TxStatus::take_receipts_checkedandTxStatus::take_receiptsnow returnArc<Vec<Receipt>>ReceiptParser::extract_contract_call_dataandReceiptParser::extract_script_datanow returnOption<Bytes>, whereBytesis an optimized type fromfuel-typesv0.65.0
New Contributors
- @ironcev made their first contribution in https://github.com/FuelLabs/fuels-rs/pull/1693
Full Changelog: https://github.com/FuelLabs/fuels-rs/compare/v0.75.1...v0.76.0