This repository was archived by the owner on Feb 1, 2025. It is now read-only.
Commit 8099ab0
authored
fix: BWIP race condition (#2405)
## What ❔
Separately insert proof_generation_details and gen data blob URLs.
## Why ❔
Sometimes BWIP generates data before insert_proof_generation_details is
called, which results in errors.
## Checklist
<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->
- [x] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [x] Tests for the changes have been added / updated.
- [x] Documentation comments have been added / updated.
- [x] Code has been formatted via `zk fmt` and `zk lint`.1 parent 948b532 commit 8099ab0
File tree
8 files changed
+87
-24
lines changed- core
- lib/dal
- .sqlx
- migrations
- src
- node
- metadata_calculator/src
- vm_runner/src/impls
8 files changed
+87
-24
lines changedLines changed: 0 additions & 15 deletions
This file was deleted.
Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
158 | 195 | | |
159 | 196 | | |
160 | 197 | | |
161 | 198 | | |
162 | | - | |
163 | 199 | | |
164 | 200 | | |
165 | 201 | | |
166 | 202 | | |
167 | | - | |
| 203 | + | |
168 | 204 | | |
169 | | - | |
| 205 | + | |
170 | 206 | | |
171 | 207 | | |
172 | | - | |
173 | | - | |
| 208 | + | |
174 | 209 | | |
175 | 210 | | |
176 | 211 | | |
177 | | - | |
178 | 212 | | |
179 | 213 | | |
180 | 214 | | |
| |||
303 | 337 | | |
304 | 338 | | |
305 | 339 | | |
306 | | - | |
| 340 | + | |
307 | 341 | | |
308 | 342 | | |
309 | 343 | | |
| |||
316 | 350 | | |
317 | 351 | | |
318 | 352 | | |
319 | | - | |
| 353 | + | |
320 | 354 | | |
321 | 355 | | |
322 | 356 | | |
323 | 357 | | |
324 | 358 | | |
325 | 359 | | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
326 | 364 | | |
327 | 365 | | |
328 | 366 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
163 | 167 | | |
164 | 168 | | |
165 | 169 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
175 | 180 | | |
176 | 181 | | |
177 | 182 | | |
| |||
0 commit comments