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