Remove obsolete historical scripts and artifacts - #2997
Open
clement-ux wants to merge 1 commit into
Open
Conversation
clement-ux
requested review from
naddison36,
shahthepro and
sparrowDom
as code owners
September 1, 2026 07:47
This was referenced Sep 1, 2026
clement-ux
force-pushed
the
chore/remove-obsolete-historical-artifacts
branch
from
September 1, 2026 08:25
c32974f to
54f509b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Plain-English summary
This repository still contains many files from workflows that are no longer used: old staking and liquidity scripts, generated diagrams, unused ABIs, copied libraries, and empty placeholders.
This PR removes only that historical baggage. It does not replace Hardhat or change how active commands and local forks run. Keeping this cleanup separate makes the three functional migration steps much easier to review.
Context
Foundry already handles contract compilation, testing, deployment, and ABI generation. Hardhat remains temporarily for two active jobs:
The next three PRs replace those jobs one at a time, then remove Hardhat.
What changes in this PR
localhost.jsonsnapshot;What does not change yet
Stack and merge order
Base:
masterMerge in cascade: #3000 → #2999 → #2998 → #2997 →
master.What to review
The important question is not the implementation of a new runtime; there is none here. Please check that every deleted category is genuinely retired and that no surviving file still points to a deleted path.
This layer changes 80 files: 24,782 deletions and 8 small documentation/configuration additions.
Validation
git diff --checkmaster