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

Extract types from fuel-core-client into a separate no_std compatible crate #1212

Closed
xgreenx opened this issue Jun 13, 2023 · 4 comments
Closed
Assignees
Labels
graphql-api Affects API of the GraphQL

Comments

@xgreenx
Copy link
Collaborator

xgreenx commented Jun 13, 2023

Extract types from fuel-core-client into a separate no_std compatible crate.

  • Create a new fuel-core-client-types crate with schema inside
  • Update CI to check that we can compile this crate with wasm32-unknown-unknown
  • Update ci_checks.sh script
@xgreenx xgreenx added the graphql-api Affects API of the GraphQL label Jun 13, 2023
@ra0x3
Copy link

ra0x3 commented Jun 13, 2023

  • Just an FYI that I tried (slash am trying) to implement this.
  • @xgreenx would this involve moving types and schema?
  • Also, how do I (if it's needed) invoke this build.rs script?
  • (Totally fine to punt on this if you think someone on your team can do this faster/better)

@ra0x3
Copy link

ra0x3 commented Jun 16, 2023

@xgreenx Just an FYI I synced w/ @Voxelot about this and he mentioned I should probably leave this to you and your team (as you guys could tackle it much quicker)

@xgreenx
Copy link
Collaborator Author

xgreenx commented Jun 16, 2023

It is blocked by FuelLabs/fuel-vm#443

@xgreenx
Copy link
Collaborator Author

xgreenx commented Nov 7, 2023

Fixed in the #1411

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
graphql-api Affects API of the GraphQL
Projects
None yet
Development

No branches or pull requests

3 participants