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

Decommission signer registration with declarative PoolId #653

Merged

Commits on Dec 16, 2022

  1. Deactivate feature 'allow_skip_signer_certification'

    In 'mithril-common' and 'mithril-end-to-end'.
    jpraynaud committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    3c0d11f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20caa0d View commit details
    Browse the repository at this point in the history
  3. Update documentation

    jpraynaud committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    e9c0400 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Update dev blog post

    jpraynaud committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    4a8b967 View commit details
    Browse the repository at this point in the history
  2. Move warning non certified signer

    Moved to 'StmInitializerWrapper::setup()' to warn earlier in the process.
    jpraynaud committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    1fdd5ac View commit details
    Browse the repository at this point in the history
  3. Add 'allow_skip_signer_certification' in dev dependencies

    To make all tests pass in signer registerer of aggregator. This is a temporary fix.
    This issue will be resolved in #663.
    jpraynaud committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    f54946b View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Update 'build_upload_mithril_artifact' action

    Avoid unwanted usage of features when building the artifacts from the workspace.
    Split in 2 phases: tooling first and then distribution.
    jpraynaud committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    16cf8fe View commit details
    Browse the repository at this point in the history
  2. Refactor protocol demo types

    Also remove the 'allow_skip_signer_certification' feature that was misused.
    Use directly 'mithril-stm' as dependency in this crate to retrieve protocol types.
    jpraynaud committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    8240859 View commit details
    Browse the repository at this point in the history