-
Is there any documentation for the [%%versioned ...] stuff, and why is it done? I can make naive guesses, but it isn't entirely clear to me why the old data structures need to exist when I assume you can support the old wire formats by just translating them at reception time. |
Beta Was this translation helpful? Give feedback.
Answered by
bkase
Oct 15, 2023
Replies: 1 comment
-
Yeah the versioned macro sets up the boilerplate for translating the models — docs https://github.com/MinaProtocol/mina/tree/develop/src/lib/ppx_version |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
L-as
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yeah the versioned macro sets up the boilerplate for translating the models — docs https://github.com/MinaProtocol/mina/tree/develop/src/lib/ppx_version