Skip to content

Commit

Permalink
Changelog #2363
Browse files Browse the repository at this point in the history
  • Loading branch information
grarco committed Jan 9, 2024
1 parent 791ce73 commit 19a532e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changelog/unreleased/SDK/2363-masp-storage-optimization.md
Original file line number Diff line number Diff line change
@@ -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))
Original file line number Diff line number Diff line change
@@ -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))

0 comments on commit 19a532e

Please sign in to comment.