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

feat: Relativize genesis block #119

Merged
merged 5 commits into from
Apr 9, 2024
Merged

Commits on Mar 13, 2024

  1. refactor: Update Network enum

    Add variants `Beta` and `Main`. Add member function `launch_date`
    which is fixed for all but `RegTest` and for `RegTest` rounds now
    down to a block of 10 minutes.
    aszepieniec committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    809817b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bc8c6a View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. refactor: harmonize timestamps

    Introduces a new struct, `Timestamp`, for consensus-critical
    timestamps. `Timestamp` is a wrapper around a `BFieldElement` which
    counts the number of milliseconds elapsed since the Unix epoch.
    
    Closes #117.
    aszepieniec committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    9e55a5b View commit details
    Browse the repository at this point in the history
  2. test: Implement arbitrary_between for Timestamp

    Deconvolutes tests.
    aszepieniec committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    990cf77 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

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