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

chore(sns): Remove neuron_parameters from ClaimSwapNeuronsRequest on SNS Governance's side #1297

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

anchpop
Copy link
Contributor

@anchpop anchpop commented Sep 3, 2024

The field is deprecated and no longer supported. This change is safe because neuron_parameters was already not supported by Governance, this just removes the field entirely from the request it expects.

← Previous PR

@anchpop anchpop requested a review from a team as a code owner September 3, 2024 11:34
@github-actions github-actions bot added the chore label Sep 3, 2024
@anchpop anchpop changed the title chore(sns): Remove neuron_parameters from ClaimSwapNeuronsRequest chore(sns): Remove neuron_parameters from ClaimSwapNeuronsRequest on SNS Governance's side Sep 3, 2024
@anchpop anchpop requested review from a team as code owners September 3, 2024 15:41
@anchpop anchpop force-pushed the @anchpop/claim-swap-neurons-request-duplication branch from b1d3dfc to 9670985 Compare September 3, 2024 15:41
@anchpop anchpop force-pushed the @anchpop/NNS1-3305 branch 3 times, most recently from e14d74c to b54ddd7 Compare September 4, 2024 17:05
@anchpop anchpop force-pushed the @anchpop/claim-swap-neurons-request-duplication branch from 4b84e61 to e5ded0d Compare September 4, 2024 19:31
@anchpop anchpop force-pushed the @anchpop/NNS1-3305 branch 2 times, most recently from dbe6f88 to b54cac9 Compare September 4, 2024 19:32
@anchpop anchpop force-pushed the @anchpop/claim-swap-neurons-request-duplication branch from e5ded0d to 42ca540 Compare September 4, 2024 19:32
@anchpop anchpop force-pushed the @anchpop/claim-swap-neurons-request-duplication branch 3 times, most recently from 7955941 to a217819 Compare September 4, 2024 21:15
github-merge-queue bot pushed a commit that referenced this pull request Sep 4, 2024
…on in SNS Governance can be changed independently (#1295)

This will allow us to remove the `NeuronParameters` field from
Governance. This extra rigamarole is required because the field is not
optional, so we need to make sure the callee is not expecting it before
the caller stops providing it in the request.

Once #1297 is released, this PR should be reverted. With that in mind,
I've implemented it optimizing for revert-ability. This means avoiding
doing refactors that would potentially be painful to revert, if the code
continued to change between now and then.

[Next PR →](#1297)
Base automatically changed from @anchpop/claim-swap-neurons-request-duplication to master September 4, 2024 21:48
@anchpop anchpop enabled auto-merge September 5, 2024 16:00
@anchpop anchpop added this pull request to the merge queue Sep 5, 2024
Merged via the queue into master with commit 6216090 Sep 5, 2024
24 checks passed
@anchpop anchpop deleted the @anchpop/NNS1-3305 branch September 5, 2024 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants