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

Author a sibling block in case best block's slot is same as current slot #2726

Merged
merged 14 commits into from
Sep 9, 2022

Commits on Jul 18, 2022

  1. temp

    kishansagathiya committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    5cd4263 View commit details
    Browse the repository at this point in the history
  2. temp

    kishansagathiya committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    f57fa84 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Configuration menu
    Copy the full SHA
    ca4724f View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. temp

    kishansagathiya committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    12fde0b View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. While authoring a new block, if we find that best block was authored in

    the current slot, we should author a new block as child of best block's
    parent.
    
    This would create forks in the chain which would get resolved
    eventually.
    kishansagathiya committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    ae2fa69 View commit details
    Browse the repository at this point in the history
  2. clean up

    kishansagathiya committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    cc2ffaf View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Configuration menu
    Copy the full SHA
    cbc44d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Configuration menu
    Copy the full SHA
    3de132f View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. test

    kishansagathiya committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    a63a073 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aca3b68 View commit details
    Browse the repository at this point in the history
  3. test that we create a fork if best block is authored in the same slot

    that we are claiming at the moment
    kishansagathiya committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    9c9f47b View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. temp

    kishansagathiya committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    527f515 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. fixed tests

    kishansagathiya committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    cecc308 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d022f43 View commit details
    Browse the repository at this point in the history