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

Better timestamps on simulated chains #16326

Merged
merged 6 commits into from
Sep 16, 2023
Merged

Commits on Sep 13, 2023

  1. fix BlockTools to add time_per_block to every block when generating t…

    …est chains, not just transaction blocks
    arvidn committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    0943ea3 View commit details
    Browse the repository at this point in the history
  2. update BlockTools to adjust simulated time per block based on the num…

    …ber of VDF iterations per block
    arvidn committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    b42dec0 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. use floating point for timestamps in BlockTools, to replace the previ…

    …ous (more complicated) block-time-residual field, tracking fractions of seconds. This also makes high precision (simulated) timestamps mandatory in BlockTools
    arvidn committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    cea5f1a View commit details
    Browse the repository at this point in the history
  2. fix test_filter_prefix_bits

    arvidn committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    18ba95e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e36051c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d76b206 View commit details
    Browse the repository at this point in the history