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!: change timepoint interpretation #897

Merged

Commits on Dec 11, 2022

  1. feat(gwos): construct block.timepoint in new form

    Adapting block.timepoint to the new form also adapts
    withdrawal_block_timepoint, deposit_block_timepoint, and stake_block_timepoint,
    which must all be equal to block.timepoint.
    keroro520 committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    50a76fa View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Configuration menu
    Copy the full SHA
    f9cc209 View commit details
    Browse the repository at this point in the history
  2. feat(gwos): construct GlobalState.last_finalized_timepoint in new form

    The global state should have the last_finalized_timepoint equal to the
    input.since, do not add the finality_time_in_ms.
    keroro520 committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    5aaec22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24624ad View commit details
    Browse the repository at this point in the history