You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be no good reason why TokenNote is used instead of the plain ValueNote (except that Value lacks the partial note API - to be fixed in #8105) - we should try to use ValueNote and delete TokenNote.
The text was updated successfully, but these errors were encountered:
…ValueNote (#8142)
In this PR we are just adding a new note type to aztec-nr. This is
simply tokennote, but we are doing the addition of this note and the
removal of tokennote in two steps to make the diffs easier to
understand. This also removes `OwnedNote` from `ValueNote`.
Sets up resolving of #8107.
In this PR, we are replacing the token note with our previously added
U128 note and making BalanceSet hold a UintNote instead of being
generic. The token note is now redundant as we have a UintNote in aztec
nr now.
Resolves#8107.
There seems to be no good reason why
TokenNote
is used instead of the plainValueNote
(except that Value lacks the partial note API - to be fixed in #8105) - we should try to useValueNote
and deleteTokenNote
.The text was updated successfully, but these errors were encountered: