From 7cfa1e7d1f9e03f8238c1c6cf3747bcb95e857a8 Mon Sep 17 00:00:00 2001 From: Kenny Date: Tue, 22 Oct 2024 12:50:40 -0400 Subject: [PATCH] update changelog + add readme --- CHANGELOG.md | 1 + release-signing-keys/README.md | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 release-signing-keys/README.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 6274271c9..40be7dc0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -62,6 +62,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added * [#624](https://github.com/allora-network/allora-chain/pull/624) Add `nurse` internal healthcheck service based on `pprof`. See `health/README.md`. +* [#642](https://github.com/allora-network/allora-chain/pull/642) Add release signing keys ### Changed diff --git a/release-signing-keys/README.md b/release-signing-keys/README.md new file mode 100644 index 000000000..46ad1eeee --- /dev/null +++ b/release-signing-keys/README.md @@ -0,0 +1,9 @@ +# Release Signing Keys + +This directory contains the PGP keys used to sign releases of the `allora-chain` project. + +You can import the key by running `gpg --import `. + +You can check that the signature was created by the key by running `gpg --verify `. Signatures can be found in the `*.asc` files in the release assets. + +Releases and their assets can be taken from the [releases page](https://github.com/allora-network/allora-chain/releases).