Commit 96c5bef
authored
PLT-9070 - Marconi components; further generalisation of index running machinery (#285)
* PLT-9070 - Allow monadic preprocessing
* PLT-9070 - Loosen runEmitterAndConsumer arg reqs
* PLT-9070 - Generalise and expose stream emitter
* PLT-9070 - Loosen streamEmitter a bit more
* PLT-9070 - More experimental changes
* PLT-9070 - More experimentation with stateful streaming
* PLT-9070 - Removed the transformer wackiness
* PLT-9070 - Remove specialised config dependency from streamEmitter
* PLT-9070 - More messy experimenting
* PLT-9070 - Use optparse-applicative-fork
* PLT-9070 - Try to dedupe the streaming changes
* PLT-9070 - Added accidentally removed comment back in
* PLT-9070 - Tiny comments
* PLT-9070 - optparse-applicative-fork in marconi-chain-index-legacy
* PLT-9070 - Updated golden files
* PLT-9070 - Missed some golden files
* PLT-9070 - Dummy file for missing required folder
* PLT-9070 - Added golden files back in
* PLT-9070 - Moved the golden files into the right folder
* Revert "PLT-9070 - Moved the golden files into the right folder"
This reverts commit c3460fe.
* Revert "PLT-9070 - Added golden files back in"
This reverts commit 644a50b.
* Revert "PLT-9070 - Dummy file for missing required folder"
This reverts commit 97d9c73.
* Revert "PLT-9070 - Missed some golden files"
This reverts commit adc4c04.
* Revert "PLT-9070 - Updated golden files"
This reverts commit 4cea62d.
* Revert "PLT-9070 - optparse-applicative-fork in marconi-chain-index-legacy"
This reverts commit 3aa082b.
* PLT-9070 - Remove dependency on optparse-applicative-fork
* PLT-9070 - Removed unneeded language ext1 parent 3944363 commit 96c5bef
File tree
2 files changed
+42
-25
lines changed- marconi-cardano-core/src/Marconi/Cardano/Core
- marconi-cardano-indexers/test-lib/Test
2 files changed
+42
-25
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
15 | 19 | | |
16 | 20 | | |
17 | 21 | | |
| |||
133 | 137 | | |
134 | 138 | | |
135 | 139 | | |
| 140 | + | |
| 141 | + | |
136 | 142 | | |
137 | | - | |
138 | 143 | | |
139 | 144 | | |
140 | 145 | | |
| |||
155 | 160 | | |
156 | 161 | | |
157 | 162 | | |
| 163 | + | |
| 164 | + | |
158 | 165 | | |
159 | | - | |
160 | | - | |
| 166 | + | |
161 | 167 | | |
162 | 168 | | |
163 | 169 | | |
| |||
179 | 185 | | |
180 | 186 | | |
181 | 187 | | |
182 | | - | |
183 | | - | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
184 | 193 | | |
185 | 194 | | |
186 | 195 | | |
187 | 196 | | |
| 197 | + | |
| 198 | + | |
188 | 199 | | |
189 | | - | |
190 | 200 | | |
191 | 201 | | |
192 | 202 | | |
| |||
197 | 207 | | |
198 | 208 | | |
199 | 209 | | |
200 | | - | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
201 | 215 | | |
202 | 216 | | |
203 | 217 | | |
| |||
245 | 259 | | |
246 | 260 | | |
247 | 261 | | |
248 | | - | |
| 262 | + | |
249 | 263 | | |
250 | | - | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
251 | 267 | | |
252 | | - | |
| 268 | + | |
253 | 269 | | |
254 | | - | |
| 270 | + | |
255 | 271 | | |
256 | 272 | | |
257 | | - | |
258 | | - | |
| 273 | + | |
259 | 274 | | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | 275 | | |
264 | 276 | | |
265 | | - | |
266 | | - | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
267 | 282 | | |
268 | 283 | | |
269 | | - | |
270 | | - | |
271 | | - | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
272 | 287 | | |
273 | 288 | | |
274 | 289 | | |
| |||
290 | 305 | | |
291 | 306 | | |
292 | 307 | | |
293 | | - | |
294 | | - | |
| 308 | + | |
| 309 | + | |
295 | 310 | | |
296 | 311 | | |
297 | 312 | | |
| |||
321 | 336 | | |
322 | 337 | | |
323 | 338 | | |
324 | | - | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
325 | 343 | | |
326 | 344 | | |
327 | 345 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | 96 | | |
98 | 97 | | |
99 | 98 | | |
| |||
0 commit comments