From ddc5fb78b9e70686ebac87743e412e97e4b0489f Mon Sep 17 00:00:00 2001 From: RafilxTenfen Date: Mon, 9 Dec 2024 13:32:55 -0300 Subject: [PATCH] feat: add babylon address to keys output (#63) * feat: add babylon address to keys output and moved public-key to public-key-hex * fix: Casing on covenant-signer Dockerfile (#65) * chore: add #63 to changelog --------- Co-authored-by: Vitalis Salis --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4e4a28..90e7acb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## Unreleased +### Improvements + +* [#63](https://github.com/babylonlabs-io/covenant-emulator/pull/63) Add babylon +address to keys command output and fix casing in dockerfile + ## v0.10.0 ### Improvements