feat: scaffold @metamask/bitcoin-regtest-up package#9211
Merged
Conversation
Mrtenz
reviewed
Jun 22, 2026
| same "printed page" as the copyright notice for easier | ||
| identification within third-party archives. | ||
|
|
||
| Copyright [yyyy] [name of copyright owner] |
Member
There was a problem hiding this comment.
Suggested change
| Copyright [yyyy] [name of copyright owner] | |
| Copyright 2026 MetaMask |
637d03d to
fb0f940
Compare
Generated by yarn create-package plus ownership configuration (CODEOWNERS and teams.json). Contains no implementation logic.
fb0f940 to
87095cc
Compare
Mrtenz
approved these changes
Jun 22, 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 splitting #8827 into cleanly-reviewable pieces.
It contains only the pure scaffold output of
yarn create-packageplus ownership configuration — zero implementation logic.What's included
packages/bitcoin-regtest-up/— scaffolded package skeleton (source placeholder, tests, CHANGELOG, README, LICENSE, jest/tsconfig configs) generated byyarn create-package --name bitcoin-regtest-up --description "Bitcoin Core regtest 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 afterfoundryup+ Package Release section), mirroring thefoundryup/solana-test-validator-uppattern with@MetaMask/networksaddedteams.json— issue-label routing entry, directly after thefoundryupentryWhat's NOT included
No implementation source, no
binfield, no new runtime dependencies, noknip.config.tschanges, no unrelated monorepo churn.Stacked PR
The implementation (real installer source, CLI bin, tests, full README) follows in a stacked PR based on this branch.
Verification
All passed ✓
Note
Low Risk
Boilerplate package creation and metadata only; no production runtime behavior or security-sensitive logic.
Overview
Adds
@metamask/bitcoin-regtest-upto the monorepo as a scaffold-only package (intended for a future Bitcoin Core regtest installer for E2E tests). The diff isyarn create-packageoutput plus wiring—no real installer logic, CLIbin, or new runtime deps yet.Monorepo integration:
tsconfig.json/tsconfig.build.jsonreferences,yarn.lock, and rootREADME.mdpackage list + dependency graph node.Ownership:
.github/CODEOWNERS(joint ownership afterfoundryup, matchingjava-tron-up/solana-test-validator-upwith@MetaMask/networks) andteams.jsonissue routing.The package currently ships placeholder
greetersource and a sample Jest test so build/test pipelines pass until the stacked implementation PR lands.Reviewed by Cursor Bugbot for commit 87095cc. Bugbot is set up for automated code reviews on this repo. Configure here.