You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 9, 2025. It is now read-only.
fix: create restores correct state upon failure (#985)
<!--- Please provide a general summary of your changes in the title
above -->
<!-- Give an estimate of the time you spent on this PR in terms of work
days.
Did you spend 0.5 days on this PR or rather 2 days? -->
**DEPENDS ON #982**
Time spent on this PR: 0.4d
## Pull request type
<!-- Please try to limit your pull request to one type,
submit multiple pull requests if needed. -->
Please check the type of change your PR introduces:
- [ ] Bugfix
- [ ] Feature
- [ ] Code style update (formatting, renaming)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] Documentation content changes
- [ ] Other (please describe):
## What is the current behavior?
<!-- Please describe the current behavior that you are modifying,
or link to a relevant issue. -->
Resolves #<Issue number>
## What is the new behavior?
<!-- Please describe the behavior or changes that are being added by
this PR. -->
- Fixes restoration of the previous state upon CREATE failure. Previous
implementation did not take into account the possibliity that the
commitment of the code would fail.
-
-
<!-- Reviewable:start -->
- - -
This change is [<img src="https://reviewable.io/review_button.svg"
height="34" align="absmiddle"
alt="Reviewable"/>](https://reviewable.io/reviews/kkrt-labs/kakarot/985)
<!-- Reviewable:end -->
Co-authored-by: Clément Walter <clement0walter@gmail.com>
0 commit comments