Skip to content

fix: update stale links, fix code bugs, and rebrand Hyle to Hyli#50

Open
giwaov wants to merge 1 commit intohyli-org:mainfrom
giwaov:fix/stale-links-bugs-naming
Open

fix: update stale links, fix code bugs, and rebrand Hyle to Hyli#50
giwaov wants to merge 1 commit intohyli-org:mainfrom
giwaov:fix/stale-links-bugs-naming

Conversation

@giwaov
Copy link

@giwaov giwaov commented Feb 18, 2026

Summary

This PR fixes stale references from the Hyle -> Hyli rebrand, corrects actual code bugs, and fixes typos across all example contracts.

Stale links & references (21 files)

  • Updated all docs.hyle.eu links to docs.hyli.org (7 occurrences across READMEs)
  • Updated all hyle-org/hyle git dependency URLs to hyli-org/hyli (8 Cargo.toml files)
  • Updated Hyle-org GitHub org references to hyli-org (3 README links)
  • Fixed broken simple_erc20 branch references to main (2 links)
  • Rebranded "Hyle"/"Hylé" to "Hyli" in all READMEs

Code bugs fixed

  • simple-identity: Ok("Successfully registered identity for account: {}".to_string()) used a literal {} instead of format!() — the account name was never interpolated
  • ticket-app: Error message for insufficient transfer amount showed self.ticket_price.0 (token name) and &recipient (address) instead of the expected price (self.ticket_price.1) and actual amount
  • simple-token: Stale error message referenced "hyllar state" instead of "SimpleToken state"

Typos & copy-paste fixes

  • contratcontract (simple-identity)
  • WeitherWhether (check-secret-noir)
  • Amm contractTicketApp contract (ticket-app comment)
  • Simple Token Contract implementation in NoirCheck Secret Contract implementation in Noir (check-secret-noir)

Test plan

  • Verify all updated links resolve correctly
  • Verify Cargo.toml git dependencies still resolve with the new URLs
  • Verify the format string fix in simple-identity produces the expected output
  • Verify the ticket-app error message now shows the correct price and amount values

- Update all docs.hyle.eu links to docs.hyli.org
- Update all hyle-org/hyle git dependency URLs to hyli-org/hyli
- Update all Hyle-org GitHub org references to hyli-org
- Fix broken simple_erc20 branch references to main
- Fix format string bug in simple-identity (literal {} instead of format!)
- Fix wrong error message values in ticket-app (was showing contract name and recipient instead of price and amount)
- Fix stale "hyllar state" error message in simple-token
- Fix copy-paste comments (Amm -> TicketApp, Simple Token -> Check Secret)
- Fix typos: contrat -> contract, Weither -> Whether
- Rebrand Hyle/Hylé -> Hyli across all READMEs
@giwaov giwaov force-pushed the fix/stale-links-bugs-naming branch from bff06d3 to 4864711 Compare February 20, 2026 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant