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

Prevent accidental change of network-key for active authorities #3852

Merged
merged 28 commits into from
Apr 15, 2024

Commits on Mar 27, 2024

  1. Prevent accidental change of network-key for active authorities

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    e798480 View commit details
    Browse the repository at this point in the history
  2. Make tests happy

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    f32aca3 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    ec2c1cc View commit details
    Browse the repository at this point in the history
  4. Fixup node key as well

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    ffcabfd View commit details
    Browse the repository at this point in the history
  5. Make clippy happy

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    f17fa19 View commit details
    Browse the repository at this point in the history
  6. Fix typo

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    41a37f7 View commit details
    Browse the repository at this point in the history
  7. Update substrate/client/cli/src/commands/generate_node_key.rs

    Co-authored-by: Dmitry Markin <dmitry@markin.tech>
    alexggh and dmitry-markin authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    6b5d8ff View commit details
    Browse the repository at this point in the history
  8. Update substrate/client/cli/src/commands/generate_node_key.rs

    Co-authored-by: Dmitry Markin <dmitry@markin.tech>
    alexggh and dmitry-markin authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    4771ad5 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Update polkadot/.rpm/polkadot.spec

    Co-authored-by: s0me0ne-unkn0wn <48632512+s0me0ne-unkn0wn@users.noreply.github.com>
    alexggh and s0me0ne-unkn0wn authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    5a581ba View commit details
    Browse the repository at this point in the history
  2. Update polkadot/scripts/packaging/deb-maintainer-scripts/postinst

    Co-authored-by: s0me0ne-unkn0wn <48632512+s0me0ne-unkn0wn@users.noreply.github.com>
    alexggh and s0me0ne-unkn0wn authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    f7b25ed View commit details
    Browse the repository at this point in the history
  3. Generate key with PreExecStart

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    f0c0653 View commit details
    Browse the repository at this point in the history
  4. Address review feedback

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    361255e View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Trivial updates

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    f14821b View commit details
    Browse the repository at this point in the history
  2. Remove PreStartExec

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    4b96b9f View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

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

Commits on Apr 4, 2024

  1. Address review feedback

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    35291ca View commit details
    Browse the repository at this point in the history
  2. Fixup unittest

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    c4b9658 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Cli update

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    369cc13 View commit details
    Browse the repository at this point in the history
  2. Fix unused

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    93ac920 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Cargo fmt

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    db5e1d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89635bb View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

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

Commits on Apr 11, 2024

  1. Update substrate/client/cli/src/error.rs

    Co-authored-by: Bastian Köcher <git@kchr.de>
    alexggh and bkchr authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    6b94cc7 View commit details
    Browse the repository at this point in the history
  2. Add prdoc

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    9f13c16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64e40e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    d05cc30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6630a1e View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

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