Commit b5b8941
feat: refactor database locking model (#321)
* refactor database locking model
* fix prepare on strat up
* put DatabaseConnectionProvider behind test-utils feature flag
* Revert "put DatabaseConnectionProvider behind test-utils feature flag"
This reverts commit 9b0ed39.
---------
Co-authored-by: greg <[email protected]>1 parent 7594970 commit b5b8941
File tree
20 files changed
+688
-409
lines changed- crates
- chain-orchestrator/src
- database/db
- src
- derivation-pipeline
- benches
- src
- manager/src/manager
- node/src
- builder
- providers/src
- l1/message
- sequencer/tests
20 files changed
+688
-409
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
| 32 | + | |
30 | 33 | | |
31 | 34 | | |
32 | 35 | | |
| |||
41 | 44 | | |
42 | 45 | | |
43 | 46 | | |
44 | | - | |
| 47 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
| |||
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
0 commit comments