Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
batconjurer committed May 2, 2024
1 parent 6bdf124 commit 3bcaee8
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
This PR refactors shielded sync to make the following improvements
* Allow fetching new masp txs and trial-decrypting notes to happen asynchronously
* Parallelize the trial-decryptions
* Modularize the logic so that we can mock parts of the algorithm for tests and to enable migration over to using a specila masp indexer
* Added test coverage
* Decouple nullifying notes and updating spent notes from the trial-decryption process
* Refactor the masp.rs module in the sdk into several smaller files and submodules

[\#3006](https://github.com/anoma/namada/pull/3006)

0 comments on commit 3bcaee8

Please sign in to comment.