Skip to content

refactor: rename scripts with hierarchical prefixes#414

Draft
rjan90 wants to merge 1 commit intophi/document-upgradefrom
phi/improve-script-naming
Draft

refactor: rename scripts with hierarchical prefixes#414
rjan90 wants to merge 1 commit intophi/document-upgradefrom
phi/improve-script-naming

Conversation

@rjan90
Copy link
Collaborator

@rjan90 rjan90 commented Feb 4, 2026

Rename deployment and upgrade scripts with contract-based prefixes:

Warm Storage Scripts:

  • deploy-all-warm-storage.sh → warm-storage-deploy-all.sh
  • deploy-warm-storage-implementation-only.sh → warm-storage-deploy-implementation.sh
  • deploy-warm-storage-view.sh → warm-storage-deploy-view.sh
  • deploy-warm-storage-calibnet.sh → warm-storage-deploy-calibnet.sh
  • announce-planned-upgrade.sh → warm-storage-announce-upgrade.sh
  • upgrade.sh → warm-storage-execute-upgrade.sh
  • set-warm-storage-view.sh → warm-storage-set-view.sh

Service Provider Registry Scripts:

  • deploy-registry.sh → service-provider-registry-deploy.sh
  • announce-planned-upgrade-registry.sh → service-provider-registry-announce-upgrade.sh
  • upgrade-registry.sh → service-provider-registry-execute-upgrade.sh

Other Scripts:

  • deploy-provider-id-set.sh → provider-id-set-deploy.sh
  • deploy-session-key-registry.sh → session-key-registry-deploy.sh

Update all references in documentation and scripts.

…erability

refactor: rename scripts with hierarchical prefixes for better discoverability
@rjan90 rjan90 added this to the M4.2: mainnet GA milestone Feb 4, 2026
@FilOzzy FilOzzy added this to FOC Feb 4, 2026
@github-project-automation github-project-automation bot moved this to 📌 Triage in FOC Feb 4, 2026
@rjan90 rjan90 moved this from 📌 Triage to ⌨️ In Progress in FOC Feb 4, 2026
@rjan90 rjan90 self-assigned this Feb 4, 2026
@rjan90 rjan90 linked an issue Feb 4, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: ⌨️ In Progress

Development

Successfully merging this pull request may close these issues.

Improve Script Naming and Documentation

1 participant