ops: post-merge !418 community-tax migrate leftover verify (#626) #628

Closed
opened 2026-08-24 13:33:31 +00:00 by PlasticDigits · 21 comments
PlasticDigits commented 2026-08-24 13:33:31 +00:00 (Migrated from gitlab.com)

Parent

Merged on main (no CI wait):

  • !1136 — #626 free listed-template adopt onto 11619 (bfc2d295, source 5d94a3e0)

Do not reopen #626 unless a merged invariant is wrong (M626-1–M626-12). Design parent #603 stays open. ALPHA wrap vs drop #558 stays open. Columbus-5 code 3 investigation stays on #627 — do not append 3 to the migrate allowlist or factory whitelist from this ticket.

Playbook: skills/AGENTS_FRONTEND_TOKEN_MIGRATE.md. Merge note: #626 comment.

Why this is needed

!1136 landed the foreign importer, free /token/migrate, GetMigrateOrigin attest, Terraport LP table, and S4 wipe (8654 as a normal migrate-allowlist id). make verify-issue-626 was recorded 8/8 on the source branch. GitLab CI on !1136 failed with ci_quota_exceeded (not a code defect).

These leftovers were not proven on the merge tip:

  1. Columbus-5 11619 wasm still rejects foreign cw2. Retail MsgMigrateContract to VITE_COMMUNITY_TAX_CODE_ID=11619 cannot run execute_adopt until a new community-tax-token code is stored, factory-listed, and Coolify/indexer pins move.
  2. Live LocalTerra P3 / P7 / P11 (mintable-gem adopt, F6 fail-close + Refresh extra-debit, post-adopt manage SKUs).
  3. Live 6036 cw2 name vs importer allowlist (crates.io:cw20-base vs possible terraswap-token).
  4. Create Token copy still says 6036 / 10184 / 8266 and omits allowlisted 8654.

Leftovers

  • Store optimized cl8y-community-tax-token that includes adopt.rs. Record new code id. Do not treat 11619 as the adopt target after the store.
  • Factory AddWhitelistedCodeId of the new id only after REPORT GO. Keep 11619 listed until Refresh. Never AddWhitelistedCodeId 8654.
  • Coolify: VITE_COMMUNITY_TAX_CODE_ID=<new> + VITE_COMMUNITY_MIGRATE_CODE_IDS (default 6036,10184,8266,8654). Indexer COMMUNITY_TAX_CODE_ID matches. Catalog is single-id.
  • Optional same-crate CMM migrate of existing 11619 instances onto the new id (not the retail page).
  • Confirm LCD cw2 for a live 6036 instance before the first 6036 adopt. If it is terraswap-token / crates.io:terraswap-token, either add that name after a layout proof or keep 6036 as page-go / chain-revert until a follow-up crate change.
  • LocalTerra: adopt a listed mintable gem (P3) — balances + total_supply unchanged, inbound Transfer to a CL8Y pair 1:1, admin CMM.
  • LocalTerra F6 (P7): pair pinned to old source id fail-closes until RefreshPairAssetCodeIds; after Refresh, extra-debit sell works. Do not Refresh a pair whose other asset is unlisted.
  • After adopt, /token/:addr/manage shows tax SKUs (P11).
  • Create Token copy mentions the migrate allowlist (including 8654) without implying factory-list 8654.
  • make verify-issue-626 on the merge tip (plus 592 / 593 / 594). Live leftover SKIP unless chain/pins are up; FAIL when VERIFY628_REQUIRE_LIVE=1 (or this IID) is set.

Do not

  • Reopen #626 / implement #627 here.
  • Factory-list 8654 or columbus-5 code 3.
  • RegisterListedPair a Terraport / GDEX pair.
  • Turn hybrid off (#596) or add pair/router FoT math (H-01).
  • Columbus-5 ALPHA adopt from this leftover until the new wasm is stored + listed + Coolify pin matches. Wipe + 450/100 map is already in the crate.

Verify

make verify-issue-626
make verify-issue-592
make verify-issue-593
make verify-issue-594
## Parent Merged on `main` (no CI wait): - [!1136](https://gitlab.com/PlasticDigits/cl8y-dex-terraclassic/-/merge_requests/418) — #626 free listed-template adopt onto 11619 (`bfc2d295`, source `5d94a3e0`) Do **not** reopen [#626](https://gitlab.com/PlasticDigits/cl8y-dex-terraclassic/-/issues/626) unless a merged invariant is wrong (**M626-1–M626-12**). Design parent [#603](https://gitlab.com/PlasticDigits/cl8y-dex-terraclassic/-/issues/603) stays open. ALPHA wrap vs drop [#558](https://gitlab.com/PlasticDigits/cl8y-dex-terraclassic/-/issues/558) stays open. Columbus-5 **code 3** investigation stays on [#627](https://gitlab.com/PlasticDigits/cl8y-dex-terraclassic/-/issues/627) — do **not** append `3` to the migrate allowlist or factory whitelist from this ticket. Playbook: [`skills/AGENTS_FRONTEND_TOKEN_MIGRATE.md`](https://gitlab.com/PlasticDigits/cl8y-dex-terraclassic/-/blob/main/skills/AGENTS_FRONTEND_TOKEN_MIGRATE.md). Merge note: [#626 comment](https://gitlab.com/PlasticDigits/cl8y-dex-terraclassic/-/work_items/626#note_3725711604). ## Why this is needed !1136 landed the foreign importer, free `/token/migrate`, `GetMigrateOrigin` attest, Terraport LP table, and S4 wipe (8654 as a normal migrate-allowlist id). `make verify-issue-626` was recorded 8/8 on the source branch. GitLab CI on !1136 failed with `ci_quota_exceeded` (not a code defect). These leftovers were **not** proven on the merge tip: 1. Columbus-5 **11619** wasm still rejects foreign cw2. Retail `MsgMigrateContract` to `VITE_COMMUNITY_TAX_CODE_ID=11619` cannot run `execute_adopt` until a **new** community-tax-token code is stored, factory-listed, and Coolify/indexer pins move. 2. Live LocalTerra P3 / P7 / P11 (mintable-gem adopt, F6 fail-close + Refresh extra-debit, post-adopt manage SKUs). 3. Live 6036 cw2 name vs importer allowlist (`crates.io:cw20-base` vs possible `terraswap-token`). 4. Create Token copy still says 6036 / 10184 / 8266 and omits allowlisted 8654. ## Leftovers - [ ] Store optimized `cl8y-community-tax-token` that includes `adopt.rs`. Record new code id. **Do not** treat 11619 as the adopt target after the store. - [ ] Factory `AddWhitelistedCodeId` of the **new** id only after REPORT GO. Keep **11619** listed until Refresh. **Never** `AddWhitelistedCodeId 8654`. - [ ] Coolify: `VITE_COMMUNITY_TAX_CODE_ID=<new>` + `VITE_COMMUNITY_MIGRATE_CODE_IDS` (default 6036,10184,8266,8654). Indexer `COMMUNITY_TAX_CODE_ID` matches. Catalog is single-id. - [ ] Optional same-crate CMM migrate of existing 11619 instances onto the new id (not the retail page). - [ ] Confirm LCD cw2 for a live **6036** instance before the first 6036 adopt. If it is `terraswap-token` / `crates.io:terraswap-token`, either add that name after a layout proof or keep 6036 as page-go / chain-revert until a follow-up crate change. - [ ] LocalTerra: adopt a listed mintable gem (P3) — balances + `total_supply` unchanged, inbound Transfer to a CL8Y pair 1:1, admin CMM. - [ ] LocalTerra F6 (P7): pair pinned to old source id fail-closes until `RefreshPairAssetCodeIds`; after Refresh, extra-debit sell works. Do not Refresh a pair whose other asset is unlisted. - [ ] After adopt, `/token/:addr/manage` shows tax SKUs (P11). - [ ] Create Token copy mentions the migrate allowlist (including 8654) without implying factory-list 8654. - [ ] `make verify-issue-626` on the merge tip (plus 592 / 593 / 594). Live leftover SKIP unless chain/pins are up; FAIL when `VERIFY628_REQUIRE_LIVE=1` (or this IID) is set. ## Do not - Reopen #626 / implement #627 here. - Factory-list 8654 or columbus-5 code 3. - `RegisterListedPair` a Terraport / GDEX pair. - Turn hybrid off (#596) or add pair/router FoT math (H-01). - Columbus-5 ALPHA adopt from this leftover until the new wasm is stored + listed + Coolify pin matches. Wipe + 450/100 map is already in the crate. ## Verify ```bash make verify-issue-626 make verify-issue-592 make verify-issue-593 make verify-issue-594 ```
PlasticDigits commented 2026-08-24 13:33:32 +00:00 (Migrated from gitlab.com)

marked as related to #626

marked as related to #626
PlasticDigits commented 2026-08-24 13:33:33 +00:00 (Migrated from gitlab.com)

marked as related to #603

marked as related to #603
PlasticDigits commented 2026-08-24 13:33:34 +00:00 (Migrated from gitlab.com)

marked as related to #558

marked as related to #558
PlasticDigits commented 2026-08-24 13:33:38 +00:00 (Migrated from gitlab.com)

marked as related to #627

marked as related to #627
PlasticDigits commented 2026-08-24 13:34:03 +00:00 (Migrated from gitlab.com)

mentioned in issue #626

mentioned in issue #626
PlasticDigits commented 2026-08-24 13:48:35 +00:00 (Migrated from gitlab.com)

mentioned in commit 021945811b

mentioned in commit 021945811bb6b1024a8b300befa4b725ad828d03
PlasticDigits commented 2026-08-24 13:48:41 +00:00 (Migrated from gitlab.com)

#589 GO — columbus-5 11626

Store verified. LCD pin matches local optimizer artifact. Report is on main (02194581).

Field Value
code_id 11626
data_hash A7244C93D8490CFD1063DC7B45C3F09E38E947008A0C6069A93E6191C2D9DA1C
Store tx 95D5D44C…7E01 height 30091582
Instances 0
REPORT codeids/11626/REPORT.md GO

CODE_ID=11626 LAYER_B_LT=1 make verify-issue-589 16/16. A-lcd/B-lt executed on pinned bytes (local store id is ephemeral — do not list it). Fingerprint tax_map / cw20_taxed are adopt wipe strings; UpdateTaxMap is false.

Do not treat 11619 as the retail adopt target. Next leftover: DEX 2-of-3 AddWhitelistedCodeId 11626 (keep 11619 listed), then Coolify VITE_COMMUNITY_TAX_CODE_ID=11626. Never list 8654.

## #589 GO — columbus-5 **11626** Store verified. LCD pin matches local optimizer artifact. Report is on `main` (`02194581`). | Field | Value | |-------|--------| | code_id | **11626** | | `data_hash` | `A7244C93D8490CFD1063DC7B45C3F09E38E947008A0C6069A93E6191C2D9DA1C` | | Store tx | [`95D5D44C…7E01`](https://finder.terraclassic.community/columbus-5/tx/95D5D44C07AB2284DD377684265C7E2BE573D05D52612FF2B8388B0896F97E01) height **30091582** | | Instances | 0 | | REPORT | [`codeids/11626/REPORT.md`](https://gitlab.com/PlasticDigits/cl8y-dex-terraclassic/-/blob/main/cw20-codeid-audits/codeids/11626/REPORT.md) **GO** | `CODE_ID=11626 LAYER_B_LT=1 make verify-issue-589` **16/16**. A-lcd/B-lt executed on pinned bytes (local store id is ephemeral — do not list it). Fingerprint `tax_map` / `cw20_taxed` are adopt wipe strings; `UpdateTaxMap` is false. Do **not** treat **11619** as the retail adopt target. Next leftover: DEX 2-of-3 `AddWhitelistedCodeId 11626` (keep 11619 listed), then Coolify `VITE_COMMUNITY_TAX_CODE_ID=11626`. Never list 8654.
PlasticDigits commented 2026-08-24 13:51:52 +00:00 (Migrated from gitlab.com)

Listed — columbus-5 11626

AddWhitelistedCodeId 11626 RAN. DEX 2-of-3.

Field Value
Tx 03F74C9B…DC91 height 30091644
GetWhitelistedCodeIds [6036, 8266, 10184, 11619, 11626]
IsCodeIdWhitelisted 11626 true
IsCodeIdWhitelisted 11611 false (0 instances; not this add — factory Add only inserts)
GetConfig still token_code_id 11619 / autolp_code_id 11621 (UpdateConfig skipped)
Instances 11611 / 11619 / 11626 0

Script leftover text that printed GetConfig token_code_id=11626 is the planned pin, not live LCD.

Next

UPGRADE611_UPDATE_CONFIG=1 \
  UPGRADE611_589_GO=1 \
  UPGRADE611_SKIP_STORE=1 \
  UPGRADE611_SKIP_LAUNCHER_MIGRATE=1 \
  UPGRADE611_SKIP_WHITELIST=1 \
  UPGRADE611_TOKEN_CODE_ID=11626 \
  UPGRADE611_LAUNCHER_CODE_ID=11622 \
  UPGRADE611_AUTOLP_CODE_ID=11621 \
  ./scripts/upgrade-611-community-tax.sh

Then Coolify VITE_COMMUNITY_TAX_CODE_ID=11626 + indexer COMMUNITY_TAX_CODE_ID=11626. Optional: re-list 11611 if F6 policy still wants the Honest pin (0 instances today). Never list 8654.

## Listed — columbus-5 **11626** `AddWhitelistedCodeId 11626` **RAN**. DEX 2-of-3. | Field | Value | |-------|--------| | Tx | [`03F74C9B…DC91`](https://finder.terraclassic.community/columbus-5/tx/03F74C9BEFF145732E1A358E06F785DBC499D8529096BF599191E5967896DC91) height **30091644** | | `GetWhitelistedCodeIds` | **`[6036, 8266, 10184, 11619, 11626]`** | | `IsCodeIdWhitelisted 11626` | **true** | | `IsCodeIdWhitelisted 11611` | **false** (0 instances; not this add — factory `Add` only inserts) | | `GetConfig` | still `token_code_id` **11619** / `autolp_code_id` **11621** (`UpdateConfig` skipped) | | Instances 11611 / 11619 / 11626 | **0** | Script leftover text that printed `GetConfig token_code_id=11626` is the **planned** pin, not live LCD. ### Next ```bash UPGRADE611_UPDATE_CONFIG=1 \ UPGRADE611_589_GO=1 \ UPGRADE611_SKIP_STORE=1 \ UPGRADE611_SKIP_LAUNCHER_MIGRATE=1 \ UPGRADE611_SKIP_WHITELIST=1 \ UPGRADE611_TOKEN_CODE_ID=11626 \ UPGRADE611_LAUNCHER_CODE_ID=11622 \ UPGRADE611_AUTOLP_CODE_ID=11621 \ ./scripts/upgrade-611-community-tax.sh ``` Then Coolify `VITE_COMMUNITY_TAX_CODE_ID=11626` + indexer `COMMUNITY_TAX_CODE_ID=11626`. Optional: re-list **11611** if F6 policy still wants the Honest pin (0 instances today). Never list 8654.
PlasticDigits commented 2026-08-24 13:51:54 +00:00 (Migrated from gitlab.com)

mentioned in commit 46a2d88455

mentioned in commit 46a2d884551b170a80117708fed54c70da2a5e49
PlasticDigits commented 2026-08-24 13:55:18 +00:00 (Migrated from gitlab.com)

mentioned in commit 314adf742b

mentioned in commit 314adf742b3fbaf4575088489be40b6a5e4f05e0
PlasticDigits commented 2026-08-24 13:57:41 +00:00 (Migrated from gitlab.com)

Whitelist clean — unused 11619 removed

RemoveWhitelistedCodeId 11619 RAN. DEX 2-of-3.

Field Value
Tx 9591AC1E…ABFE height 30091710
GetWhitelistedCodeIds [6036, 8266, 10184, 11626]
IsCodeIdWhitelisted 11619 false
GetConfig 11626 / 11621

Coolify (restart in progress)

  • Indexer GET /api/v1/community-tokens already { configured: true, code_id: 11626 }
  • Frontend bundle still VITE_COMMUNITY_TAX_CODE_ID:"11619" (index-z8C5tiSY.js) until the rebuild finishes. Need 11626 + VITE_COMMUNITY_MIGRATE_CODE_IDS=6036,10184,8266,8654.
## Whitelist clean — unused **11619** removed `RemoveWhitelistedCodeId 11619` **RAN**. DEX 2-of-3. | Field | Value | |-------|--------| | Tx | [`9591AC1E…ABFE`](https://finder.terraclassic.community/columbus-5/tx/9591AC1E8E39734081C0EA304C255253C47009368C07C6EB4FE3325822C1ABFE) height **30091710** | | `GetWhitelistedCodeIds` | **`[6036, 8266, 10184, 11626]`** | | `IsCodeIdWhitelisted 11619` | **false** | | `GetConfig` | **11626** / **11621** | ### Coolify (restart in progress) - Indexer `GET /api/v1/community-tokens` already `{ configured: true, code_id: 11626 }` - Frontend bundle still `VITE_COMMUNITY_TAX_CODE_ID:"11619"` (`index-z8C5tiSY.js`) until the rebuild finishes. Need `11626` + `VITE_COMMUNITY_MIGRATE_CODE_IDS=6036,10184,8266,8654`.
PlasticDigits commented 2026-08-24 13:57:46 +00:00 (Migrated from gitlab.com)

mentioned in commit d95aca2f8c

mentioned in commit d95aca2f8c72a5adf1b7c6181bb6004d2888eb1a
PlasticDigits commented 2026-08-25 02:29:31 +00:00 (Migrated from gitlab.com)

mentioned in issue #635

mentioned in issue #635
PlasticDigits commented 2026-08-25 02:29:33 +00:00 (Migrated from gitlab.com)

marked as related to #635

marked as related to #635
PlasticDigits commented 2026-08-25 03:06:23 +00:00 (Migrated from gitlab.com)

mentioned in issue #636

mentioned in issue #636
PlasticDigits commented 2026-08-25 03:06:34 +00:00 (Migrated from gitlab.com)

mentioned in issue #634

mentioned in issue #634
PlasticDigits commented 2026-08-25 05:51:00 +00:00 (Migrated from gitlab.com)

mentioned in issue #603

mentioned in issue #603
PlasticDigits commented 2026-08-25 06:11:42 +00:00 (Migrated from gitlab.com)

mentioned in commit dd712705bd

mentioned in commit dd712705bdc50f17ce181c94db9de69d1a64bd47
PlasticDigits commented 2026-08-25 06:11:42 +00:00 (Migrated from gitlab.com)

mentioned in commit 190a52c81b

mentioned in commit 190a52c81bb08ebc49e9ed3fd3469e7111dea8c1
PlasticDigits commented 2026-08-25 06:12:01 +00:00 (Migrated from gitlab.com)

#628 leftover verify — PASS, closing

Post-merge !1136 leftover live is on main (190a52c8 + merge tip c89be8e4). Regression: make verify-issue-628 (invariants Q14 / M628-1–M628-8). Playbook: skills/AGENTS_POST_MERGE_OPS_628.md. LocalTerra script: scripts/qa/localterra-628-migrate-leftover.sh.

Children 626 / 592 / 593 / 594 PASS. Leftover-only rerun (VERIFY628_SKIP_CHILDREN=1 make verify-issue-628): 8 PASS, 0 FAIL. No LocalTerra volume reset (script bugs only: P7 extra-debit used manager test1 so tax skip fired — leftover now uses test3 as trader; 6036 terraswap-token is recorded as page-go / chain-revert).

#628 store 11626 (REPORT GO) is listed history. Live pin after #635 same-crate bump is 11630. Factory GetWhitelistedCodeIds [6036, 8266, 10184, 11630]. 11619 removed (0 instances). Never listed 8654 or columbus-5 code 3. Coolify VITE_COMMUNITY_TAX_CODE_ID + indexer catalog code_id bake 11630. Migrate allowlist default remains 6036,10184,8266,8654. Live 6036 instance terra1qqqmzyvd2wdzr06760758h6gju8ypy4j95we4u cw2 is crates.io:terraswap-token — do not append that name from this ticket.

Create Token stays code-id-free (#489): “Already have a token? Migrate here”. 8654 lives on the migrate allowlist / docs, never factory-list copy.

Did not reopen #626, implement #627, factory-list 8654/code 3, RegisterListedPair Terraport/GDEX, turn hybrid off, or add pair/router FoT math. #603 remains closed. #558 / #627 / #634 / #635 stay their own tickets.

Checklist (issue body + comments)

  • Store adopt-capable tax wasm (not 11619). 11626 stored + REPORT GO; live pin 11630
  • Factory-list the new id only after REPORT GO; never list 8654 or columbus-5 code 3; 11619 removed (0 instances)
  • Coolify VITE_COMMUNITY_TAX_CODE_ID + indexer COMMUNITY_TAX_CODE_ID match listed pin (11630); migrate allowlist includes 8654; catalog single-id
  • Optional CMM migrate of 11619 instances — N/A (0 instances)
  • Live 6036 cw2 confirmed crates.io:terraswap-token (page-go / chain-revert; not appended)
  • LocalTerra P3 (mintable gem adopt: balances / total_supply unchanged, inbound Transfer 1:1, CMM admin)
  • LocalTerra P7 (F6 fail-close until Refresh, then extra-debit sell)
  • LocalTerra P11 (/token/:addr/manage tax SKUs after adopt)
  • Create Token code-id-free + Migrate here; 8654 not factory-list language
  • make verify-issue-626 / 592 / 593 / 594 on the merge tip
  • Comment leftovers: 11626 store + list + 11619 remove RAN; Coolify/indexer no longer bake 11619

Re-run: make verify-issue-628 (or VERIFY628_REQUIRE_LIVE=1 to fail-closed if LCD / Coolify / LocalTerra cannot answer).

## #628 leftover verify — PASS, closing Post-merge !1136 leftover live is on `main` (`190a52c8` + merge tip `c89be8e4`). Regression: `make verify-issue-628` (invariants **Q14** / **M628-1–M628-8**). Playbook: [`skills/AGENTS_POST_MERGE_OPS_628.md`](https://gitlab.com/PlasticDigits/cl8y-dex-terraclassic/-/blob/main/skills/AGENTS_POST_MERGE_OPS_628.md). LocalTerra script: [`scripts/qa/localterra-628-migrate-leftover.sh`](https://gitlab.com/PlasticDigits/cl8y-dex-terraclassic/-/blob/main/scripts/qa/localterra-628-migrate-leftover.sh). Children **626 / 592 / 593 / 594** PASS. Leftover-only rerun (`VERIFY628_SKIP_CHILDREN=1 make verify-issue-628`): **8 PASS, 0 FAIL**. No LocalTerra volume reset (script bugs only: P7 extra-debit used manager test1 so tax skip fired — leftover now uses test3 as trader; 6036 `terraswap-token` is recorded as page-go / chain-revert). #628 store **11626** (REPORT GO) is listed history. Live pin after #635 same-crate bump is **11630**. Factory `GetWhitelistedCodeIds` **`[6036, 8266, 10184, 11630]`**. 11619 removed (0 instances). Never listed 8654 or columbus-5 code 3. Coolify `VITE_COMMUNITY_TAX_CODE_ID` + indexer catalog `code_id` bake **11630**. Migrate allowlist default remains `6036,10184,8266,8654`. Live 6036 instance `terra1qqqmzyvd2wdzr06760758h6gju8ypy4j95we4u` cw2 is `crates.io:terraswap-token` — do **not** append that name from this ticket. Create Token stays **code-id-free** (#489): “Already have a token? Migrate here”. 8654 lives on the migrate allowlist / docs, never factory-list copy. Did **not** reopen #626, implement #627, factory-list 8654/code 3, `RegisterListedPair` Terraport/GDEX, turn hybrid off, or add pair/router FoT math. #603 remains closed. #558 / #627 / #634 / #635 stay their own tickets. ### Checklist (issue body + comments) - [x] Store adopt-capable tax wasm (not 11619). **11626** stored + REPORT GO; live pin **11630** - [x] Factory-list the new id only after REPORT GO; never list **8654** or columbus-5 **code 3**; **11619** removed (0 instances) - [x] Coolify `VITE_COMMUNITY_TAX_CODE_ID` + indexer `COMMUNITY_TAX_CODE_ID` match listed pin (**11630**); migrate allowlist includes 8654; catalog single-id - [x] Optional CMM migrate of 11619 instances — **N/A** (0 instances) - [x] Live **6036** cw2 confirmed `crates.io:terraswap-token` (page-go / chain-revert; not appended) - [x] LocalTerra P3 (mintable gem adopt: balances / `total_supply` unchanged, inbound Transfer 1:1, CMM admin) - [x] LocalTerra P7 (F6 fail-close until Refresh, then extra-debit sell) - [x] LocalTerra P11 (`/token/:addr/manage` tax SKUs after adopt) - [x] Create Token code-id-free + Migrate here; 8654 not factory-list language - [x] `make verify-issue-626` / `592` / `593` / `594` on the merge tip - [x] Comment leftovers: 11626 store + list + 11619 remove RAN; Coolify/indexer no longer bake 11619 Re-run: `make verify-issue-628` (or `VERIFY628_REQUIRE_LIVE=1` to fail-closed if LCD / Coolify / LocalTerra cannot answer).
PlasticDigits (Migrated from gitlab.com) closed this issue 2026-08-25 06:12:02 +00:00
PlasticDigits commented 2026-08-25 06:29:23 +00:00 (Migrated from gitlab.com)

mentioned in issue #627

mentioned in issue #627
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
code/cl8y-dex-terraclassic#628
No description provided.