Commit e2b8b6d
core: subgraph might continue processing to next block when an error occurred on a revert
The `continue` in the `instance_manager` run loop are actually doing a `continue` that continue to the next block in the stream.
That meants to be `break`s instead so they actually go up to the outer loop which restart the subgraph.1 parent f8d75a2 commit e2b8b6d
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
545 | 545 | | |
546 | 546 | | |
547 | 547 | | |
548 | | - | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
549 | 551 | | |
550 | 552 | | |
551 | 553 | | |
| |||
575 | 577 | | |
576 | 578 | | |
577 | 579 | | |
578 | | - | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
579 | 583 | | |
580 | 584 | | |
581 | 585 | | |
| |||
0 commit comments