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

No Slotting Arithmetic #126

Closed
wants to merge 2 commits into from
Closed

Commits on Mar 27, 2019

  1. remove slotting arithmetic from source code

    The rational is that, doing slotting arithmetic forces us to keep track of the 'slotsPerEpoch'
    which is in practice, rather tricky. We can _probably_ get away by leveraging the _chained_
    aspect of the blockchain (that each block points to its previous one) and rewind the chain
    when needed.
    KtorZ committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    3282644 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de8f184 View commit details
    Browse the repository at this point in the history