Commit f0fc4ea
feat(coprocessor): add mechanism to release dependence chains when no progress (#1696)
* fix(coprocessor): do not update is_completed on unallowed handles
* feat(coprocessor): add mechanism to release dependence chains when no progress
* fix(coprocessor): remove obsolete row lock on computations
* feat(coprocessor): set created_at as topological order within block
* fix(coprocessor): chain release and update
* chore(coprocessor): update charts
* fix(coprocessor): fix top timestamp for tx
* fix(coprocessor): update earliest schedule order
* fix(coprocessor): remove adding epsilon to timestamp when releasing chain
* fix(coprocessor): split dependence chains after forks instead of before
---------
Co-authored-by: rudy <rudy.sicard@zama.ai>1 parent 041b991 commit f0fc4ea
File tree
17 files changed
+372
-138
lines changed- charts/coprocessor
- coprocessor/fhevm-engine
- .sqlx
- host-listener/src/database
- stress-test-generator/src
- tfhe-worker
- benches
- src
- tests
17 files changed
+372
-138
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
481 | 481 | | |
482 | 482 | | |
483 | 483 | | |
| 484 | + | |
484 | 485 | | |
485 | 486 | | |
486 | 487 | | |
| |||
Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments