From e1712cc9c8115ad8b723be8d8b592063e08b0b91 Mon Sep 17 00:00:00 2001 From: Tiago Carvalho Date: Fri, 10 May 2024 14:41:57 +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 00000000000..f7ff0b5d411 --- /dev/null +++ b/.changelog/unreleased/bug-fixes/3220-max-proposal-bytes-validation.md @@ -0,0 +1,3 @@ +- Consider `max_tx_bytes` provided by CometBFT when initializing block + allocator. Moreover, harden the implementation of `BorshDeserialize` on + `ProposalBytes`. ([\#3220](https://github.com/anoma/namada/pull/3220)) \ No newline at end of file