Skip to content

Commit 8c0cc20

Browse files
authored
chore: Change blob ID calculation in forc-deploy to use configurables offset (#6991)
## Description Closes #6990 The main change here is switching from using the data section offset to using the configurables offset in the blob loader in forc-deploy. TODO: update the loader-abi.json test file(s) once deployment to testnet is working. ## Checklist - [ ] I have linked to any relevant issues. - [ ] I have commented my code, particularly in hard-to-understand areas. - [ ] I have updated the documentation where relevant (API docs, the reference, and the Sway book). - [ ] If my change requires substantial documentation changes, I have [requested support from the DevRel team](https://github.com/FuelLabs/devrel-requests/issues/new/choose) - [ ] I have added tests that prove my fix is effective or that my feature works. - [ ] I have added (or requested a maintainer to add) the necessary `Breaking*` or `New Feature` labels where relevant. - [ ] I have done my best to ensure that my PR adheres to [the Fuel Labs Code Review Standards](https://github.com/FuelLabs/rfcs/blob/master/text/code-standards/external-contributors.md). - [ ] I have requested a review from the relevant team or maintainers.
1 parent be5ecbd commit 8c0cc20

File tree

7 files changed

+320
-376
lines changed

7 files changed

+320
-376
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ benchmarks/
2828
# Generated files in test directories
2929
sway-lsp/tests/**/Forc.lock
3030
forc-plugins/forc-debug/tests/**/Forc.lock
31+
forc-plugins/forc-client/test/**/Forc.lock
3132

3233
# Generated files in example directories
3334
examples/**/*/Forc.lock

0 commit comments

Comments
 (0)