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
After the Account refactor, we now pass the vk in the Transaction. As this is also stored in the Account, it gets serialized twice inside of InsertProof/UpdateProof.
We could use key_idx like we did previously, but this should be done in a way that has a nice UX.
I am leaving it as an additional issue because this is an optimization that could damage UX and readability if we don't do it in a nice way.
After the Account refactor, we now pass the vk in the
Transaction
. As this is also stored in theAccount
, it gets serialized twice inside of InsertProof/UpdateProof.We could use key_idx like we did previously, but this should be done in a way that has a nice UX.
I am leaving it as an additional issue because this is an optimization that could damage UX and readability if we don't do it in a nice way.
Originally posted by @distractedm1nd in #180 (comment)
The text was updated successfully, but these errors were encountered: