UkoeHB / monero

Monero: the secure, private, untraceable cryptocurrency
https://getmonero.org
Other
7 stars 4 forks source link

serialization: serialize tools::variant #49

Closed jeffro256 closed 5 months ago

jeffro256 commented 5 months ago

Pinging @dangerousfreedom1984

tools::variants can be serialized automatically just like boost::variants, as long as VARIANT_TAG is specified for each subtype.

DangerousFreedom1984 commented 5 months ago

Awesome! Thank you! Will be very useful for the EnoteStore. I plan to continue that PR soon.

UkoeHB commented 5 months ago

Looks like there is a build problem with windows.

jeffro256 commented 5 months ago

Those windows build issues are most likely unrelated to this PR. Check out the latest PRs on the core repo page; they're almost all failing windows build. @selsta mentioned that some fixes for it will be merged soon