Commit 527f303
authored
fix: 🚑 indexer handling of file deletion (#596)
* fix: 🐛 make it so the indexer handles file deletions more gracefully
* fix: 🐛 add safeguards to file deletion flows in runtime and improve them
* style: 🎨 run cargo fmt
* chore: 🏷️ run typegen
* chore: 🔖 bump api-augment and types-bundle versions
* fix: 🐛 handle edge case for revokes and rejects
* chore: 🔖 bump backend and sdk versions
* docs: 💡 add comments explaining the edge cases we are avoiding
* test: ✅ fix tests that banked on open storage requests being deletable
* style: 🎨 revert whitespace changes1 parent 5e53d4c commit 527f303
File tree
33 files changed
+1242
-90
lines changed- api-augment
- dist
- parachain/interfaces
- solochain-evm/interfaces
- types
- parachain/interfaces
- solochain-evm/interfaces
- src
- parachain/interfaces
- solochain-evm/interfaces
- backend
- bin
- lib
- src/models
- client
- indexer-db/src/models
- indexer-service/src
- pallets/file-system/src
- sdk
- core
- msp-client
- src
- test/suites/integration
- bsp
- solochain-evm
- types-bundle
33 files changed
+1242
-90
lines changedSome 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.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
285 | 294 | | |
286 | 295 | | |
287 | 296 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4846 | 4846 | | |
4847 | 4847 | | |
4848 | 4848 | | |
4849 | | - | |
| 4849 | + | |
| 4850 | + | |
| 4851 | + | |
4850 | 4852 | | |
4851 | 4853 | | |
4852 | 4854 | | |
| |||
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
305 | 314 | | |
306 | 315 | | |
307 | 316 | | |
| |||
0 commit comments