Commit 97a0b53
# Description of change
Disable persist tx insertion order because of bug
#6668
To reenable some time after bug is fixed.
## Links to any relevant issues
part of #6668
## Type of change
- Bug fix (a non-breaking change which fixes an issue)
## How the change has been tested
clippy
formatting
`zen cargo nextest run -p iota-indexer --features pg_integration
--test-threads 1`
- [x] Basic tests (linting, compilation, formatting, unit/integration
tests)
- [ ] Patch-specific tests (correctness, functionality coverage)
### Release Notes
- [x] Indexer: Disable insertion order indexing (will be revisited while
enabling optimistic indexing)
Co-authored-by: Tomasz Pastusiak <[email protected]>
1 parent 5bee254 commit 97a0b53
File tree
2 files changed
+3
-12
lines changed- crates/iota-indexer
- src/handlers
- tests
2 files changed
+3
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 13 | + | |
17 | 14 | | |
18 | 15 | | |
19 | 16 | | |
| |||
123 | 120 | | |
124 | 121 | | |
125 | 122 | | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | 123 | | |
134 | 124 | | |
135 | 125 | | |
| |||
148 | 138 | | |
149 | 139 | | |
150 | 140 | | |
151 | | - | |
152 | 141 | | |
153 | 142 | | |
154 | 143 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| 229 | + | |
229 | 230 | | |
230 | 231 | | |
231 | 232 | | |
| |||
267 | 268 | | |
268 | 269 | | |
269 | 270 | | |
| 271 | + | |
270 | 272 | | |
271 | 273 | | |
272 | 274 | | |
| |||
0 commit comments