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

548 Implement Secondary slots #589

Draft
wants to merge 9 commits into
base: dev
Choose a base branch
from
Draft

Commits on Oct 29, 2024

  1. feat: added skeleton for claiming secondary slot

    Georgi Grigorov committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    818659c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'refs/heads/dev' into 548-impl-secondary-slot

    # Conflicts:
    #	src/main/java/com/limechain/babe/Authorship.java
    Georgi Grigorov committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    1270b9b View commit details
    Browse the repository at this point in the history
  3. chore: merged dev into current branch

    Georgi Grigorov committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    9c2058f View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. feat: add getSecondarySlotAuthor method

    Georgi Grigorov committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    39be6d4 View commit details
    Browse the repository at this point in the history
  2. feat: add methods for claiming VRF/Plain secondary slot

    Georgi Grigorov committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    d18f75b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae0bf55 View commit details
    Browse the repository at this point in the history
  4. feat: change claim primary/secondary slot logic

    Georgi Grigorov committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    28a7dca View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    23ab3fd View commit details
    Browse the repository at this point in the history
  2. chore: chage access modifiers for methods in Authorship.class and adj…

    …ust the tests
    Georgi Grigorov committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    63d2064 View commit details
    Browse the repository at this point in the history