feat: scaffold @metamask/stellar-quickstart-up package#9281
Open
ulissesferreira wants to merge 1 commit into
Open
feat: scaffold @metamask/stellar-quickstart-up package#9281ulissesferreira wants to merge 1 commit into
@metamask/stellar-quickstart-up package#9281ulissesferreira wants to merge 1 commit into
Conversation
Add the pure create-package scaffold and monorepo ownership wiring for the Stellar Quickstart runtime installer package used by Extension E2E tests.
This was referenced Jun 26, 2026
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.
Summary
This PR is the first of two PRs to add the Stellar Quickstart runtime installer package for Extension E2E tests.
It contains only the pure scaffold output of
yarn create-packageplus ownership configuration — zero implementation logic.What's included
packages/stellar-quickstart-up/— scaffolded package skeleton (source placeholder, tests, CHANGELOG, README, LICENSE, jest/tsconfig configs) generated byyarn create-package --name stellar-quickstart-up --description "Stellar Quickstart runtime installer for MetaMask E2E tests"tsconfig.json/tsconfig.build.json— monorepo-level references updated by the toolyarn.lock— updated byyarn installrun inside the toolREADME.md— package list updated byyarn readme-content:update.github/CODEOWNERS— ownership entries for the package (alphabetical list + Package Release section), mirroring thejava-tron-up/solana-test-validator-up/bitcoin-regtest-uppattern with@MetaMask/networksaddedteams.json— issue-label routing entry aftersolana-test-validator-upWhat's NOT included
No implementation source, no
binfield, no new runtime dependencies, noknip.config.tschanges, no unrelated monorepo churn.Stacked PR
The implementation (Docker image installer source, CLI bin, tests, full README) follows in a stacked PR based on this branch.
Jira
Verification
All passed ✓
Test plan
yarn workspace @metamask/stellar-quickstart-up run buildyarn workspace @metamask/stellar-quickstart-up run testyarn constraintsyarn lint:teamsyarn readme-content:checkNote
Low Risk
Boilerplate-only changes with placeholder source; no production runtime, auth, or wallet logic touched.
Overview
Adds
@metamask/stellar-quickstart-upas a new monorepo package (scaffold only) intended to host a Stellar Quickstart runtime installer for Extension E2E tests; real installer logic is deferred to a follow-up PR.The new workspace includes the standard package skeleton from
yarn create-package(placeholdergreeterexport + Jest test, build/tsconfig/typedoc, LICENSE, CHANGELOG, README) and wires it into the repo via roottsconfig.json/tsconfig.build.json,yarn.lock, andREADME.mdpackage list + dependency graph node (no runtime deps yet).Ownership and routing mirror other local-node installers (
solana-test-validator-up,java-tron-up, etc.):.github/CODEOWNERS(joint + release entries with@MetaMask/networks) andteams.json.Reviewed by Cursor Bugbot for commit e2a9c44. Bugbot is set up for automated code reviews on this repo. Configure here.