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

Refactor proposal generation to accept runner change response directly #1291

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DFINITYManu
Copy link
Contributor

The Runner::propose_subnet_change method now accepts a reference to the SubnetChangeResponse instead of cloning it. This refactoring simplifies the method call and improves performance by avoiding unnecessary copies.

11 lines of code deleted too.

The `Runner::propose_subnet_change` method now accepts a reference to the `SubnetChangeResponse`
instead of cloning it. This refactoring simplifies the method call and improves performance by
avoiding unnecessary copies.

11 lines of code deleted too.
@DFINITYManu DFINITYManu marked this pull request as ready for review February 20, 2025 12:23
@DFINITYManu DFINITYManu requested a review from a team as a code owner February 20, 2025 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant