From 8cbba5cfd541fe707dd3e04edd5a7d4bc47cdf2f Mon Sep 17 00:00:00 2001 From: Marco Granelli Date: Tue, 7 Nov 2023 13:48:52 +0100 Subject: [PATCH] Changelog #2104 --- .../improvements/2104-replay-protection-delay-write.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .changelog/unreleased/improvements/2104-replay-protection-delay-write.md diff --git a/.changelog/unreleased/improvements/2104-replay-protection-delay-write.md b/.changelog/unreleased/improvements/2104-replay-protection-delay-write.md new file mode 100644 index 00000000000..8ab0ba03779 --- /dev/null +++ b/.changelog/unreleased/improvements/2104-replay-protection-delay-write.md @@ -0,0 +1,2 @@ +- Moved the inner transaction replay check at execution time. + ([\#2104](https://github.com/anoma/namada/pull/2104)) \ No newline at end of file