From b12149b9d3a3e5f9a6e90636b07e99de5b6dd920 Mon Sep 17 00:00:00 2001 From: peg Date: Wed, 23 Oct 2024 11:07:01 +0200 Subject: [PATCH] Changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f39e4325f..96050c602 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,10 @@ At the moment this project **does not** adhere to in via a command line argument, file, or environment variable. Instead they are randomly generated internally. +### Added +- [#1128](https://github.com/entropyxyz/entropy-core/pull/1128) adds an `/info` route to `entropy-tss` + which can be used to get the TSS account ID and x25519 public key. + ### Changed - Use correct key rotation endpoint in OCW ([#1104](https://github.com/entropyxyz/entropy-core/pull/1104)) - Change attestation flow to be pull based ([#1109](https://github.com/entropyxyz/entropy-core/pull/1109/))