From b0f851f474b227339bf7f6b930889f9c97b46cd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Zemanovi=C4=8D?= Date: Thu, 6 Jun 2024 12:55:26 +0100 Subject: [PATCH] changelog: add #3375 --- .changelog/unreleased/bug-fixes/3375-masp-total-rewards.md | 2 ++ .changelog/unreleased/improvements/3375-masp-total-rewards.md | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 .changelog/unreleased/bug-fixes/3375-masp-total-rewards.md create mode 100644 .changelog/unreleased/improvements/3375-masp-total-rewards.md diff --git a/.changelog/unreleased/bug-fixes/3375-masp-total-rewards.md b/.changelog/unreleased/bug-fixes/3375-masp-total-rewards.md new file mode 100644 index 0000000000..05acb7961b --- /dev/null +++ b/.changelog/unreleased/bug-fixes/3375-masp-total-rewards.md @@ -0,0 +1,2 @@ +- Update native token total supply with MASP rewards. + ([\#3375](https://github.com/anoma/namada/pull/3375)) \ No newline at end of file diff --git a/.changelog/unreleased/improvements/3375-masp-total-rewards.md b/.changelog/unreleased/improvements/3375-masp-total-rewards.md new file mode 100644 index 0000000000..e5f18700c0 --- /dev/null +++ b/.changelog/unreleased/improvements/3375-masp-total-rewards.md @@ -0,0 +1,2 @@ +- Store total MASP rewards and print them in the conversions query. + ([\#3375](https://github.com/anoma/namada/pull/3375)) \ No newline at end of file