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

Implemented Block equivocation without unit tests #640

Merged
merged 4 commits into from
Dec 10, 2024

Conversation

osrib
Copy link
Collaborator

@osrib osrib commented Dec 4, 2024

Implemented Block equivocation via creating map per slot to keep information about produced blocks buy authorities in given slot.

Checklist:

  • I have read the contributing guidelines.
  • My PR title matches the Conventional Commits spec.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@nistanimirov nistanimirov linked an issue Dec 4, 2024 that may be closed by this pull request
# Conflicts:
#	src/main/java/com/limechain/babe/BlockProductionVerifier.java
#	src/main/java/com/limechain/storage/block/BlockHandler.java
#	src/test/java/com/limechain/babe/BlockProductionVerifierTest.java
@LimeChain LimeChain deleted a comment from Zurcusa Dec 5, 2024
@Zurcusa
Copy link
Collaborator

Zurcusa commented Dec 5, 2024

Resolve conflicts from dev branch.

@osrib osrib merged commit 8cc050d into dev Dec 10, 2024
3 checks passed
@osrib osrib deleted the #632-Implement-Block-equivocation branch December 10, 2024 16:37
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.

Implement Block equivocation
4 participants