Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
adcd35a
Add bridge tree dep
sug0 Jul 25, 2025
45a2467
Wrap bridge tree types
sug0 Jul 25, 2025
f7ef28f
Build MASP witnesses locally
sug0 Jul 25, 2025
a3f44a9
Derive default on shielded wallet
sug0 Jul 25, 2025
97a9470
Build merkle proofs with bridge tree method
sug0 Jul 25, 2025
f09ccaa
Fix successful trial decryption check
sug0 Jul 25, 2025
46677f2
Migrate to leanbridgetree crate
sug0 Aug 7, 2025
0bdd902
Fix block index not being properly used
sug0 Aug 7, 2025
5adae71
Defer saving shielded spends until after we update wits
sug0 Aug 28, 2025
71aeac4
Improve remove mark err msg
sug0 Aug 28, 2025
e704430
Remove unnecessary async qualifier
sug0 Aug 28, 2025
7c7c745
Drop unused vk_map field in shielded wallet
sug0 Aug 28, 2025
b69a0ae
Use domain type for note positions
sug0 Aug 28, 2025
1c50609
Save space by only storing non-empty memos
sug0 Aug 28, 2025
8348a34
Remove unnecessary data from shielded wallet
sug0 Aug 28, 2025
3d7520f
Reorder spent notes field
sug0 Aug 28, 2025
6215166
Migrate witness maps to bridge trees
sug0 Aug 29, 2025
b7a060b
Remove shielded sync start height
sug0 Aug 29, 2025
eefd0e5
Optimize data storage of vk heights
sug0 Aug 29, 2025
8ce76f7
Rework note map representation in shielded wallet
sug0 Sep 2, 2025
dccdfab
Remove unused note index cache field
sug0 Sep 2, 2025
9f1083a
Compute min and max sync heights
sug0 Sep 2, 2025
d99fa4c
Fetch all notes necessary to update cmt tree even with birthdays
sug0 Sep 5, 2025
c7fd441
Remove space from err msg
sug0 Sep 5, 2025
d7804da
Avoid panicking on non-found note pos
sug0 Sep 5, 2025
4002a26
Rework masp client capabilities
sug0 Sep 6, 2025
cad6899
Hint to MASP client block range to fetch
sug0 Sep 6, 2025
e332afc
Import konst to `apps_lib`
sug0 Sep 18, 2025
4af010c
Add user agent to masp indexer http client
sug0 Sep 18, 2025
ff59de5
Fix bridge tree migrations from wit map
sug0 Sep 18, 2025
05ec0f0
Add migration method to BridgeTree
sug0 Sep 18, 2025
0ee99f5
Clippy check historical masp feature
sug0 Sep 22, 2025
4147507
Move shielded history to their own meths
sug0 Sep 22, 2025
0161447
Only run shielded sync if unsynced
sug0 Sep 23, 2025
01970ac
Restore ability to fetch witness map from indexer
sug0 Sep 24, 2025
c2b7420
Only fetch witness map after 100 blocks
sug0 Sep 24, 2025
1b41430
Abandon orphaned tasks
sug0 Sep 24, 2025
6e334f4
Update note index name
sug0 Sep 25, 2025
ecb7d4d
Optimize syncs from scratch
sug0 Sep 24, 2025
cabffd0
Fix fetch state prematurely set to complete
sug0 Sep 26, 2025
43e2640
Fix racy cmt tree updates
sug0 Sep 29, 2025
434a984
Rewrite cap methods based on contains method
sug0 Oct 1, 2025
f97031a
Changelog for #4785
sug0 Sep 6, 2025
d993542
Merge of #4785
mergify[bot] Oct 2, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Optimize shielded sync and shielded wallet layout.
([\#4785](https://github.com/anoma/namada/pull/4785))
Loading
Loading