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: bootstrapping distributed key generation (stale) #632

Closed
wants to merge 16 commits into from

Commits on Oct 8, 2024

  1. Use an error function implementation

    instead of that lon error function
    djordon committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    b1fd36d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1606d1 View commit details
    Browse the repository at this point in the history
  3. Add a function for running DGK into the

    transaction coordinator
    djordon committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    c703c51 View commit details
    Browse the repository at this point in the history
  4. Expect seed public keys

    djordon committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    a563f76 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9de35c8 View commit details
    Browse the repository at this point in the history
  6. Add the signing set as a column,

    along with the associated public key.
    djordon committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    d740f97 View commit details
    Browse the repository at this point in the history
  7. Sort the keys, why not

    djordon committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    e29610c View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Add a new query for fetching encrypted

    shares from the database, use in some key
    places
    djordon committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    142823a View commit details
    Browse the repository at this point in the history
  2. Apply Cyle's fix for the integration test.

    Thanks you
    djordon committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    2c28d6e View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    a3ae793 View commit details
    Browse the repository at this point in the history
  2. match testing config details after noting

    the signing set
    djordon committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    db1a27f View commit details
    Browse the repository at this point in the history
  3. fixup

    djordon committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    8032c07 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30a49a0 View commit details
    Browse the repository at this point in the history
  5. Fallback to the bootstrap wallet if there

    is no key roation transaction yet.
    djordon committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    4913e77 View commit details
    Browse the repository at this point in the history
  6. code quality clean up

    djordon committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    da0c6ab View commit details
    Browse the repository at this point in the history
  7. Forgot to update the test fixtures and

    test private key
    djordon committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    b13ed09 View commit details
    Browse the repository at this point in the history