Skip to content

Commit

Permalink
commit message:
Browse files Browse the repository at this point in the history
this commit fixes an issue where multiple writes inside of a checkpoint
lead to journal corruption on rollback. it ensures a call to
`register_update()` when the metadata dict has already been updated
inside of a given checkpoint.

note this does not change any observed functionality in the compiler
because writes to the metadata journal inside for loops only ever happen
to be written once, but it prevents a bug in case we ever add multiple
writes inside of the same checkpoint.

chainsec june review 5.3
  • Loading branch information
charles-cooper committed Sep 5, 2023
1 parent 2e12618 commit 940e3ad
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 940e3ad

Please sign in to comment.