-
Notifications
You must be signed in to change notification settings - Fork 956
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/improvements/2363-masp-storage-optimization.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |