chore: sync master (v0.0.34) back into develop#91
Merged
Conversation
Includes watch-only mode support and 5 previously-merged bug-fix PRs (content-ui bar removal, balance forceRefresh dedup, EVM handler fixes, Solana handler fixes, vault messaging).
release: 0.0.29 — dApp resilience pass + MetaMask masking default ON
Chrome Web Store update prompts users on permission additions, and `alarms` was added in #55 just to keep the 45s post-broadcast drop-check firing across service-worker idle eviction. The drop-check is diagnostic UX (warns the user when a tx isn't propagating), not load-bearing for tx safety — the 8s check still uses setTimeout (< 30s, always fires), and during active dApp interaction the SW is kept warm by block-polling so 45s setTimeout fires in the common case anyway. When the SW idles immediately after broadcast, we miss the 45s warning; the tx outcome is unchanged. Removes: - alarms permission from chrome-extension/manifest.js - chrome.alarms.create + onAlarm listener in ethereumHandler - DROP_CHECK_ALARM_PREFIX constant + name-encoded delay parsing Bumps to 0.0.30. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
# Conflicts: # chrome-extension/package.json # package.json # packages/dev-utils/package.json # packages/hmr/package.json # packages/i18n/package.json # packages/shared/package.json # packages/storage/package.json # packages/tailwind-config/package.json # packages/tsconfig/package.json # packages/ui/package.json # packages/vite-config/package.json # packages/zipper/package.json # pages/content-runtime/package.json # pages/content-ui/package.json # pages/content/package.json # pages/devtools-panel/package.json # pages/devtools/package.json # pages/options/package.json # pages/side-panel/package.json # tests/e2e/package.json
release: 0.0.32 — gas-estimate failover, Solana legacy provider, CI unblock
# Conflicts: # chrome-extension/package.json # package.json # packages/dev-utils/package.json # packages/hmr/package.json # packages/i18n/package.json # packages/shared/package.json # packages/storage/package.json # packages/tailwind-config/package.json # packages/tsconfig/package.json # packages/ui/package.json # packages/vite-config/package.json # packages/zipper/package.json # pages/content-runtime/package.json # pages/content-ui/package.json # pages/content/package.json # pages/devtools-panel/package.json # pages/devtools/package.json # pages/options/package.json # pages/side-panel/package.json # tests/e2e/package.json
chore(release): 0.0.34
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.
Post-release sync — step 8 of RELEASE.md, the step whose omission caused the last divergence.
Brings
masterback intodevelopso the branches agree:package.json.chrome.alarmspermission removal +setTimeoutdrop-check.developwas still carrying the old alarms code; this converges it onto master's deliberate decision (no more stale divergence on this surface).copilot-review.ymlworkflow (was master-only).masterstrictly containsdevelop(0 develop-only commits), so there's nothing to reconcile — this is a clean catch-up. After merge,developandmasteragree and the next release starts from a clean base.🤖 Generated with Claude Code