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

clocks: tagged deadlines #5649

Merged
merged 26 commits into from
Aug 18, 2023
Merged

clocks: tagged deadlines #5649

merged 26 commits into from
Aug 18, 2023

Commits on Aug 9, 2023

  1. tagged clock interface

    yossigi committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    0502b7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b81bbd3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ab2db7 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. fix failing tests

    yossigi committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    1fc2f90 View commit details
    Browse the repository at this point in the history
  2. names refactor

    yossigi committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    7e9f9fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b59136b View commit details
    Browse the repository at this point in the history
  4. msgp for tagged deadline

    yossigi committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    db1386c View commit details
    Browse the repository at this point in the history
  5. fix lint issues

    yossigi committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    2f4eee1 View commit details
    Browse the repository at this point in the history
  6. +msgp_gen test

    yossigi committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    3a5a1ed View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    1379b72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    201dff2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d811fb View commit details
    Browse the repository at this point in the history
  4. remove uneeded files

    yossigi committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    ebbd32b View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. one deadline for each type

    yossigi committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    be9acf6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e676f0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    272f0a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    089f4cf View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    5dd8764 View commit details
    Browse the repository at this point in the history
  2. don't choose OldDeadline at random, since the unmarshalling logic is …

    …specific to the msgp decoder
    yossigi committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    0a3fbea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb94590 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. add TODO

    yossigi committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    bf9a97c View commit details
    Browse the repository at this point in the history
  2. Update agreement/player.go

    Co-authored-by: Pavel Zbitskiy <[email protected]>
    yossigi and algorandskiy authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    7744159 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    972046f View commit details
    Browse the repository at this point in the history
  4. Update agreement/types.go

    cce authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    571458e View commit details
    Browse the repository at this point in the history
  5. shorter Deadline construction

    yossigi committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    de83831 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'yossi/taggedDeadlines' of github.com:algorand/go-algora…

    …nd into yossi/taggedDeadlines
    yossigi committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    dfac007 View commit details
    Browse the repository at this point in the history