Skip to content

Commit

Permalink
Changelog #2534
Browse files Browse the repository at this point in the history
  • Loading branch information
grarco committed Feb 6, 2024
1 parent 600fe43 commit 8d8893b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Reworked the sdk to support the new speculative state of the
`ShieldedContext`:\n-`ShieldedContext` now has an extra field to determin its
state\n-When calling `gen_shielded_transfer` the context now invalidates the
spent notes (if any)\n-The fee unshielding `Transaction` is now built before
the actual transaction\n-`find_viewing_key` only requires a shared reference
now ([\#2534](https://github.com/anoma/namada/pull/2534))
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- The client, when generating a shielded transfer, invalidates the
masp notes that have been spent without the need to sync with a node.
([\#2534](https://github.com/anoma/namada/pull/2534))

0 comments on commit 8d8893b

Please sign in to comment.