Commit b3f77b1
committed
fix(fast-inbox): bump the proving broker database schema version (A-1375)
Persisted broker jobs are keyed by the numeric ProvingRequestType, and this branch
inserts BLOCK_ROOT_MSGS_ONLY_ROLLUP into the middle of the enum, shifting every later
value. A prover restarted in place over an existing data directory would otherwise
dequeue a stale job and hand it to the wrong prover method; the version check already
discards a database whose schema version does not match.1 parent 182ecbd commit b3f77b1
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments