From 02572051b5aadf616455cc500122216bcb5e00a6 Mon Sep 17 00:00:00 2001 From: ganymedio <17599867+ganymedio@users.noreply.github.com> Date: Wed, 29 Jul 2026 21:42:05 -0400 Subject: [PATCH] chore: point GitHub org references at movement-network The movementlabsxyz GitHub org is being renamed to movement-network. Swaps the org name across all references: the move-init Move.toml template (APTOS_GIT_PATH), the release-builder framework git path, the migration packages' AptosFramework deps, CI workflow uses:/image namespaces (ghcr.io), the Justfile container tags, release metadata, and docs. String/config-only change; no logic touched. --- .github/workflows/build-versions.yaml | 18 +++++++++--------- .github/workflows/claude-audit-pr.yml | 4 ++-- .github/workflows/publish-builder-images.yaml | 2 +- Justfile | 4 ++-- .../aptos-release-builder/data/release.yaml | 4 ++-- .../src/components/framework.rs | 2 +- .../consensus-types/src/pipelined_block.rs | 2 +- crates/aptos/homebrew/README.md | 2 +- crates/aptos/src/move_tool/mod.rs | 2 +- devtools/aptos-cargo-cli/src/common.rs | 2 +- docker/aptos-debugger/README.md | 6 +++--- .../framework-upgrades/Move.toml | 2 +- movement-migration/post-migration/Move.toml | 2 +- .../post-move2-upgrade/Move.toml | 2 +- movement-migration/test-proposal/Move.toml | 2 +- .../update_reconfiguration/Move.toml | 2 +- .../update_recurring_lockup_duration/Move.toml | 2 +- .../disable_concurrent_fungible_balance.json | 4 ++-- scripts/cli/build_cli_release.sh | 2 +- 19 files changed, 33 insertions(+), 33 deletions(-) diff --git a/.github/workflows/build-versions.yaml b/.github/workflows/build-versions.yaml index 3fa9903f88f..75a95d4d4b3 100644 --- a/.github/workflows/build-versions.yaml +++ b/.github/workflows/build-versions.yaml @@ -90,7 +90,7 @@ jobs: with: ref: ${{ inputs.ref || github.sha}} - name: Build binary ${{ matrix.binary.package }} - uses: movementlabsxyz/aptos-core/.github/actions/build-binary@m1 + uses: movement-network/aptos-core/.github/actions/build-binary@m1 with: binary_package: ${{ matrix.binary.package }} profile: ${{ needs.setup.outputs.build_profile }} @@ -132,9 +132,9 @@ jobs: run: ls -la ${{ env.TARGET_FOLDER }} - name: Build Container - uses: movementlabsxyz/aptos-core/.github/actions/build-container@m1 + uses: movement-network/aptos-core/.github/actions/build-container@m1 with: - image_name: ghcr.io/movementlabsxyz/aptos-node + image_name: ghcr.io/movement-network/aptos-node dockerfile_subdir: aptos-node build_args: | BINARY_PATH=${{ env.TARGET_FOLDER }} @@ -170,9 +170,9 @@ jobs: - name: List binaries run: ls -la ${{ env.TARGET_FOLDER }} - name: Build Container - uses: movementlabsxyz/aptos-core/.github/actions/build-container@m1 + uses: movement-network/aptos-core/.github/actions/build-container@m1 with: - image_name: ghcr.io/movementlabsxyz/aptos-debugger + image_name: ghcr.io/movement-network/aptos-debugger dockerfile_subdir: aptos-debugger build_args: | BINARY_PATH=${{ env.TARGET_FOLDER }} @@ -200,7 +200,7 @@ jobs: with: ref: ${{ inputs.ref || github.sha}} - name: Build binary ${{ matrix.binary.package }} - uses: movementlabsxyz/aptos-core/.github/actions/build-binary@m1 + uses: movement-network/aptos-core/.github/actions/build-binary@m1 with: binary_package: ${{ matrix.binary.package }} profile: ${{ needs.setup.outputs.build_profile }} @@ -232,9 +232,9 @@ jobs: run: ls -la ${{ env.TARGET_FOLDER }} - name: Build Container - uses: movementlabsxyz/aptos-core/.github/actions/build-container@m1 + uses: movement-network/aptos-core/.github/actions/build-container@m1 with: - image_name: ghcr.io/movementlabsxyz/aptos-faucet-service + image_name: ghcr.io/movement-network/aptos-faucet-service dockerfile_subdir: aptos-faucet-service build_args: | BINARY_PATH=${{ env.TARGET_FOLDER }} @@ -262,7 +262,7 @@ jobs: with: ref: ${{ inputs.ref || github.sha}} - name: Build binary ${{ matrix.binary.package }} - uses: movementlabsxyz/aptos-core/.github/actions/build-binary@m1 + uses: movement-network/aptos-core/.github/actions/build-binary@m1 with: binary_package: ${{ matrix.binary.package }} profile: ${{ needs.setup.outputs.build_profile }} diff --git a/.github/workflows/claude-audit-pr.yml b/.github/workflows/claude-audit-pr.yml index ee15ab07902..ba66d607551 100644 --- a/.github/workflows/claude-audit-pr.yml +++ b/.github/workflows/claude-audit-pr.yml @@ -13,7 +13,7 @@ name: Claude Audit PR # because that would expose repository secrets to untrusted code. # # Audit *content* (subagent definition, analyzers, prompt, settings) lives in -# movementlabsxyz/claude-pr-reviewer and is checked out + staged at runtime. +# movement-network/claude-pr-reviewer and is checked out + staged at runtime. # Bump REVIEWER_REF below to upgrade. See that repo's README for the consumer # contract. @@ -43,7 +43,7 @@ concurrency: env: # Pin to a tag (e.g. v1, v0.1.0) or an immutable SHA. Rolling tags pick up # patches automatically; SHAs require a bump PR but are tamper-evident. - REVIEWER_REPO: movementlabsxyz/claude-pr-reviewer + REVIEWER_REPO: movement-network/claude-pr-reviewer REVIEWER_REF: v1 jobs: diff --git a/.github/workflows/publish-builder-images.yaml b/.github/workflows/publish-builder-images.yaml index 2f3987372b6..5fc8a10339c 100644 --- a/.github/workflows/publish-builder-images.yaml +++ b/.github/workflows/publish-builder-images.yaml @@ -30,7 +30,7 @@ permissions: env: REGISTRY: ghcr.io - IMAGE_NAMESPACE: ghcr.io/movementlabsxyz + IMAGE_NAMESPACE: ghcr.io/movement-network DEBIAN_CONTEXT: docker-image://debian:bullseye@sha256:cf48c31af360e1c0a0aedd33aae4d928b68c2cdf093f1612650eb1ff434d1c34 PROFILE: release FEATURES: "" diff --git a/Justfile b/Justfile index 60cc94540b9..0cd6889bb9d 100644 --- a/Justfile +++ b/Justfile @@ -110,14 +110,14 @@ container-build container="aptos-node" tag="latest" profile="release": docker build \ --build-arg BINARY_PATH="$BINARY_PATH" \ -f docker/{{container}}/Dockerfile \ - -t ghcr.io/movementlabsxyz/{{container}}:{{tag}} . + -t ghcr.io/movement-network/{{container}}:{{tag}} . # Clean up the copied binary rm -f aptos-test # Push a container image to GHCR container-push container="aptos-node" tag="latest": - docker push ghcr.io/movementlabsxyz/{{container}}:{{tag}} + docker push ghcr.io/movement-network/{{container}}:{{tag}} # Build and push a container image container-release container="aptos-node" tag="latest" profile="release": diff --git a/aptos-move/aptos-release-builder/data/release.yaml b/aptos-move/aptos-release-builder/data/release.yaml index 0195b6e31bf..9593ff1ec67 100644 --- a/aptos-move/aptos-release-builder/data/release.yaml +++ b/aptos-move/aptos-release-builder/data/release.yaml @@ -6,8 +6,8 @@ proposals: metadata: title: "Disable concurrent fungible balance" description: "This is for disabling concurrent fungible balance" - source_code_url: "https://github.com/movementlabsxyz/aptos-core" - discussion_url: "https://github.com/movementlabsxyz/aptos-core" + source_code_url: "https://github.com/movement-network/aptos-core" + discussion_url: "https://github.com/movement-network/aptos-core" execution_mode: RootSigner update_sequence: - Framework: diff --git a/aptos-move/aptos-release-builder/src/components/framework.rs b/aptos-move/aptos-release-builder/src/components/framework.rs index cda0e523bbe..57575e1d567 100644 --- a/aptos-move/aptos-release-builder/src/components/framework.rs +++ b/aptos-move/aptos-release-builder/src/components/framework.rs @@ -30,7 +30,7 @@ pub fn generate_upgrade_proposals( "only multi-step proposals can have a next execution hash" ); - const MVT_APTOS_GIT_PATH: &str = "https://github.com/movementlabsxyz/aptos-core.git"; + const MVT_APTOS_GIT_PATH: &str = "https://github.com/movement-network/aptos-core.git"; // NOTE: This is skipping 0x7 (aptos-experimental package) which is only meant to be released // to devnet (or local testnet) via the genesis process and never released/upgraded in testnet diff --git a/consensus/consensus-types/src/pipelined_block.rs b/consensus/consensus-types/src/pipelined_block.rs index ebcdaac4feb..a706e55463d 100644 --- a/consensus/consensus-types/src/pipelined_block.rs +++ b/consensus/consensus-types/src/pipelined_block.rs @@ -349,7 +349,7 @@ impl PipelinedBlock { // https://github.com/aptos-labs/aptos-core/pull/18699 (upstream optimization that introduced the cycle) // https://github.com/aptos-labs/aptos-core/pull/19359 (corrective patch) // https://github.com/aptos-labs/aptos-core/commit/fefcfade3edf26f0396d63963f7ea04364f3666f - // https://github.com/movementlabsxyz/aptos-core/pull/322 (full analysis with diagrams) + // https://github.com/movement-network/aptos-core/pull/322 (full analysis with diagrams) // // If a similar change is ever introduced here — anything that makes // rand aggregation wait on a pipeline-derived future — this function diff --git a/crates/aptos/homebrew/README.md b/crates/aptos/homebrew/README.md index 8aab99ccdb1..82701267d31 100644 --- a/crates/aptos/homebrew/README.md +++ b/crates/aptos/homebrew/README.md @@ -3,7 +3,7 @@ Homebrew is a package manager that works for MacOS Silicon and Intel chips as well as Linux distributions like Debian and Ubuntu. -The [Movement command line interface (CLI)](https://github.com/movementlabsxyz/aptos-core/) may be installed +The [Movement command line interface (CLI)](https://github.com/movement-network/aptos-core/) may be installed via [Homebrew](https://brew.sh/) for simplicity. This is an in-depth overview of Homebrew and the Movement formula. In this guide, we go over each section of the Homebrew formula and steps to implement changes in the future. diff --git a/crates/aptos/src/move_tool/mod.rs b/crates/aptos/src/move_tool/mod.rs index 78b6b34b4a7..6f9f5df7d53 100644 --- a/crates/aptos/src/move_tool/mod.rs +++ b/crates/aptos/src/move_tool/mod.rs @@ -207,7 +207,7 @@ impl FrameworkPackageArgs { prompt_options: PromptOptions, ) -> CliTypedResult<()> { const APTOS_FRAMEWORK: &str = "AptosFramework"; - const APTOS_GIT_PATH: &str = "https://github.com/movementlabsxyz/aptos-core.git"; + const APTOS_GIT_PATH: &str = "https://github.com/movement-network/aptos-core.git"; const SUBDIR_PATH: &str = "aptos-move/framework/aptos-framework"; const DEFAULT_BRANCH: &str = "m1"; diff --git a/devtools/aptos-cargo-cli/src/common.rs b/devtools/aptos-cargo-cli/src/common.rs index be841398d1e..c0588080197 100644 --- a/devtools/aptos-cargo-cli/src/common.rs +++ b/devtools/aptos-cargo-cli/src/common.rs @@ -375,7 +375,7 @@ fn recompute_merge_base_metadata( .arg("clone") .arg("--depth") .arg("500") // Clone the last 500 commits to ensure the merge base is included - .arg("https://github.com/movementlabsxyz/aptos-core.git") + .arg("https://github.com/movement-network/aptos-core.git") .arg(clone_directory.clone()) .output() .expect("failed to execute git clone"); diff --git a/docker/aptos-debugger/README.md b/docker/aptos-debugger/README.md index 06af3fdfcf8..7758bb119df 100644 --- a/docker/aptos-debugger/README.md +++ b/docker/aptos-debugger/README.md @@ -24,7 +24,7 @@ From the repository root: just container-build aptos-debugger latest release # Verify -docker run --rm ghcr.io/movementlabsxyz/aptos-debugger:latest --version +docker run --rm ghcr.io/movement-network/aptos-debugger:latest --version ``` ## Pushing to GHCR @@ -34,14 +34,14 @@ docker run --rm ghcr.io/movementlabsxyz/aptos-debugger:latest --version docker login ghcr.io -u # Push -docker push ghcr.io/movementlabsxyz/aptos-debugger:latest +docker push ghcr.io/movement-network/aptos-debugger:latest ``` ## CI The `build-versions.yaml` workflow automatically builds and pushes this image on every push to the default branch. The image is tagged with the short git SHA -(e.g., `ghcr.io/movementlabsxyz/aptos-debugger:f24a5bc`). +(e.g., `ghcr.io/movement-network/aptos-debugger:f24a5bc`). ## Runtime Dependencies diff --git a/movement-migration/framework-upgrades/Move.toml b/movement-migration/framework-upgrades/Move.toml index 3e007b91810..e30ffbc16dd 100644 --- a/movement-migration/framework-upgrades/Move.toml +++ b/movement-migration/framework-upgrades/Move.toml @@ -6,6 +6,6 @@ version = "0.0.0" admin = "0x1" [dependencies.AptosFramework] -git = "https://github.com/movementlabsxyz/aptos-core.git" +git = "https://github.com/movement-network/aptos-core.git" rev = "movement" subdir = "aptos-move/framework/aptos-framework" diff --git a/movement-migration/post-migration/Move.toml b/movement-migration/post-migration/Move.toml index 0ee9d14849f..e0705fd5da0 100644 --- a/movement-migration/post-migration/Move.toml +++ b/movement-migration/post-migration/Move.toml @@ -6,6 +6,6 @@ version = "0.0.0" admin = "0x1" [dependencies.AptosFramework] -git = "https://github.com/movementlabsxyz/aptos-core.git" +git = "https://github.com/movement-network/aptos-core.git" rev = "l1-migration" subdir = "aptos-move/framework/aptos-framework" \ No newline at end of file diff --git a/movement-migration/post-move2-upgrade/Move.toml b/movement-migration/post-move2-upgrade/Move.toml index 4949273cd64..b3bcf2583c0 100644 --- a/movement-migration/post-move2-upgrade/Move.toml +++ b/movement-migration/post-move2-upgrade/Move.toml @@ -6,6 +6,6 @@ version = "0.0.0" admin = "0x1" [dependencies.AptosFramework] -git = "https://github.com/movementlabsxyz/aptos-core.git" +git = "https://github.com/movement-network/aptos-core.git" rev = "l1-migration" subdir = "aptos-move/framework/aptos-framework" diff --git a/movement-migration/test-proposal/Move.toml b/movement-migration/test-proposal/Move.toml index 291b48d2816..d30db1b4624 100644 --- a/movement-migration/test-proposal/Move.toml +++ b/movement-migration/test-proposal/Move.toml @@ -6,6 +6,6 @@ version = "0.0.0" admin = "0x1" [dependencies.AptosFramework] -git = "https://github.com/movementlabsxyz/aptos-core.git" +git = "https://github.com/movement-network/aptos-core.git" rev = "l1-migration" subdir = "aptos-move/framework/aptos-framework" diff --git a/movement-migration/update_reconfiguration/Move.toml b/movement-migration/update_reconfiguration/Move.toml index c09a65205d4..ee03c6618d2 100644 --- a/movement-migration/update_reconfiguration/Move.toml +++ b/movement-migration/update_reconfiguration/Move.toml @@ -3,6 +3,6 @@ name = "UpdateReconfiguration" version = "0.0.0" [dependencies.AptosFramework] -git = "https://github.com/movementlabsxyz/aptos-core.git" +git = "https://github.com/movement-network/aptos-core.git" rev = "movement" subdir = "aptos-move/framework/aptos-framework" \ No newline at end of file diff --git a/movement-migration/update_recurring_lockup_duration/Move.toml b/movement-migration/update_recurring_lockup_duration/Move.toml index 894c2fb337f..79835169b92 100644 --- a/movement-migration/update_recurring_lockup_duration/Move.toml +++ b/movement-migration/update_recurring_lockup_duration/Move.toml @@ -8,7 +8,7 @@ authors = [] [dev-addresses] [dependencies.AptosFramework] -git = "https://github.com/movementlabsxyz/aptos-core.git" +git = "https://github.com/movement-network/aptos-core.git" rev = "l1-migration" subdir = "aptos-move/framework/aptos-framework" diff --git a/proposals/2026-04-08-disable-feature-67/metadata/disable_concurrent_fungible_balance.json b/proposals/2026-04-08-disable-feature-67/metadata/disable_concurrent_fungible_balance.json index 58a0a5c3e61..bb591474c40 100644 --- a/proposals/2026-04-08-disable-feature-67/metadata/disable_concurrent_fungible_balance.json +++ b/proposals/2026-04-08-disable-feature-67/metadata/disable_concurrent_fungible_balance.json @@ -1,6 +1,6 @@ { "title": "Disable concurrent fungible balance", "description": "This is for disabling concurrent fungible balance", - "source_code_url": "https://github.com/movementlabsxyz/aptos-core", - "discussion_url": "https://github.com/movementlabsxyz/aptos-core" + "source_code_url": "https://github.com/movement-network/aptos-core", + "discussion_url": "https://github.com/movement-network/aptos-core" } \ No newline at end of file diff --git a/scripts/cli/build_cli_release.sh b/scripts/cli/build_cli_release.sh index e5d7dbe98e5..711f024a67a 100755 --- a/scripts/cli/build_cli_release.sh +++ b/scripts/cli/build_cli_release.sh @@ -44,7 +44,7 @@ if [[ "$SKIP_CHECKS" != "true" ]]; then fi # Check that the release doesn't already exist - if curl -s --stderr /dev/null --output /dev/null --head -f "https://github.com/movementlabsxyz/aptos-core/releases/download/movement-cli-v$EXPECTED_VERSION/movement-cli-$EXPECTED_VERSION-Linux-x86_64.zip"; then + if curl -s --stderr /dev/null --output /dev/null --head -f "https://github.com/movement-network/aptos-core/releases/download/movement-cli-v$EXPECTED_VERSION/movement-cli-$EXPECTED_VERSION-Linux-x86_64.zip"; then echo "$EXPECTED_VERSION already released" exit 3 fi