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

Handle PCK certificates #1068

Merged
merged 44 commits into from
Oct 28, 2024
Merged

Handle PCK certificates #1068

merged 44 commits into from
Oct 28, 2024

Commits on Sep 24, 2024

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

Commits on Sep 25, 2024

  1. Add pck cert chain parser

    ameba23 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d27ceba View commit details
    Browse the repository at this point in the history
  2. Doccomments

    ameba23 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ca6e09c View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    11575c4 View commit details
    Browse the repository at this point in the history
  2. Tidy, comments

    ameba23 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    6834392 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Merge branch 'master' into peg/handle-pck-certs

    * master:
      Bump clap from 4.5.18 to 4.5.19 in the patch-dependencies group (#1091)
      Avoid panic by checking that we have a non-signing validator before selecting one (#1083)
      Fix master build (#1088)
      Small fixes to `test-cli` (#1084)
      Pregenerate keyshares sets for all possible initial signer comittees (#1073)
      Fix master build (#1079)
      Bump reqwest from 0.12.7 to 0.12.8 in the patch-dependencies group (#1082)
      Block tss chain when signer (#1078)
      Run multiple test validator (#1074)
      Bump tempfile from 3.12.0 to 3.13.0 (#1076)
      Bump axum from 0.7.6 to 0.7.7 in the patch-dependencies group (#1075)
      Unignore register and sign integration test, and do a non-mock jumpstart (#1070)
      No unbonding when signer or next signer (#1031)
      Add `/relay_tx` endpoint (#1050)
      Fix how pre-generated keyshares are added for tests (#1061)
      Handle Provisioning Certification Keys (PCKs) (#1051)
      Bump async-trait from 0.1.82 to 0.1.83 in the patch-dependencies group (#1067)
    ameba23 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    a1ae9e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ed311a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    721bc82 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    94d563f View commit details
    Browse the repository at this point in the history
  2. Taplo

    ameba23 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    6420aa9 View commit details
    Browse the repository at this point in the history
  3. Compress verifying key

    ameba23 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    a170da5 View commit details
    Browse the repository at this point in the history
  4. Add missing import

    ameba23 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    d0663b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eda8bf0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e02b0f4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aac90aa View commit details
    Browse the repository at this point in the history
  8. Tidy, fix tests

    ameba23 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    f5941a2 View commit details
    Browse the repository at this point in the history
  9. Lockfile

    ameba23 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    1d6da3a View commit details
    Browse the repository at this point in the history
  10. Merge master

    ameba23 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    0c50bbb View commit details
    Browse the repository at this point in the history
  11. Clippy

    ameba23 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    55abbd3 View commit details
    Browse the repository at this point in the history
  12. Error handling

    ameba23 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    7815a87 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    31eca99 View commit details
    Browse the repository at this point in the history
  14. Rm commented code in test

    ameba23 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    8c15035 View commit details
    Browse the repository at this point in the history
  15. Changelog

    ameba23 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    198da10 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'master' into peg/handle-pck-certs

    * master:
      Remove bad clippy ignores (#1095)
    ameba23 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    eef45ce View commit details
    Browse the repository at this point in the history
  17. update metadata

    JesseAbram committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    e8d7a78 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Merge master

    ameba23 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    672a1bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    021aac3 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Update pallets/staking/src/lib.rs

    Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
    ameba23 and HCastano authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    097c188 View commit details
    Browse the repository at this point in the history
  2. Update pallets/staking/src/tests.rs

    Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
    ameba23 and HCastano authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    6f0acd6 View commit details
    Browse the repository at this point in the history
  3. Update pallets/staking/src/pck/production.rs

    Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
    ameba23 and HCastano authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    689e2f0 View commit details
    Browse the repository at this point in the history
  4. Update pallets/staking/src/pck/production.rs

    Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
    ameba23 and HCastano authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    4fc7cb2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a6c5cea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    841b167 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    03c6b37 View commit details
    Browse the repository at this point in the history
  8. Doccomments

    ameba23 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    d99fc35 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8d57919 View commit details
    Browse the repository at this point in the history
  10. Changelog

    ameba23 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    beb4e7e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3968d6e View commit details
    Browse the repository at this point in the history
  12. Rename struct (typo)

    ameba23 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    a053e3b View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    d7feb00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27d64eb View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    06d3028 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    944f931 View commit details
    Browse the repository at this point in the history
  3. Merge master

    ameba23 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    14014a0 View commit details
    Browse the repository at this point in the history