From bb9d0131155e39c9df8633a1ca398559f36432fe Mon Sep 17 00:00:00 2001 From: Marco Granelli Date: Tue, 19 Dec 2023 19:11:34 +0100 Subject: [PATCH] Changelog #2315 --- .changelog/unreleased/SDK/2315-tx-expiration-update.md | 2 ++ .changelog/unreleased/improvements/2315-tx-expiration-update.md | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 .changelog/unreleased/SDK/2315-tx-expiration-update.md create mode 100644 .changelog/unreleased/improvements/2315-tx-expiration-update.md diff --git a/.changelog/unreleased/SDK/2315-tx-expiration-update.md b/.changelog/unreleased/SDK/2315-tx-expiration-update.md new file mode 100644 index 0000000000..058aa005f9 --- /dev/null +++ b/.changelog/unreleased/SDK/2315-tx-expiration-update.md @@ -0,0 +1,2 @@ +- Updated `gen_shielded_transfer` to attach a sensible expiration to a MASP + `Transaction`. ([\#2315](https://github.com/anoma/namada/pull/2315)) \ No newline at end of file diff --git a/.changelog/unreleased/improvements/2315-tx-expiration-update.md b/.changelog/unreleased/improvements/2315-tx-expiration-update.md new file mode 100644 index 0000000000..3259838811 --- /dev/null +++ b/.changelog/unreleased/improvements/2315-tx-expiration-update.md @@ -0,0 +1,2 @@ +- Improved validation on transaction's expiration. Added an expiration for MASP + transfers. ([\#2315](https://github.com/anoma/namada/pull/2315)) \ No newline at end of file