Skip to content
  • Romain Vimont's avatar
    Add checkpoint structure for BlockContext · 06204913
    Romain Vimont authored
    BlockContext::checkpoint() returned a whole copy of BlockContext, while
    only a subset of its fields were actually part of the checkpoint. The
    other fields, unused, were filled by default values.
    
    Instead, use a structure dedicated to BlockContext checkpoints,
    containing only the relevant fields.
    06204913