Conversation
- start-sdk 1.3.3 → 1.5.0; bump 28.3:10 → 28.3:11 (version file renamed in place — no migration in this bump). - Remove the docsUrls manifest field (dropped in start-sdk 1.5.0). - Add instructions.md (Instructions-tab content) per the packaging guide's Writing Service Instructions, with an explanation of the btc-rpc-proxy that fronts a pruned node for on-demand block fetching. - CONTRIBUTING.md: doc map, keep-README-and-instructions-in-sync mandate, build notes, upstream-version-bump procedure. - CLAUDE.md: trim to a CONTRIBUTING.md pointer plus operating rules. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- Patch release with wallet bug fixes, p2p dnsseed cleanup, build/CI updates. See https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-28.4.md - Same pinned signers as 28.3 (6 of 7 pinned keys signed; 0xB10C still unsigned for 28.x). 5-of-7 quorum holds. - npm update: @types/node 22.19.15 → 22.19.19, nan 2.26.2 → 2.27.0. - Package version 28.3:11 → 28.4:11.
Post a Sync Complete notification to the StartOS panel when bitcoind exits IBD or finishes a reindex. Reuses the existing fullySynced flag so it fires once per sync milestone, not on every restart. Co-Authored-By: Claude Opus 4.7 (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.
Upstream bump
SDK + docs (from the prior commit on this branch)
docsUrlsmanifest field (dropped in start-sdk 1.5.0); the Bitcoin-guides link now lives ininstructions.md.instructions.md— user-facing Instructions-tab content, per the packaging guide's Writing Service Instructions. Includes a section explaining thebtc-rpc-proxythat fronts a pruned node so it serves any historical block on demand and dependent services see a full archival node.CONTRIBUTING.md: rewritten — doc map, README/instructions-in-sync mandate, build notes (Guix-verifiedbitcoindimage), upstream-version-bump procedure.CLAUDE.md: trimmed to aCONTRIBUTING.mdpointer plus operating rules.Dependencies
npm update:@types/node22.19.15 → 22.19.19,nan2.26.2 → 2.27.0.Companion PRs #205 / #206 / #207 apply the SDK + docs changes to
29.x/30.x/31.x(which are already on the latest upstream patch). All four branches share the:11revision suffix.🤖 Generated with Claude Code
Replaces #204 (auto-closed when its head branch was renamed).