bnjbvr opened PR #4265 from serialize-blocknode-cold
to main
:
This fixes a bug when the
cold
field would not be serialized, since
we're using a custom (de)serializer forLayout
. This is now properly
handled by adding a boolean in the serialized stream.This was caught during the work on #4155, as this would result in cache
mismatches between a function and itself.
Last updated: Nov 22 2024 at 16:03 UTC