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

fix: propagate DontUseAllocationManager flag between builders configs #581

Merged

Conversation

maximopalopoli
Copy link
Contributor

What Changed?

The flag DontUseAllocationManager in config variables does not propagate between builders. This means that if a user of SDK sets this attribute as true in the config passed to BuildClients function, then this flag is dismissed when creating new config files for creation of avsregistry and elcontracts readers and writers. This PRs changes this by setting those attributes with the value setted on config parameter.

Reviewer Checklist

  • Code is well-documented
  • Code adheres to Go naming conventions
  • Code deprecates any old functionality before removing it

@maximopalopoli maximopalopoli changed the title fix: propagate DontUseAllocationManager flag between configs fix: propagate DontUseAllocationManager flag between builders configs Feb 20, 2025
@maximopalopoli maximopalopoli marked this pull request as ready for review February 20, 2025 19:30
@MegaRedHand MegaRedHand added this pull request to the merge queue Feb 20, 2025
@MegaRedHand MegaRedHand added the changelog-fixed [changelog] PR fixes a bug label Feb 20, 2025
Merged via the queue into Layr-Labs:dev with commit 18aeb19 Feb 20, 2025
12 checks passed
@MegaRedHand MegaRedHand deleted the fix/propagate-dont-use-alloc-mgr branch February 20, 2025 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog-fixed [changelog] PR fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants