feat(hive): list Hive Support as a v7.15.0 upgrade-preview feature#305
Merged
Conversation
Adds a Hive entry to the 7.15.0 features in firmware-versions.ts so the firmware upgrade preview advertises Hive (chain logo + brand color from chains.ts). Vault-side Hive support already shipped (#300). Consistent with the other deferred-firmware 7.15.0 entries (Zcash, Transaction Insight) — the firmware Hive batch stages separately. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
What
Adds Hive Support to the
version: '7.15.0'features infirmware-versions.ts, so the firmware upgrade-preview UI advertises Hive alongside Zcash and Transaction Insight.Why
Vault-side Hive support already shipped (#300, sponsor-backed onboarding + ETH anti-drain). The 7.15.0 upgrade preview should reflect it.
Note — firmware/vault split
This is release-notes only. Like the existing
ZcashandTransaction Insight7.15.0 entries, the corresponding firmware batch (device-protocol Hive msgs +hive.c) is staged separately and isn't in the current rehearsal RC. So this advertises the target 7.15.0 feature set; a real 7.15.0 firmware still needs the Hive (and clear-sign, zcash) batches landed.Typechecks clean (
tsc --noEmit, no errors infirmware-versions.ts).🤖 Generated with Claude Code