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

NewSlotExecutionOutputs filters #4834

Merged
merged 57 commits into from
Feb 6, 2025
Merged

NewSlotExecutionOutputs filters #4834

merged 57 commits into from
Feb 6, 2025

Conversation

modship
Copy link
Member

@modship modship commented Jan 24, 2025

  • document all added functions
  • try in sandbox /simulation/labnet
    • if part of node-launch, checked using the resync_check flag
  • unit tests on the added/changed features
    • make tests compile
    • make tests pass
  • add logs allowing easy debugging in case the changes caused problems
  • if the API has changed, update the API specification

@modship modship linked an issue Jan 24, 2025 that may be closed by this pull request
@modship modship added api Issues related to the API MAIN.2.6 p2 labels Jan 24, 2025
@modship modship changed the base branch from mainnet_2_3 to damir_keys_algo January 24, 2025 13:58
@modship modship marked this pull request as ready for review February 3, 2025 15:34
@modship modship requested a review from Leo-Besancon February 3, 2025 16:18
@modship modship added the blocked Issues that can't be done for now. label Feb 4, 2025
});

if exec_output.events.0.is_empty() {
return None;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make sure we want to return None and not return an empty Slot execution output instead (depending on usage)

Copy link
Collaborator

@Leo-Besancon Leo-Besancon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@modship modship changed the base branch from damir_keys_algo to main_2_6 February 4, 2025 14:28
@modship modship merged commit a4caea0 into main_2_6 Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Issues related to the API blocked Issues that can't be done for now. MAIN.2.6 p2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement remaining filters on NewSlotExecutionOutputs
3 participants