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

8934 inclusion list pool #9013

Merged
merged 2 commits into from
Jan 17, 2025

Conversation

mehdi-aouadi
Copy link
Contributor

PR Description

Add InclusionListPool skeleton

Fixed Issue(s)

fixes #8934

Documentation

  • I thought about documentation and added the doc-change-required label to this PR if updates are required.

Changelog

  • I thought about adding a changelog entry, and added one if I deemed necessary.

@mehdi-aouadi mehdi-aouadi changed the base branch from master to focil January 17, 2025 17:01
@mehdi-aouadi mehdi-aouadi merged commit d7ffd90 into Consensys:focil Jan 17, 2025
4 of 7 checks passed
@mehdi-aouadi mehdi-aouadi deleted the 8934-inclusion-list-pool branch January 17, 2025 17:02
mehdi-aouadi added a commit that referenced this pull request Jan 17, 2025
* add inclusion list pool skeleton
@Override
public synchronized void onSlot(final UInt64 slot) {}

public void add(final SignedInclusionList signedInclusionList) {}

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'signedInclusionList' is never used.
return SafeFuture.completedFuture(InternalValidationResult.ACCEPT);
}

public List<SignedInclusionList> getInclusionLists(final UInt64 slot) {

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'slot' is never used.
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.

Gossip layer
1 participant