From d8f959cc97e48930fb685343b6fad8b0b3b2f9b5 Mon Sep 17 00:00:00 2001 From: Tiago Carvalho Date: Fri, 10 May 2024 16:09:07 +0100 Subject: [PATCH] Changelog for #3220 --- .../unreleased/bug-fixes/3220-max-proposal-bytes-validation.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/unreleased/bug-fixes/3220-max-proposal-bytes-validation.md diff --git a/.changelog/unreleased/bug-fixes/3220-max-proposal-bytes-validation.md b/.changelog/unreleased/bug-fixes/3220-max-proposal-bytes-validation.md new file mode 100644 index 0000000000..92ef4838f8 --- /dev/null +++ b/.changelog/unreleased/bug-fixes/3220-max-proposal-bytes-validation.md @@ -0,0 +1,3 @@ +- Harden the implementation of `BorshDeserialize` on `ProposalBytes`. + Moreover, avoid using magic numbers when configuring CometBFT. + ([\#3220](https://github.com/anoma/namada/pull/3220)) \ No newline at end of file