Skip to content

Conversation

@alarso16
Copy link
Contributor

Why this should be merged

I noticed some cleanup items to be done after the coreth merger, so might as well get them out of the way

How this works

Mostly deletions and file redirects

How this was tested

CI

Need to be documented in RELEASES.md?

No

@alarso16 alarso16 moved this to In Progress 🏗️ in avalanchego Nov 25, 2025
@alarso16 alarso16 self-assigned this Nov 25, 2025
@alarso16 alarso16 added documentation Improvements or additions to documentation or examples cleanup Code quality improvement labels Nov 25, 2025
@alarso16 alarso16 force-pushed the alarso16/coreth-cleanup branch from 3ac4417 to 94d2010 Compare November 25, 2025 20:54
@alarso16 alarso16 moved this from In Progress 🏗️ to Ready 🚦 in avalanchego Nov 25, 2025
@alarso16 alarso16 marked this pull request as ready for review November 25, 2025 21:16
Copilot AI review requested due to automatic review settings November 25, 2025 21:16
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR performs cleanup tasks following the coreth merger into the avalanchego repository. The changes update documentation, file paths, and configurations to reflect coreth's new location within the avalanchego repository structure.

Key changes:

  • Updates repository URLs and file paths from standalone coreth repository to the grafted location within avalanchego
  • Removes obsolete standalone repository files (GitHub workflows, issue templates, release documentation)
  • Consolidates configuration by removing duplicate files now managed at the repository root level

Reviewed changes

Copilot reviewed 19 out of 19 changed files in this pull request and generated no comments.

Show a summary per file
File Description
vms/example/xsvm/README.md Updates Coreth reference URL to new location within avalanchego
graft/coreth/scripts/dev_shell.sh Removes obsolete development shell script
graft/coreth/scripts/constants.sh Updates git directory path for commit hash retrieval
graft/coreth/go.mod Simplifies Go version update guidelines by referencing root go.mod
graft/coreth/docs/releasing/README.md Removes standalone release documentation
graft/coreth/cmd/simulator/README.md Updates simulator directory path
graft/coreth/SECURITY.md Updates releases URL to avalanchego repository
graft/coreth/README.md Simplifies build instructions and removes duplicate nix setup documentation
graft/coreth/.gitignore Removes file as gitignore is managed at repository root
graft/coreth/.github/workflows/codeql-analysis.yml Removes duplicate workflow managed at repository root
graft/coreth/.github/pull_request_template.md Removes duplicate template managed at repository root
graft/coreth/.github/dependabot.yml Removes duplicate configuration managed at repository root
graft/coreth/.github/ISSUE_TEMPLATE/feature_request.md Removes duplicate template managed at repository root
graft/coreth/.github/ISSUE_TEMPLATE/bug_report.md Removes duplicate template managed at repository root
graft/coreth/.github/CONTRIBUTING.md Removes duplicate documentation managed at repository root
graft/coreth/.github/CODEOWNERS Removes duplicate file managed at repository root
graft/coreth/.dockerignore Removes file no longer needed
go.mod Adds reference to graft module go.mod files in version update guidelines
.github/dependabot.yml Adds dependabot configuration for coreth module

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@alarso16 alarso16 requested a review from maru-ava December 4, 2025 19:54
@@ -1 +1 @@
#!/usr/bin/env bash
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file can just be deleted, its usage was replaced by the avalanchego e2e script configured to target the warp path.

Copy link
Contributor

@maru-ava maru-ava left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I leave it to your discretion whether to remove run_ginkgo_warp.sh in this PR or subsequently.

@alarso16
Copy link
Contributor Author

alarso16 commented Dec 5, 2025

I leave it to your discretion whether to remove run_ginkgo_warp.sh in this PR or subsequently.

I'll do it in a different one, but thanks for the reminder

@StephenButtolph StephenButtolph added this pull request to the merge queue Dec 5, 2025
Merged via the queue into master with commit c3002e8 Dec 5, 2025
40 checks passed
@StephenButtolph StephenButtolph deleted the alarso16/coreth-cleanup branch December 5, 2025 16:40
@github-project-automation github-project-automation bot moved this from Ready 🚦 to Done 🎉 in avalanchego Dec 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cleanup Code quality improvement documentation Improvements or additions to documentation or examples

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

5 participants