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

Remove nullable options #2481

Merged
merged 5 commits into from
Dec 13, 2023
Merged

Remove nullable options #2481

merged 5 commits into from
Dec 13, 2023

Conversation

nytzuga
Copy link
Contributor

@nytzuga nytzuga commented Dec 13, 2023

Why this should be merged

There is no longer the need to serialize nil pointers since ava-labs/subnet-evm#762 is being solved with a more manual approach for serialization.

How this works

This removes the nil pointers (introduced in #2171)

How this was tested

The feature was not being used by parts of the code so it was only tested with unit tests

@nytzuga nytzuga changed the base branch from master to dev December 13, 2023 11:08
@nytzuga nytzuga force-pushed the remove-nullable-options branch from 7ee13dd to 37ff43e Compare December 13, 2023 11:13
@nytzuga nytzuga self-assigned this Dec 13, 2023
There is no longer the need to serialize null pointers
@nytzuga nytzuga force-pushed the remove-nullable-options branch from 37ff43e to f503086 Compare December 13, 2023 14:22
@StephenButtolph StephenButtolph added this to the v1.10.18 milestone Dec 13, 2023
@StephenButtolph StephenButtolph added the cleanup Code quality improvement label Dec 13, 2023
@StephenButtolph StephenButtolph added this pull request to the merge queue Dec 13, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 13, 2023
@StephenButtolph StephenButtolph added this pull request to the merge queue Dec 13, 2023
Merged via the queue into dev with commit 61deacc Dec 13, 2023
17 checks passed
@StephenButtolph StephenButtolph deleted the remove-nullable-options branch December 13, 2023 21:45
tedim52 pushed a commit to tedim52/avalanchego that referenced this pull request Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Code quality improvement
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants