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

[FLIP 204] Add TargetEndTime to FlowEpoch smart contract #395

Merged
merged 9 commits into from
Nov 14, 2023

Commits on Nov 10, 2023

  1. add timing config struct

    jordanschalm committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    25a0f98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ac2f7c View commit details
    Browse the repository at this point in the history
  3. update constructor

    jordanschalm committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    cc63abe View commit details
    Browse the repository at this point in the history
  4. add transactions

    jordanschalm committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    edb33b2 View commit details
    Browse the repository at this point in the history
  5. begin test updates

    jordanschalm committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    2b2b8a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. add precondition that ref epoch in the past

    guarantees time computation doesn't underflow
    jordanschalm committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    224eca7 View commit details
    Browse the repository at this point in the history
  2. add config update tests

    jordanschalm committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    f26c2b8 View commit details
    Browse the repository at this point in the history
  3. rm unused method

    jordanschalm committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    133a23b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2405797 View commit details
    Browse the repository at this point in the history