Closed
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Description
Bumps
@metamask/bitcoin-wallet-snapfrom^1.10.0to^1.10.1.Release PR: MetaMask/snap-bitcoin-wallet#595
Notable change:
InsufficientFunds,OutputBelowDustLimit) in PSBT build error messages so they appear in Sentry/Mixpanel instead of being lost at the RPC boundary.Changelog
CHANGELOG entry: Fixed Bitcoin PSBT build errors now include the underlying cause for better diagnostics
Related issues
Fixes:
Manual testing steps
Pre-merge author checklist
🤖 Generated with Claude Code
Note
Medium Risk
Medium risk because it deletes the entire
.circlecipipeline and related scripts, which can break CI/release and test automation if no equivalent pipeline is in place; the browserslist bump may also drop support for older browser versions.Overview
CI/release automation is removed. The PR deletes
.circleci/config.ymland all CircleCI helper scripts, eliminating the existing build/test/release workflows and related tooling.Browser support baseline is raised. Updates
.browserslistrcto require newer Chrome/Firefox versions.Developer/agent workflow docs are added. Introduces new
.agents,.claude, and.cursorskill/command/rules documentation (notably for adding non-EVM swaps/bridge networks and Playwright-based visual testing) to standardize agent-driven implementation and review workflows.Written by Cursor Bugbot for commit 1ad3e0f. This will update automatically on new commits. Configure here.