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

Refactor 3.2.2 #231

Open
wants to merge 42 commits into
base: main
Choose a base branch
from
Open

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    ec2950a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbba0cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64af51e View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    fbf90af View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    b5033ad View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. Fix formatting issues in address.go, config_test.go, state.go, state_…

    …test.go, threshold_signer_bls.go, and threshold_signer_soft.go
    nitronit committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    9a73088 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d297fa4 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    eca9760 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    dfeab36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ee2bd1 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of https://github.com/strangelove-ventures/horcrux

    …into refactor_v3.2.2
    nitronit committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    e7db1ea View commit details
    Browse the repository at this point in the history
  4. go fmt:ed

    nitronit committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    88f0a31 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    d0ff41f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44881fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9439ccf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95a1cba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    731103a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5489c5e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    761c7ff View commit details
    Browse the repository at this point in the history
  8. lint

    nitronit committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    ae0123a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ff8502d View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Configuration menu
    Copy the full SHA
    727846c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dac3f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d222ee6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35e5f1f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    adce5e8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f854ad View commit details
    Browse the repository at this point in the history
  7. Fix variable assignment and method name in local_cosigner.go and bloc…

    …k.go, and use block.ToHRST() in threshold_validator.go
    nitronit committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    e5409d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. Add Ed25519Key struct and update references

    Update package tss to use Ed25519Key instead of CosignerEd25519Key
    
    Update package config to include default values for nouncecahce
    
    Update package types to fix comment formatting
    
    Update package signer to use Ed25519Key instead of CosignerEd25519Key
    
    Update package cosigner to fix typo in comments and add MPC struct
    
    Update test files to use Ed25519Key instead of CosignerEd25519Key
    
    Update cmd files to use CreatePersistentEd25519ThresholdSignShardsFromFile instead of CreateEd25519ThresholdSignShardsFromFile
    
    Update test files to use Ed25519Key instead of CosignerEd25519Key
    nitronit committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    22c6dbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6011f98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f94824 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    abeebc6 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Configuration menu
    Copy the full SHA
    31f7684 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    c804cd8 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Configuration menu
    Copy the full SHA
    a9cc824 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Configuration menu
    Copy the full SHA
    7d4c8b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d5bf25 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    493d6af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d485298 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. refactor and name change

    nitronit committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    063e0d2 View commit details
    Browse the repository at this point in the history
  2. node changes

    nitronit committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    2e39f23 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    e16edda View commit details
    Browse the repository at this point in the history