From 19a532e6019441d8e8c2e8fc5e7b557fdb51bf0a Mon Sep 17 00:00:00 2001 From: Marco Granelli Date: Tue, 9 Jan 2024 11:01:43 +0100 Subject: [PATCH] Changelog #2363 --- .changelog/unreleased/SDK/2363-masp-storage-optimization.md | 5 +++++ .../improvements/2363-masp-storage-optimization.md | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 .changelog/unreleased/SDK/2363-masp-storage-optimization.md create mode 100644 .changelog/unreleased/improvements/2363-masp-storage-optimization.md diff --git a/.changelog/unreleased/SDK/2363-masp-storage-optimization.md b/.changelog/unreleased/SDK/2363-masp-storage-optimization.md new file mode 100644 index 00000000000..fbb467e414c --- /dev/null +++ b/.changelog/unreleased/SDK/2363-masp-storage-optimization.md @@ -0,0 +1,5 @@ +- Modified `ShieldedContext` to use `IndexedTx` to track the last indexed + masp tx. Updated `fetch_shielded_transfer` and `compute_pinned_balance` + to query the cometBFT rpc endpoints to retrieve masp data. + Updated `block_search` to accept a fallible cast to `Height`. + ([\#2363](https://github.com/anoma/namada/pull/2363)) \ No newline at end of file diff --git a/.changelog/unreleased/improvements/2363-masp-storage-optimization.md b/.changelog/unreleased/improvements/2363-masp-storage-optimization.md new file mode 100644 index 00000000000..6f74c6970eb --- /dev/null +++ b/.changelog/unreleased/improvements/2363-masp-storage-optimization.md @@ -0,0 +1,2 @@ +- Removed masp data from storage. Updated the client to query the cometBFT rpc + endpoints. ([\#2363](https://github.com/anoma/namada/pull/2363)) \ No newline at end of file