Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support heap types (Vector, Bytes, StdString) return from scripts #1187

Closed
camsjams opened this issue Aug 14, 2023 · 3 comments
Closed

Support heap types (Vector, Bytes, StdString) return from scripts #1187

camsjams opened this issue Aug 14, 2023 · 3 comments
Assignees
Labels
feat Issue is a feature

Comments

@camsjams
Copy link
Contributor

camsjams commented Aug 14, 2023

Motivation

Requirements:

See also: FuelLabs/fuels-rs#866

Usage example

No response

Possible implementations

  • Add return for Vectors for Scripts
  • Add return for Bytes for Scripts
  • Add return for RawSlice for Scripts
  • Add return for StdStrings for Scripts
@camsjams camsjams changed the title support heap types return from scripts Support heap types return from scripts Aug 21, 2023
@Dhaiwat10 Dhaiwat10 self-assigned this Aug 21, 2023
@Dhaiwat10
Copy link
Member

Partially blocked: FuelLabs/fuels-rs#866 (comment)

@camsjams camsjams changed the title Support heap types return from scripts Support heap types (Vector, Bytes) return from scripts Sep 21, 2023
@camsjams camsjams changed the title Support heap types (Vector, Bytes) return from scripts Support heap types (Vector, Bytes) return from scripts Sep 21, 2023
@camsjams camsjams changed the title Support heap types (Vector, Bytes) return from scripts Support heap types (Vector, Bytes, StdString) return from scripts Sep 21, 2023
@arboleya arboleya added the feat Issue is a feature label Dec 8, 2023
@Dhaiwat10 Dhaiwat10 removed their assignment Dec 11, 2023
@arboleya arboleya added mainnet and removed blocked labels Feb 14, 2024
@arboleya arboleya added the epic label May 15, 2024
@Voxelot
Copy link
Member

Voxelot commented May 15, 2024

only remaining work here is for RawSlice

@danielbate
Copy link
Member

This was fixed by #2050. As @Voxelot mentions there is still an issue with raw_slice, however we have that tracked individually in #1344. So will close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat Issue is a feature
Projects
None yet
Development

No branches or pull requests

5 participants