feat: scaffold @metamask/bitcoin-regtest-up package#9211
Open
ulissesferreira wants to merge 1 commit into
Open
feat: scaffold @metamask/bitcoin-regtest-up package#9211ulissesferreira wants to merge 1 commit into
@metamask/bitcoin-regtest-up package#9211ulissesferreira wants to merge 1 commit into
Conversation
Generated by yarn create-package plus ownership configuration (CODEOWNERS and teams.json). Contains no implementation logic.
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
Scaffold and metadata-only changes; placeholder export does not affect production wallet or network behavior.
Overview
Adds
@metamask/bitcoin-regtest-upto the monorepo as a scaffold-only workspace (intended future Bitcoin Core regtest runtime installer for E2E tests). The diff isyarn create-packageoutput plus ownership wiring—no installer logic, nobin, and no new runtime dependencies.Monorepo integration: root
tsconfig.json/tsconfig.build.jsonreferences,yarn.lock, and rootREADME.mdpackage list + mermaid graph include the new package.Governance:
.github/CODEOWNERSandteams.jsonassign joint ownership afterfoundryup(mobile/extension platforms, plus@MetaMask/networksand core-platform on release paths), mirroring similar E2E tooling packages.Package contents: standard skeleton (LICENSE, CHANGELOG, jest/tsconfig/typedoc, build scripts) with placeholder
src/index.ts/ test greeter until a follow-up PR lands real implementation.Reviewed by Cursor Bugbot for commit 637d03d. Bugbot is set up for automated code reviews on this repo. Configure here.