Commit 43f9dd6
Fix chain-simulator explorer/lite-wallet container restart failures (#179)
* fix(chain-simulator): force recreate containers on startup
Add --force-recreate to docker compose up to prevent explorer and
lite-wallet nginx failures caused by non-idempotent entrypoint scripts
accumulating duplicate location blocks across container restarts.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* docs(changelog): add chain-simulator container fix entry
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Bump version: 3.1.0 → 3.1.1-dev0
* fix: linting and doc dictionary
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: github-actions <41898282+github-actions@users.noreply.github.com>1 parent 5252502 commit 43f9dd6
File tree
5 files changed
+16
-3
lines changed- docs
- dictionary
- source/dev_documentation
- mxops/utils
5 files changed
+16
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 | | |
6 | 10 | | |
7 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
280 | | - | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
281 | 289 | | |
282 | 290 | | |
283 | 291 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments