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 for verified ABIs #1588

Open
digorithm opened this issue Jan 30, 2025 · 0 comments · May be fixed by #1593
Open

Support for verified ABIs #1588

digorithm opened this issue Jan 30, 2025 · 0 comments · May be fixed by #1593
Assignees
Labels
enhancement New feature or request

Comments

@digorithm
Copy link
Member

The Rust SDK needs to change blob ID calculation to match bytecode ID, since mainnet now relies on blobs instead of source bytecode. This requires:

  • Changing bytecode ID logic → Split at configurables offset instead of data section offset.
  • Using bytecode ID for blob uploads instead of the current blob ID method.
  • Coordinated rollout → Ensure safe deployment without breaking scripts, predicates, or contracts.

The TS SDK implementation can be found here: FuelLabs/fuels-ts#3631.

@digorithm digorithm added the enhancement New feature or request label Jan 30, 2025
@Salka1988 Salka1988 self-assigned this Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants