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
I think it would be better to always use Fr (and serialize it to a buffer when inserting the leaf) because otherwise there is a risk of serialization issues (I just did this mistake when I use copilot's solution of serializing bigint to a buffer instead of using our own).
The text was updated successfully, but these errors were encountered:
Currently we use type
Buffer
to pass around leaf in plenty of the places in our codebase, e.g.:and in other places we use
Fr
:I think it would be better to always use
Fr
(and serialize it to a buffer when inserting the leaf) because otherwise there is a risk of serialization issues (I just did this mistake when I use copilot's solution of serializing bigint to a buffer instead of using our own).The text was updated successfully, but these errors were encountered: