Commit 8911354
authored
fix(coprocessor): add missing indices for ciphertext_digest table (#1450)
* `idx_ciphertext_digest_handle` - we want the txn-sender to select by
handle only
* `idx_ciphertext_digest_unsent` - we want the txn-sender to
select unsent txns with ordered limited retries efficiently
Furthermore, add fair ordering of rows in the ciphertext_digest table by
tracking when entries are created and order by that in the txn-sender.
Also, update the `svm-rs-builds` dependency to fix an issue with it
failing to fetch 0.8.31 prerelease version during build time from the
Soliditylang JSON file.
1 parent 0db42da commit 8911354
File tree
5 files changed
+33
-15
lines changed- coprocessor/fhevm-engine
- .sqlx
- db-migration/migrations
- transaction-sender/src/ops
5 files changed
+33
-15
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 7 additions & 1 deletion
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.
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
| 313 | + | |
313 | 314 | | |
314 | 315 | | |
315 | 316 | | |
| |||
0 commit comments