Skip to content

feat!: rename LGT to AVOW + pin chain v0.3.0 (DO NOT MERGE until chain deploys)#42

Merged
proofmancer merged 1 commit into
mainfrom
chain457/rename-lgt-to-avow
May 25, 2026
Merged

feat!: rename LGT to AVOW + pin chain v0.3.0 (DO NOT MERGE until chain deploys)#42
proofmancer merged 1 commit into
mainfrom
chain457/rename-lgt-to-avow

Conversation

@proofmancer
Copy link
Copy Markdown
Member

⚠️ DRAFT — do not merge until chain v0.3.0 deploys to the public devnet that replaces ligate-devnet-1. This CLI binary is incompatible with the still-LGT devnet-1; merging early ships a broken ligate to anyone tracking main.

Cross-repo follow-up to ligate-chain#457. Closes #39.

Summary

  • $LGTAVOW everywhere. Per the cleaner convention adopted chain-side, the leading $ drops from the prose ticker. Substitutions cover display strings, doc comments, README, CHANGELOG, and internal Rust identifiers.
  • Chain dep pin: branch = "main"tag = "v0.3.0" for ligate-client, ligate-stf, ligate-rollup. Explicit version coupling.
  • SDK pin bumped to chain v0.3.0's canonical revs: Sovereign-Labs/sovereign-sdk@f6cd64749ed... and ligate-io/sovereign-sdk@ffff9dfe6b6... (was f89964c66bc... and eab3f9d0ae0...).
  • Wire-field renames in faucet + balance: drip_amount_lgtdrip_amount_avow, amount_lgtamount_avow. Aligned with ligate-api#70's wire-shape flip.

Coordination

Holds for the same cutover window as ligate-api#70. Order:

  1. Chain v0.3.0 deploys to ligate-devnet-2
  2. ligate-api#70 merges + Railway redeploys api against the new chain
  3. Mark this PR ready + merge. Release workflow builds + publishes v0.3.0 of the CLI; operators brew upgrade or re-download
  4. Until (3), ligate-cli v0.2.1 keeps working against devnet-1

Test plan

  • CI green (cargo fmt / clippy / check / test)
  • No Llgt`` matches anywhere after substitution (verified locally; rg returns empty)
  • After chain deploy + api flip: ligate balance lig1… prints AVOW (manual smoke)

@proofmancer proofmancer marked this pull request as ready for review May 25, 2026 13:19
@proofmancer
Copy link
Copy Markdown
Member Author

I have read the CLA Document and I hereby sign the CLA

@proofmancer proofmancer merged commit 8dd976c into main May 25, 2026
2 of 5 checks passed
@proofmancer proofmancer deleted the chain457/rename-lgt-to-avow branch May 25, 2026 13:19
@github-actions github-actions Bot locked and limited conversation to collaborators May 25, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: rename LGT to AVOW across CLI commands + README (tracks ligate-chain#457)

1 participant