From 12ffb4bd01e962b86e2db00b10ef60921a9b8500 Mon Sep 17 00:00:00 2001 From: Tiago Carvalho Date: Fri, 17 Jan 2025 10:40:41 +0000 Subject: [PATCH] chore: changelog for #1393 --- .changelog/unreleased/features/1393-signer-parsing-from-ctx.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/unreleased/features/1393-signer-parsing-from-ctx.md diff --git a/.changelog/unreleased/features/1393-signer-parsing-from-ctx.md b/.changelog/unreleased/features/1393-signer-parsing-from-ctx.md new file mode 100644 index 000000000..49e2da9bd --- /dev/null +++ b/.changelog/unreleased/features/1393-signer-parsing-from-ctx.md @@ -0,0 +1,3 @@ +- Replace the `TryFrom` bound on `AccountId` with new context + methods, with the aim of contextually parsing `Signer` instances. + ([\#1393](https://github.com/cosmos/ibc-rs/pull/1393)) \ No newline at end of file