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

Add versioning to vote commitment calculations #3584

Merged
merged 14 commits into from
Aug 22, 2024
Merged

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    94e995b View commit details
    Browse the repository at this point in the history
  2. make test helpers generic

    ss-es committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    58b6f99 View commit details
    Browse the repository at this point in the history
  3. fmt

    ss-es committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    91da6ea View commit details
    Browse the repository at this point in the history
  4. fix dependency task tests

    ss-es committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    0ea4f43 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. make create_signed_vote async

    ss-es committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    0aca400 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3761b01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6478854 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c057821 View commit details
    Browse the repository at this point in the history
  5. fix dependency task tests

    ss-es committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    8dee0cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5d006e4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c45195a View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Calculate the commit in cert instead of using the received one (#3592)

    * Calculate the commit in cert instead of using the received one
    
    * Make the `vote_commitment` field private
    lukaszrzasik authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    7908be8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea4b2fe View commit details
    Browse the repository at this point in the history
  3. Lr/valid cert test (#3598)

    * start for da send attack
    
    * minor cleanup
    
    * Add test for TIQV-1 Validate DA Certificate
    
    * Remove cfg statement
    
    * Fix compiler errors
    
    * Update crates/hotshot/src/tasks/mod.rs
    
    Co-authored-by: lukeiannucci <luke.iannucci@outlook.com>
    
    ---------
    
    Co-authored-by: Luke Iannucci <luke.iannucci@outlook.com>
    lukaszrzasik and lukeiannucci authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    554ada4 View commit details
    Browse the repository at this point in the history